diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000000000000000000000000000000000000..01fbd319a426643c73d473a18cd76bb6ad01463e
Binary files /dev/null and b/.DS_Store differ
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000000000000000000000000000000000000..e62ec04cdeece724caeeeeaeb6ae1f6af1bb6b9a
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,674 @@
+GNU GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
+ 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.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    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 <https://www.gnu.org/licenses/>.
+
+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:
+
+    <program>  Copyright (C) <year>  <name of author>
+    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
+<https://www.gnu.org/licenses/>.
+
+  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
+<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/Lets Literate.xcodeproj/project.pbxproj b/Lets Literate.xcodeproj/project.pbxproj
new file mode 100644
index 0000000000000000000000000000000000000000..bbdd3c72cfd4c5bfdad296f809e6f451dadb9eb3
--- /dev/null
+++ b/Lets Literate.xcodeproj/project.pbxproj	
@@ -0,0 +1,495 @@
+// !$*UTF8*$!
+{
+	archiveVersion = 1;
+	classes = {
+	};
+	objectVersion = 55;
+	objects = {
+
+/* Begin PBXBuildFile section */
+		A6005B8D27B03632009E2967 /* passwordsBruteForceIntro.m4v in Resources */ = {isa = PBXBuildFile; fileRef = A6005B8C27B03632009E2967 /* passwordsBruteForceIntro.m4v */; };
+		A6005B8F27B03704009E2967 /* passwordsIntro.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = A6005B8E27B03704009E2967 /* passwordsIntro.mp4 */; };
+		A6005B9127B0388C009E2967 /* passwordsBruteForceFrom1To3.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = A6005B9027B0388C009E2967 /* passwordsBruteForceFrom1To3.mp4 */; };
+		A623508D27AAE67D0030D490 /* InventoryViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A623508C27AAE67D0030D490 /* InventoryViewController.swift */; };
+		A623508F27AAE8360030D490 /* mainmenu_background03.png in Resources */ = {isa = PBXBuildFile; fileRef = A623508E27AAE8360030D490 /* mainmenu_background03.png */; };
+		A623509527AAEB290030D490 /* ExploreViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A623509427AAEB290030D490 /* ExploreViewController.swift */; };
+		A623509727AB04080030D490 /* Game.swift in Sources */ = {isa = PBXBuildFile; fileRef = A623509627AB04080030D490 /* Game.swift */; };
+		A623509927AB058D0030D490 /* Station.swift in Sources */ = {isa = PBXBuildFile; fileRef = A623509827AB058D0030D490 /* Station.swift */; };
+		A633CDC327A8619800450383 /* VideoTutorialViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A633CDC227A8619800450383 /* VideoTutorialViewController.swift */; };
+		A633CDC627A8757400450383 /* PasswordsIntro.m4v in Resources */ = {isa = PBXBuildFile; fileRef = A633CDC527A8757400450383 /* PasswordsIntro.m4v */; };
+		A633CDC827A93E3500450383 /* mainmenu_background02.png in Resources */ = {isa = PBXBuildFile; fileRef = A633CDC727A93E3500450383 /* mainmenu_background02.png */; };
+		A633CDCC27A93ED600450383 /* mainmenu_btn_reset.png in Resources */ = {isa = PBXBuildFile; fileRef = A633CDC927A93ED500450383 /* mainmenu_btn_reset.png */; };
+		A633CDCD27A93ED600450383 /* mainmenu_btn_tutorial.png in Resources */ = {isa = PBXBuildFile; fileRef = A633CDCA27A93ED600450383 /* mainmenu_btn_tutorial.png */; };
+		A633CDCE27A93ED600450383 /* mainmenu_btn_explore.png in Resources */ = {isa = PBXBuildFile; fileRef = A633CDCB27A93ED600450383 /* mainmenu_btn_explore.png */; };
+		A63DDDAB27AC0607007CB857 /* explore_mask_scan.png in Resources */ = {isa = PBXBuildFile; fileRef = A63DDDAA27AC0607007CB857 /* explore_mask_scan.png */; };
+		A63DDDAD27AC07F8007CB857 /* explore_btn_inventory.png in Resources */ = {isa = PBXBuildFile; fileRef = A63DDDAC27AC07F8007CB857 /* explore_btn_inventory.png */; };
+		A664716227A8399700417BF1 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A664716127A8399700417BF1 /* AppDelegate.swift */; };
+		A664716427A8399700417BF1 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A664716327A8399700417BF1 /* ViewController.swift */; };
+		A664716927A8399700417BF1 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A664716727A8399700417BF1 /* Main.storyboard */; };
+		A664716B27A8399900417BF1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A664716A27A8399900417BF1 /* Assets.xcassets */; };
+		A664716E27A8399900417BF1 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A664716C27A8399900417BF1 /* LaunchScreen.storyboard */; };
+		A664717727A83AB000417BF1 /* HomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A664717627A83AB000417BF1 /* HomeViewController.swift */; };
+		A664717B27A840E200417BF1 /* Letsliterate.rcproject in Sources */ = {isa = PBXBuildFile; fileRef = A664717A27A840E200417BF1 /* Letsliterate.rcproject */; };
+		A672B65227B19391000A9007 /* ImagesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A672B65127B19391000A9007 /* ImagesViewController.swift */; };
+		A672B65527B1944D000A9007 /* strong_password.png in Resources */ = {isa = PBXBuildFile; fileRef = A672B65327B1944C000A9007 /* strong_password.png */; };
+		A672B65627B1944D000A9007 /* ranking_passwords.png in Resources */ = {isa = PBXBuildFile; fileRef = A672B65427B1944D000A9007 /* ranking_passwords.png */; };
+		A672B65927B19455000A9007 /* types_of_usage.png in Resources */ = {isa = PBXBuildFile; fileRef = A672B65727B19455000A9007 /* types_of_usage.png */; };
+		A672B65A27B19455000A9007 /* good_idea_bad_idea.png in Resources */ = {isa = PBXBuildFile; fileRef = A672B65827B19455000A9007 /* good_idea_bad_idea.png */; };
+		A680413627B5857000314DE6 /* inventory_not_collected.png in Resources */ = {isa = PBXBuildFile; fileRef = A680413527B5857000314DE6 /* inventory_not_collected.png */; };
+		A6A78BF427A9579800675532 /* Avatar.png in Resources */ = {isa = PBXBuildFile; fileRef = A6A78BF327A9579800675532 /* Avatar.png */; };
+		A6B94B2127B5557300861198 /* inventory_collected2.png in Resources */ = {isa = PBXBuildFile; fileRef = A6B94B2027B5557300861198 /* inventory_collected2.png */; };
+		A6B94B2327B55C4500861198 /* tutorial.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = A6B94B2227B55C4500861198 /* tutorial.mp4 */; };
+		A6B94B2527B56A5E00861198 /* passwordsBruteForceOutro.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = A6B94B2427B56A5E00861198 /* passwordsBruteForceOutro.mp4 */; };
+		A6B94B2727B56D4900861198 /* passwordsOutro.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = A6B94B2627B56D4900861198 /* passwordsOutro.mp4 */; };
+		A6C0A3A527AE95FD00146E18 /* bruteForce_mask_scan_single_stone.png in Resources */ = {isa = PBXBuildFile; fileRef = A6C0A3A427AE95FD00146E18 /* bruteForce_mask_scan_single_stone.png */; };
+		A6C0A3A727AEA8AC00146E18 /* station_passwords_scan_cube_plane.png in Resources */ = {isa = PBXBuildFile; fileRef = A6C0A3A627AEA8AC00146E18 /* station_passwords_scan_cube_plane.png */; };
+		A6C0A3AC27AED97200146E18 /* Task.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6C0A3AB27AED97200146E18 /* Task.swift */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXFileReference section */
+		A6005B8C27B03632009E2967 /* passwordsBruteForceIntro.m4v */ = {isa = PBXFileReference; lastKnownFileType = file; path = passwordsBruteForceIntro.m4v; sourceTree = "<group>"; };
+		A6005B8E27B03704009E2967 /* passwordsIntro.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = passwordsIntro.mp4; sourceTree = "<group>"; };
+		A6005B9027B0388C009E2967 /* passwordsBruteForceFrom1To3.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = passwordsBruteForceFrom1To3.mp4; sourceTree = "<group>"; };
+		A623508C27AAE67D0030D490 /* InventoryViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InventoryViewController.swift; sourceTree = "<group>"; };
+		A623508E27AAE8360030D490 /* mainmenu_background03.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = mainmenu_background03.png; sourceTree = "<group>"; };
+		A623509427AAEB290030D490 /* ExploreViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExploreViewController.swift; sourceTree = "<group>"; };
+		A623509627AB04080030D490 /* Game.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Game.swift; sourceTree = "<group>"; };
+		A623509827AB058D0030D490 /* Station.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Station.swift; sourceTree = "<group>"; };
+		A633CDC227A8619800450383 /* VideoTutorialViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VideoTutorialViewController.swift; sourceTree = "<group>"; };
+		A633CDC527A8757400450383 /* PasswordsIntro.m4v */ = {isa = PBXFileReference; lastKnownFileType = file; path = PasswordsIntro.m4v; sourceTree = "<group>"; };
+		A633CDC727A93E3500450383 /* mainmenu_background02.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = mainmenu_background02.png; sourceTree = "<group>"; };
+		A633CDC927A93ED500450383 /* mainmenu_btn_reset.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = mainmenu_btn_reset.png; sourceTree = "<group>"; };
+		A633CDCA27A93ED600450383 /* mainmenu_btn_tutorial.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = mainmenu_btn_tutorial.png; sourceTree = "<group>"; };
+		A633CDCB27A93ED600450383 /* mainmenu_btn_explore.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = mainmenu_btn_explore.png; sourceTree = "<group>"; };
+		A63DDDAA27AC0607007CB857 /* explore_mask_scan.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = explore_mask_scan.png; sourceTree = "<group>"; };
+		A63DDDAC27AC07F8007CB857 /* explore_btn_inventory.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = explore_btn_inventory.png; sourceTree = "<group>"; };
+		A664715E27A8399700417BF1 /* Lets Literate.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Lets Literate.app"; sourceTree = BUILT_PRODUCTS_DIR; };
+		A664716127A8399700417BF1 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
+		A664716327A8399700417BF1 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
+		A664716827A8399700417BF1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
+		A664716A27A8399900417BF1 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = "/Users/aljoscha/OneDrive/Studium/Informatik/Software Projekt/10-AR App/Lets Literate/Lets Literate/Assets.xcassets"; sourceTree = "<absolute>"; };
+		A664716D27A8399900417BF1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
+		A664717627A83AB000417BF1 /* HomeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeViewController.swift; sourceTree = "<group>"; };
+		A664717A27A840E200417BF1 /* Letsliterate.rcproject */ = {isa = PBXFileReference; lastKnownFileType = file.rcproject; path = Letsliterate.rcproject; sourceTree = "<group>"; };
+		A672B65127B19391000A9007 /* ImagesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImagesViewController.swift; sourceTree = "<group>"; };
+		A672B65327B1944C000A9007 /* strong_password.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = strong_password.png; sourceTree = "<group>"; };
+		A672B65427B1944D000A9007 /* ranking_passwords.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ranking_passwords.png; sourceTree = "<group>"; };
+		A672B65727B19455000A9007 /* types_of_usage.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = types_of_usage.png; sourceTree = "<group>"; };
+		A672B65827B19455000A9007 /* good_idea_bad_idea.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = good_idea_bad_idea.png; sourceTree = "<group>"; };
+		A680413527B5857000314DE6 /* inventory_not_collected.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = inventory_not_collected.png; sourceTree = "<group>"; };
+		A6A78BF327A9579800675532 /* Avatar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Avatar.png; sourceTree = "<group>"; };
+		A6B94B2027B5557300861198 /* inventory_collected2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = inventory_collected2.png; sourceTree = "<group>"; };
+		A6B94B2227B55C4500861198 /* tutorial.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = tutorial.mp4; sourceTree = "<group>"; };
+		A6B94B2427B56A5E00861198 /* passwordsBruteForceOutro.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = passwordsBruteForceOutro.mp4; sourceTree = "<group>"; };
+		A6B94B2627B56D4900861198 /* passwordsOutro.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = passwordsOutro.mp4; sourceTree = "<group>"; };
+		A6C0A3A427AE95FD00146E18 /* bruteForce_mask_scan_single_stone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bruteForce_mask_scan_single_stone.png; sourceTree = "<group>"; };
+		A6C0A3A627AEA8AC00146E18 /* station_passwords_scan_cube_plane.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = station_passwords_scan_cube_plane.png; sourceTree = "<group>"; };
+		A6C0A3AB27AED97200146E18 /* Task.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Task.swift; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+		A664715B27A8399700417BF1 /* Frameworks */ = {
+			isa = PBXFrameworksBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+		A664715527A8399700417BF1 = {
+			isa = PBXGroup;
+			children = (
+				A664716027A8399700417BF1 /* Lets Literate */,
+				A664715F27A8399700417BF1 /* Products */,
+			);
+			sourceTree = "<group>";
+		};
+		A664715F27A8399700417BF1 /* Products */ = {
+			isa = PBXGroup;
+			children = (
+				A664715E27A8399700417BF1 /* Lets Literate.app */,
+			);
+			name = Products;
+			sourceTree = "<group>";
+		};
+		A664716027A8399700417BF1 /* Lets Literate */ = {
+			isa = PBXGroup;
+			children = (
+				A664716A27A8399900417BF1 /* Assets.xcassets */,
+				A623509627AB04080030D490 /* Game.swift */,
+				A623509827AB058D0030D490 /* Station.swift */,
+				A6C0A3AB27AED97200146E18 /* Task.swift */,
+				A664716127A8399700417BF1 /* AppDelegate.swift */,
+				A664716327A8399700417BF1 /* ViewController.swift */,
+				A672B65127B19391000A9007 /* ImagesViewController.swift */,
+				A623509427AAEB290030D490 /* ExploreViewController.swift */,
+				A623508C27AAE67D0030D490 /* InventoryViewController.swift */,
+				A664717627A83AB000417BF1 /* HomeViewController.swift */,
+				A633CDC227A8619800450383 /* VideoTutorialViewController.swift */,
+				A664716C27A8399900417BF1 /* LaunchScreen.storyboard */,
+				A664716727A8399700417BF1 /* Main.storyboard */,
+				A664717A27A840E200417BF1 /* Letsliterate.rcproject */,
+				A633CDC527A8757400450383 /* PasswordsIntro.m4v */,
+				A633CDC727A93E3500450383 /* mainmenu_background02.png */,
+				A633CDCB27A93ED600450383 /* mainmenu_btn_explore.png */,
+				A633CDC927A93ED500450383 /* mainmenu_btn_reset.png */,
+				A633CDCA27A93ED600450383 /* mainmenu_btn_tutorial.png */,
+				A6A78BF327A9579800675532 /* Avatar.png */,
+				A623508E27AAE8360030D490 /* mainmenu_background03.png */,
+				A63DDDAA27AC0607007CB857 /* explore_mask_scan.png */,
+				A63DDDAC27AC07F8007CB857 /* explore_btn_inventory.png */,
+				A6C0A3A427AE95FD00146E18 /* bruteForce_mask_scan_single_stone.png */,
+				A6C0A3A627AEA8AC00146E18 /* station_passwords_scan_cube_plane.png */,
+				A6005B8E27B03704009E2967 /* passwordsIntro.mp4 */,
+				A6005B8C27B03632009E2967 /* passwordsBruteForceIntro.m4v */,
+				A6005B9027B0388C009E2967 /* passwordsBruteForceFrom1To3.mp4 */,
+				A6B94B2427B56A5E00861198 /* passwordsBruteForceOutro.mp4 */,
+				A6B94B2627B56D4900861198 /* passwordsOutro.mp4 */,
+				A672B65427B1944D000A9007 /* ranking_passwords.png */,
+				A672B65327B1944C000A9007 /* strong_password.png */,
+				A672B65827B19455000A9007 /* good_idea_bad_idea.png */,
+				A672B65727B19455000A9007 /* types_of_usage.png */,
+				A680413527B5857000314DE6 /* inventory_not_collected.png */,
+				A6B94B2027B5557300861198 /* inventory_collected2.png */,
+				A6B94B2227B55C4500861198 /* tutorial.mp4 */,
+			);
+			path = "Lets Literate";
+			sourceTree = "<group>";
+		};
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+		A664715D27A8399700417BF1 /* Lets Literate */ = {
+			isa = PBXNativeTarget;
+			buildConfigurationList = A664717127A8399900417BF1 /* Build configuration list for PBXNativeTarget "Lets Literate" */;
+			buildPhases = (
+				A664715A27A8399700417BF1 /* Sources */,
+				A664715B27A8399700417BF1 /* Frameworks */,
+				A664715C27A8399700417BF1 /* Resources */,
+			);
+			buildRules = (
+			);
+			dependencies = (
+			);
+			name = "Lets Literate";
+			productName = "Lets Literate";
+			productReference = A664715E27A8399700417BF1 /* Lets Literate.app */;
+			productType = "com.apple.product-type.application";
+		};
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+		A664715627A8399700417BF1 /* Project object */ = {
+			isa = PBXProject;
+			attributes = {
+				BuildIndependentTargetsInParallel = 1;
+				LastSwiftUpdateCheck = 1320;
+				LastUpgradeCheck = 1320;
+				TargetAttributes = {
+					A664715D27A8399700417BF1 = {
+						CreatedOnToolsVersion = 13.2.1;
+					};
+				};
+			};
+			buildConfigurationList = A664715927A8399700417BF1 /* Build configuration list for PBXProject "Lets Literate" */;
+			compatibilityVersion = "Xcode 13.0";
+			developmentRegion = en;
+			hasScannedForEncodings = 0;
+			knownRegions = (
+				en,
+				Base,
+			);
+			mainGroup = A664715527A8399700417BF1;
+			productRefGroup = A664715F27A8399700417BF1 /* Products */;
+			projectDirPath = "";
+			projectRoot = "";
+			targets = (
+				A664715D27A8399700417BF1 /* Lets Literate */,
+			);
+		};
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+		A664715C27A8399700417BF1 /* Resources */ = {
+			isa = PBXResourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				A6005B9127B0388C009E2967 /* passwordsBruteForceFrom1To3.mp4 in Resources */,
+				A6C0A3A727AEA8AC00146E18 /* station_passwords_scan_cube_plane.png in Resources */,
+				A633CDCD27A93ED600450383 /* mainmenu_btn_tutorial.png in Resources */,
+				A664716E27A8399900417BF1 /* LaunchScreen.storyboard in Resources */,
+				A6005B8F27B03704009E2967 /* passwordsIntro.mp4 in Resources */,
+				A63DDDAD27AC07F8007CB857 /* explore_btn_inventory.png in Resources */,
+				A6B94B2327B55C4500861198 /* tutorial.mp4 in Resources */,
+				A623508F27AAE8360030D490 /* mainmenu_background03.png in Resources */,
+				A633CDC627A8757400450383 /* PasswordsIntro.m4v in Resources */,
+				A664716B27A8399900417BF1 /* Assets.xcassets in Resources */,
+				A680413627B5857000314DE6 /* inventory_not_collected.png in Resources */,
+				A63DDDAB27AC0607007CB857 /* explore_mask_scan.png in Resources */,
+				A664716927A8399700417BF1 /* Main.storyboard in Resources */,
+				A672B65627B1944D000A9007 /* ranking_passwords.png in Resources */,
+				A672B65A27B19455000A9007 /* good_idea_bad_idea.png in Resources */,
+				A6C0A3A527AE95FD00146E18 /* bruteForce_mask_scan_single_stone.png in Resources */,
+				A633CDCC27A93ED600450383 /* mainmenu_btn_reset.png in Resources */,
+				A6B94B2727B56D4900861198 /* passwordsOutro.mp4 in Resources */,
+				A672B65927B19455000A9007 /* types_of_usage.png in Resources */,
+				A633CDCE27A93ED600450383 /* mainmenu_btn_explore.png in Resources */,
+				A6B94B2127B5557300861198 /* inventory_collected2.png in Resources */,
+				A6B94B2527B56A5E00861198 /* passwordsBruteForceOutro.mp4 in Resources */,
+				A6A78BF427A9579800675532 /* Avatar.png in Resources */,
+				A6005B8D27B03632009E2967 /* passwordsBruteForceIntro.m4v in Resources */,
+				A633CDC827A93E3500450383 /* mainmenu_background02.png in Resources */,
+				A672B65527B1944D000A9007 /* strong_password.png in Resources */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+		A664715A27A8399700417BF1 /* Sources */ = {
+			isa = PBXSourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				A633CDC327A8619800450383 /* VideoTutorialViewController.swift in Sources */,
+				A623509927AB058D0030D490 /* Station.swift in Sources */,
+				A6C0A3AC27AED97200146E18 /* Task.swift in Sources */,
+				A672B65227B19391000A9007 /* ImagesViewController.swift in Sources */,
+				A623508D27AAE67D0030D490 /* InventoryViewController.swift in Sources */,
+				A664716427A8399700417BF1 /* ViewController.swift in Sources */,
+				A664716227A8399700417BF1 /* AppDelegate.swift in Sources */,
+				A664717B27A840E200417BF1 /* Letsliterate.rcproject in Sources */,
+				A623509527AAEB290030D490 /* ExploreViewController.swift in Sources */,
+				A664717727A83AB000417BF1 /* HomeViewController.swift in Sources */,
+				A623509727AB04080030D490 /* Game.swift in Sources */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXVariantGroup section */
+		A664716727A8399700417BF1 /* Main.storyboard */ = {
+			isa = PBXVariantGroup;
+			children = (
+				A664716827A8399700417BF1 /* Base */,
+			);
+			name = Main.storyboard;
+			sourceTree = "<group>";
+		};
+		A664716C27A8399900417BF1 /* LaunchScreen.storyboard */ = {
+			isa = PBXVariantGroup;
+			children = (
+				A664716D27A8399900417BF1 /* Base */,
+			);
+			name = LaunchScreen.storyboard;
+			sourceTree = "<group>";
+		};
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+		A664716F27A8399900417BF1 /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_ANALYZER_NONNULL = YES;
+				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
+				CLANG_CXX_LIBRARY = "libc++";
+				CLANG_ENABLE_MODULES = YES;
+				CLANG_ENABLE_OBJC_ARC = YES;
+				CLANG_ENABLE_OBJC_WEAK = YES;
+				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+				CLANG_WARN_BOOL_CONVERSION = YES;
+				CLANG_WARN_COMMA = YES;
+				CLANG_WARN_CONSTANT_CONVERSION = YES;
+				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+				CLANG_WARN_EMPTY_BODY = YES;
+				CLANG_WARN_ENUM_CONVERSION = YES;
+				CLANG_WARN_INFINITE_RECURSION = YES;
+				CLANG_WARN_INT_CONVERSION = YES;
+				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
+				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+				CLANG_WARN_STRICT_PROTOTYPES = YES;
+				CLANG_WARN_SUSPICIOUS_MOVE = YES;
+				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
+				CLANG_WARN_UNREACHABLE_CODE = YES;
+				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+				COPY_PHASE_STRIP = NO;
+				DEBUG_INFORMATION_FORMAT = dwarf;
+				ENABLE_STRICT_OBJC_MSGSEND = YES;
+				ENABLE_TESTABILITY = YES;
+				GCC_C_LANGUAGE_STANDARD = gnu11;
+				GCC_DYNAMIC_NO_PIC = NO;
+				GCC_NO_COMMON_BLOCKS = YES;
+				GCC_OPTIMIZATION_LEVEL = 0;
+				GCC_PREPROCESSOR_DEFINITIONS = (
+					"DEBUG=1",
+					"$(inherited)",
+				);
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+				GCC_WARN_UNDECLARED_SELECTOR = YES;
+				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+				GCC_WARN_UNUSED_FUNCTION = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				IPHONEOS_DEPLOYMENT_TARGET = 15.2;
+				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
+				MTL_FAST_MATH = YES;
+				ONLY_ACTIVE_ARCH = YES;
+				SDKROOT = iphoneos;
+				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
+				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+			};
+			name = Debug;
+		};
+		A664717027A8399900417BF1 /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_ANALYZER_NONNULL = YES;
+				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
+				CLANG_CXX_LIBRARY = "libc++";
+				CLANG_ENABLE_MODULES = YES;
+				CLANG_ENABLE_OBJC_ARC = YES;
+				CLANG_ENABLE_OBJC_WEAK = YES;
+				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+				CLANG_WARN_BOOL_CONVERSION = YES;
+				CLANG_WARN_COMMA = YES;
+				CLANG_WARN_CONSTANT_CONVERSION = YES;
+				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+				CLANG_WARN_EMPTY_BODY = YES;
+				CLANG_WARN_ENUM_CONVERSION = YES;
+				CLANG_WARN_INFINITE_RECURSION = YES;
+				CLANG_WARN_INT_CONVERSION = YES;
+				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
+				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+				CLANG_WARN_STRICT_PROTOTYPES = YES;
+				CLANG_WARN_SUSPICIOUS_MOVE = YES;
+				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
+				CLANG_WARN_UNREACHABLE_CODE = YES;
+				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+				COPY_PHASE_STRIP = NO;
+				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+				ENABLE_NS_ASSERTIONS = NO;
+				ENABLE_STRICT_OBJC_MSGSEND = YES;
+				GCC_C_LANGUAGE_STANDARD = gnu11;
+				GCC_NO_COMMON_BLOCKS = YES;
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+				GCC_WARN_UNDECLARED_SELECTOR = YES;
+				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+				GCC_WARN_UNUSED_FUNCTION = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				IPHONEOS_DEPLOYMENT_TARGET = 15.2;
+				MTL_ENABLE_DEBUG_INFO = NO;
+				MTL_FAST_MATH = YES;
+				SDKROOT = iphoneos;
+				SWIFT_COMPILATION_MODE = wholemodule;
+				SWIFT_OPTIMIZATION_LEVEL = "-O";
+				VALIDATE_PRODUCT = YES;
+			};
+			name = Release;
+		};
+		A664717227A8399900417BF1 /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
+				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 1;
+				DEVELOPMENT_TEAM = NVS3FTY2BZ;
+				GENERATE_INFOPLIST_FILE = YES;
+				INFOPLIST_KEY_NSCameraUsageDescription = "";
+				INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
+				INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
+				INFOPLIST_KEY_UIMainStoryboardFile = Main;
+				INFOPLIST_KEY_UIRequiredDeviceCapabilities = arkit;
+				INFOPLIST_KEY_UIStatusBarHidden = YES;
+				INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
+				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
+				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = UIInterfaceOrientationPortrait;
+				IPHONEOS_DEPLOYMENT_TARGET = 15.0;
+				LD_RUNPATH_SEARCH_PATHS = (
+					"$(inherited)",
+					"@executable_path/Frameworks",
+				);
+				MARKETING_VERSION = 1.0;
+				PRODUCT_BUNDLE_IDENTIFIER = "LetsLiterate.Lets-Literate";
+				PRODUCT_NAME = "$(TARGET_NAME)";
+				SWIFT_EMIT_LOC_STRINGS = YES;
+				SWIFT_VERSION = 5.0;
+				TARGETED_DEVICE_FAMILY = 1;
+			};
+			name = Debug;
+		};
+		A664717327A8399900417BF1 /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
+				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 1;
+				DEVELOPMENT_TEAM = NVS3FTY2BZ;
+				GENERATE_INFOPLIST_FILE = YES;
+				INFOPLIST_KEY_NSCameraUsageDescription = "";
+				INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
+				INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
+				INFOPLIST_KEY_UIMainStoryboardFile = Main;
+				INFOPLIST_KEY_UIRequiredDeviceCapabilities = arkit;
+				INFOPLIST_KEY_UIStatusBarHidden = YES;
+				INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
+				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
+				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = UIInterfaceOrientationPortrait;
+				IPHONEOS_DEPLOYMENT_TARGET = 15.0;
+				LD_RUNPATH_SEARCH_PATHS = (
+					"$(inherited)",
+					"@executable_path/Frameworks",
+				);
+				MARKETING_VERSION = 1.0;
+				PRODUCT_BUNDLE_IDENTIFIER = "LetsLiterate.Lets-Literate";
+				PRODUCT_NAME = "$(TARGET_NAME)";
+				SWIFT_EMIT_LOC_STRINGS = YES;
+				SWIFT_VERSION = 5.0;
+				TARGETED_DEVICE_FAMILY = 1;
+			};
+			name = Release;
+		};
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+		A664715927A8399700417BF1 /* Build configuration list for PBXProject "Lets Literate" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				A664716F27A8399900417BF1 /* Debug */,
+				A664717027A8399900417BF1 /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+		A664717127A8399900417BF1 /* Build configuration list for PBXNativeTarget "Lets Literate" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				A664717227A8399900417BF1 /* Debug */,
+				A664717327A8399900417BF1 /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+/* End XCConfigurationList section */
+	};
+	rootObject = A664715627A8399700417BF1 /* Project object */;
+}
diff --git a/Lets Literate.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Lets Literate.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000000000000000000000000000000000000..919434a6254f0e9651f402737811be6634a03e9c
--- /dev/null
+++ b/Lets Literate.xcodeproj/project.xcworkspace/contents.xcworkspacedata	
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Workspace
+   version = "1.0">
+   <FileRef
+      location = "self:">
+   </FileRef>
+</Workspace>
diff --git a/Lets Literate.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Lets Literate.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 0000000000000000000000000000000000000000..18d981003d68d0546c4804ac2ff47dd97c6e7921
--- /dev/null
+++ b/Lets Literate.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist	
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>IDEDidComputeMac32BitWarning</key>
+	<true/>
+</dict>
+</plist>
diff --git a/Lets Literate.xcodeproj/project.xcworkspace/xcuserdata/aljoscha.xcuserdatad/UserInterfaceState.xcuserstate b/Lets Literate.xcodeproj/project.xcworkspace/xcuserdata/aljoscha.xcuserdatad/UserInterfaceState.xcuserstate
new file mode 100644
index 0000000000000000000000000000000000000000..1aa98d87c7a58786a26397f64ac939a641bd868b
Binary files /dev/null and b/Lets Literate.xcodeproj/project.xcworkspace/xcuserdata/aljoscha.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/Lets Literate.xcodeproj/xcshareddata/xcschemes/Lets Literate.xcscheme b/Lets Literate.xcodeproj/xcshareddata/xcschemes/Lets Literate.xcscheme
new file mode 100644
index 0000000000000000000000000000000000000000..0e395cf7c4f18a2ad0463787cd1fd6b9d4388944
--- /dev/null
+++ b/Lets Literate.xcodeproj/xcshareddata/xcschemes/Lets Literate.xcscheme	
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Scheme
+   LastUpgradeVersion = "1320"
+   version = "1.3">
+   <BuildAction
+      parallelizeBuildables = "YES"
+      buildImplicitDependencies = "YES">
+      <BuildActionEntries>
+         <BuildActionEntry
+            buildForTesting = "YES"
+            buildForRunning = "YES"
+            buildForProfiling = "YES"
+            buildForArchiving = "YES"
+            buildForAnalyzing = "YES">
+            <BuildableReference
+               BuildableIdentifier = "primary"
+               BlueprintIdentifier = "A664715D27A8399700417BF1"
+               BuildableName = "Lets Literate.app"
+               BlueprintName = "Lets Literate"
+               ReferencedContainer = "container:Lets Literate.xcodeproj">
+            </BuildableReference>
+         </BuildActionEntry>
+      </BuildActionEntries>
+   </BuildAction>
+   <TestAction
+      buildConfiguration = "Debug"
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+      shouldUseLaunchSchemeArgsEnv = "YES">
+      <Testables>
+      </Testables>
+   </TestAction>
+   <LaunchAction
+      buildConfiguration = "Debug"
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+      launchStyle = "0"
+      useCustomWorkingDirectory = "NO"
+      ignoresPersistentStateOnLaunch = "NO"
+      debugDocumentVersioning = "YES"
+      debugServiceExtension = "internal"
+      allowLocationSimulation = "YES">
+      <BuildableProductRunnable
+         runnableDebuggingMode = "0">
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "A664715D27A8399700417BF1"
+            BuildableName = "Lets Literate.app"
+            BlueprintName = "Lets Literate"
+            ReferencedContainer = "container:Lets Literate.xcodeproj">
+         </BuildableReference>
+      </BuildableProductRunnable>
+   </LaunchAction>
+   <ProfileAction
+      buildConfiguration = "Release"
+      shouldUseLaunchSchemeArgsEnv = "YES"
+      savedToolIdentifier = ""
+      useCustomWorkingDirectory = "NO"
+      debugDocumentVersioning = "YES">
+      <BuildableProductRunnable
+         runnableDebuggingMode = "0">
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "A664715D27A8399700417BF1"
+            BuildableName = "Lets Literate.app"
+            BlueprintName = "Lets Literate"
+            ReferencedContainer = "container:Lets Literate.xcodeproj">
+         </BuildableReference>
+      </BuildableProductRunnable>
+   </ProfileAction>
+   <AnalyzeAction
+      buildConfiguration = "Debug">
+   </AnalyzeAction>
+   <ArchiveAction
+      buildConfiguration = "Release"
+      revealArchiveInOrganizer = "YES">
+   </ArchiveAction>
+</Scheme>
diff --git a/Lets Literate.xcodeproj/xcuserdata/aljoscha.xcuserdatad/xcschemes/xcschememanagement.plist b/Lets Literate.xcodeproj/xcuserdata/aljoscha.xcuserdatad/xcschemes/xcschememanagement.plist
new file mode 100644
index 0000000000000000000000000000000000000000..e9496ff0cce890e6a805bffbcb7fb65e8fe38e96
--- /dev/null
+++ b/Lets Literate.xcodeproj/xcuserdata/aljoscha.xcuserdatad/xcschemes/xcschememanagement.plist	
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>SchemeUserState</key>
+	<dict>
+		<key>Lets Literate.xcscheme_^#shared#^_</key>
+		<dict>
+			<key>orderHint</key>
+			<integer>0</integer>
+		</dict>
+	</dict>
+	<key>SuppressBuildableAutocreation</key>
+	<dict>
+		<key>A664715D27A8399700417BF1</key>
+		<dict>
+			<key>primary</key>
+			<true/>
+		</dict>
+	</dict>
+</dict>
+</plist>
diff --git a/Lets Literate/.DS_Store b/Lets Literate/.DS_Store
new file mode 100644
index 0000000000000000000000000000000000000000..f8a19b8aeb40093ed4175c05a575462c40145ef0
Binary files /dev/null and b/Lets Literate/.DS_Store differ
diff --git a/Lets Literate/AppDelegate.swift b/Lets Literate/AppDelegate.swift
new file mode 100644
index 0000000000000000000000000000000000000000..3f2f3838c9203fc6e73b7b8012387791d820b2d5
--- /dev/null
+++ b/Lets Literate/AppDelegate.swift	
@@ -0,0 +1,50 @@
+//
+//  AppDelegate.swift
+//  Lets Literate
+//
+//  Created by Aljoscha Peters on 31.01.22.
+//
+
+import UIKit
+import AVFoundation
+
+@main
+class AppDelegate: UIResponder, UIApplicationDelegate {
+
+    var window: UIWindow?
+
+
+    func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
+        // Override point for customization after application launch.
+        
+        let audioSession = AVAudioSession.sharedInstance()
+            do {
+                try audioSession.setCategory(.playback, mode: .moviePlayback)
+            }
+            catch {
+                print("Setting category to AVAudioSessionCategoryPlayback failed.")
+            }
+        return true
+        
+    }
+
+    func applicationWillResignActive(_ application: UIApplication) {
+        // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
+        // Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game.
+    }
+
+    func applicationDidEnterBackground(_ application: UIApplication) {
+        // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
+    }
+
+    func applicationWillEnterForeground(_ application: UIApplication) {
+        // Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.
+    }
+
+    func applicationDidBecomeActive(_ application: UIApplication) {
+        // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
+    }
+
+
+}
+
diff --git a/Lets Literate/Assets.xcassets/.DS_Store b/Lets Literate/Assets.xcassets/.DS_Store
new file mode 100644
index 0000000000000000000000000000000000000000..8afc24c41fbee42ac829a118f2031dd0d33bf484
Binary files /dev/null and b/Lets Literate/Assets.xcassets/.DS_Store differ
diff --git a/Lets Literate/Assets.xcassets/AR Complex Passwords.arresourcegroup/Contents.json b/Lets Literate/Assets.xcassets/AR Complex Passwords.arresourcegroup/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..a38527f5300710351d60dbb76f2f14d16cea5bd8
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Complex Passwords.arresourcegroup/Contents.json	
@@ -0,0 +1,14 @@
+{
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "resources" : [
+    {
+      "filename" : "stones_correct.arreferenceimage"
+    },
+    {
+      "filename" : "stones_wrong01.arreferenceimage"
+    }
+  ]
+}
diff --git a/Lets Literate/Assets.xcassets/AR Complex Passwords.arresourcegroup/stones_correct.arreferenceimage/Contents.json b/Lets Literate/Assets.xcassets/AR Complex Passwords.arresourcegroup/stones_correct.arreferenceimage/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..f5a6db0f26da031a69c2b3e9ded0e63be1fc5a1e
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Complex Passwords.arresourcegroup/stones_correct.arreferenceimage/Contents.json	
@@ -0,0 +1,16 @@
+{
+  "images" : [
+    {
+      "filename" : "stones_correct.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "properties" : {
+    "unit" : "centimeters",
+    "width" : 50
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AR Complex Passwords.arresourcegroup/stones_correct.arreferenceimage/stones_correct.png b/Lets Literate/Assets.xcassets/AR Complex Passwords.arresourcegroup/stones_correct.arreferenceimage/stones_correct.png
new file mode 100644
index 0000000000000000000000000000000000000000..83c1bec2e0ae791408a80c796e96a3315b9f0555
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AR Complex Passwords.arresourcegroup/stones_correct.arreferenceimage/stones_correct.png differ
diff --git a/Lets Literate/Assets.xcassets/AR Complex Passwords.arresourcegroup/stones_wrong01.arreferenceimage/Contents.json b/Lets Literate/Assets.xcassets/AR Complex Passwords.arresourcegroup/stones_wrong01.arreferenceimage/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..2c33b3ae90647f643461129009e46d03764b9ece
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Complex Passwords.arresourcegroup/stones_wrong01.arreferenceimage/Contents.json	
@@ -0,0 +1,16 @@
+{
+  "images" : [
+    {
+      "filename" : "stones_wrong01.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "properties" : {
+    "unit" : "centimeters",
+    "width" : 50
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AR Complex Passwords.arresourcegroup/stones_wrong01.arreferenceimage/stones_wrong01.png b/Lets Literate/Assets.xcassets/AR Complex Passwords.arresourcegroup/stones_wrong01.arreferenceimage/stones_wrong01.png
new file mode 100644
index 0000000000000000000000000000000000000000..2321787612b4ecf09079622d2f6f975868fe157a
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AR Complex Passwords.arresourcegroup/stones_wrong01.arreferenceimage/stones_wrong01.png differ
diff --git a/Lets Literate/Assets.xcassets/AR Exploration.arresourcegroup/.DS_Store b/Lets Literate/Assets.xcassets/AR Exploration.arresourcegroup/.DS_Store
new file mode 100644
index 0000000000000000000000000000000000000000..5cf8a8d59fbc1077ba0dce5ca2586c62b20932a8
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AR Exploration.arresourcegroup/.DS_Store differ
diff --git a/Lets Literate/Assets.xcassets/AR Exploration.arresourcegroup/Contents.json b/Lets Literate/Assets.xcassets/AR Exploration.arresourcegroup/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..2a2c51a267279be71b4f9f17414399cd9db0e171
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Exploration.arresourcegroup/Contents.json	
@@ -0,0 +1,11 @@
+{
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "resources" : [
+    {
+      "filename" : "anchor_passwords_start.arreferenceimage"
+    }
+  ]
+}
diff --git a/Lets Literate/Assets.xcassets/AR Exploration.arresourcegroup/anchor_passwords_start.arreferenceimage/Contents.json b/Lets Literate/Assets.xcassets/AR Exploration.arresourcegroup/anchor_passwords_start.arreferenceimage/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..66f0f46577262a7215716779dd1ded9e88ebf569
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Exploration.arresourcegroup/anchor_passwords_start.arreferenceimage/Contents.json	
@@ -0,0 +1,16 @@
+{
+  "images" : [
+    {
+      "filename" : "anchor_passwords_start.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "properties" : {
+    "unit" : "centimeters",
+    "width" : 10
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AR Exploration.arresourcegroup/anchor_passwords_start.arreferenceimage/anchor_passwords_start.png b/Lets Literate/Assets.xcassets/AR Exploration.arresourcegroup/anchor_passwords_start.arreferenceimage/anchor_passwords_start.png
new file mode 100644
index 0000000000000000000000000000000000000000..aaf2504dc641dd35327db773578a82ee3ec50531
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AR Exploration.arresourcegroup/anchor_passwords_start.arreferenceimage/anchor_passwords_start.png differ
diff --git a/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/Contents.json b/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..1ef3cc15b03a3353c556057d782136fdd2f39967
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/Contents.json	
@@ -0,0 +1,23 @@
+{
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "resources" : [
+    {
+      "filename" : "anchor_passwords_end.arreferenceimage"
+    },
+    {
+      "filename" : "anchor_passwords_task1.arreferenceimage"
+    },
+    {
+      "filename" : "anchor_passwords_task2.arreferenceimage"
+    },
+    {
+      "filename" : "anchor_passwords_task3.arreferenceimage"
+    },
+    {
+      "filename" : "anchor_passwords_task4.arreferenceimage"
+    }
+  ]
+}
diff --git a/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_end.arreferenceimage/Contents.json b/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_end.arreferenceimage/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..9dbbb2edac963ede285359b3d12b0eeaec2f7c03
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_end.arreferenceimage/Contents.json	
@@ -0,0 +1,15 @@
+{
+  "images" : [
+    {
+      "filename" : "anchor_passwords_end.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "properties" : {
+    "width" : 8
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_end.arreferenceimage/anchor_passwords_end.png b/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_end.arreferenceimage/anchor_passwords_end.png
new file mode 100644
index 0000000000000000000000000000000000000000..228e21dd8499a12174a19251e5e6141e368dd7de
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_end.arreferenceimage/anchor_passwords_end.png differ
diff --git a/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task1.arreferenceimage/Contents.json b/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task1.arreferenceimage/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..c7411763b7c701d5cbbc01b1d01604b2cca7100d
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task1.arreferenceimage/Contents.json	
@@ -0,0 +1,16 @@
+{
+  "images" : [
+    {
+      "filename" : "anchor_passwords_task1.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "properties" : {
+    "unit" : "centimeters",
+    "width" : 8
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task1.arreferenceimage/anchor_passwords_task1.png b/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task1.arreferenceimage/anchor_passwords_task1.png
new file mode 100644
index 0000000000000000000000000000000000000000..67b82bda0e0ee6807f947be866a03414c6abb1e8
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task1.arreferenceimage/anchor_passwords_task1.png differ
diff --git a/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task2.arreferenceimage/Contents.json b/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task2.arreferenceimage/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..40310740e30c648acdfdba4969c8e5f2873fade8
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task2.arreferenceimage/Contents.json	
@@ -0,0 +1,16 @@
+{
+  "images" : [
+    {
+      "filename" : "anchor_passwords_task2.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "properties" : {
+    "unit" : "centimeters",
+    "width" : 8
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task2.arreferenceimage/anchor_passwords_task2.png b/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task2.arreferenceimage/anchor_passwords_task2.png
new file mode 100644
index 0000000000000000000000000000000000000000..260b6b1dced851d5ae3899f026be85e694145c62
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task2.arreferenceimage/anchor_passwords_task2.png differ
diff --git a/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task3.arreferenceimage/Contents.json b/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task3.arreferenceimage/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..11b14ad438820e8ed18db695a890cc40af535875
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task3.arreferenceimage/Contents.json	
@@ -0,0 +1,16 @@
+{
+  "images" : [
+    {
+      "filename" : "anchor_passwords_task3.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "properties" : {
+    "unit" : "centimeters",
+    "width" : 8
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task3.arreferenceimage/anchor_passwords_task3.png b/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task3.arreferenceimage/anchor_passwords_task3.png
new file mode 100644
index 0000000000000000000000000000000000000000..484abc4e1fec8c4ace4f55d3ba19be1ad255fe9b
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task3.arreferenceimage/anchor_passwords_task3.png differ
diff --git a/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task4.arreferenceimage/Contents.json b/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task4.arreferenceimage/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..409ec8bd1f2953505a255189c80d5617f19a3045
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task4.arreferenceimage/Contents.json	
@@ -0,0 +1,15 @@
+{
+  "images" : [
+    {
+      "filename" : "anchor_passwords_task4.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "properties" : {
+    "width" : 8
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task4.arreferenceimage/anchor_passwords_task4.png b/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task4.arreferenceimage/anchor_passwords_task4.png
new file mode 100644
index 0000000000000000000000000000000000000000..b80b8d0d41f65a611e6642071e40f34967cc0bf6
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AR Passwords.arresourcegroup/anchor_passwords_task4.arreferenceimage/anchor_passwords_task4.png differ
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/Contents.json b/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..ebc3f3fbf45c954c618ee82fc57b59c463044d55
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/Contents.json	
@@ -0,0 +1,20 @@
+{
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "resources" : [
+    {
+      "filename" : "demo_stone_texture02.arreferenceimage"
+    },
+    {
+      "filename" : "demo_stone_texture03.arreferenceimage"
+    },
+    {
+      "filename" : "demo_stone_texture05.arreferenceimage"
+    },
+    {
+      "filename" : "demo_stone_texture06.arreferenceimage"
+    }
+  ]
+}
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture02.arreferenceimage/Contents.json b/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture02.arreferenceimage/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..c707eabed3d3aaa8b7f5495a33b44548fc8920d6
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture02.arreferenceimage/Contents.json	
@@ -0,0 +1,15 @@
+{
+  "images" : [
+    {
+      "filename" : "stone_texture02.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "properties" : {
+    "width" : 5
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture02.arreferenceimage/stone_texture02.png b/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture02.arreferenceimage/stone_texture02.png
new file mode 100644
index 0000000000000000000000000000000000000000..fd550543061508c8dd6e6b0109fdf6a8357ef878
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture02.arreferenceimage/stone_texture02.png differ
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture03.arreferenceimage/Contents.json b/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture03.arreferenceimage/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..4800b093113e089d4d3d2051632115e2b7e0cc68
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture03.arreferenceimage/Contents.json	
@@ -0,0 +1,15 @@
+{
+  "images" : [
+    {
+      "filename" : "stone_texture03.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "properties" : {
+    "width" : 5
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture03.arreferenceimage/stone_texture03.png b/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture03.arreferenceimage/stone_texture03.png
new file mode 100644
index 0000000000000000000000000000000000000000..38842382f5664ce13a62ef7a10fc5752365b9bf0
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture03.arreferenceimage/stone_texture03.png differ
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture05.arreferenceimage/Contents.json b/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture05.arreferenceimage/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..f66435f496d35855359a2949cfb0a9eea306d322
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture05.arreferenceimage/Contents.json	
@@ -0,0 +1,15 @@
+{
+  "images" : [
+    {
+      "filename" : "stone_texture05.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "properties" : {
+    "width" : 5
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture05.arreferenceimage/stone_texture05.png b/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture05.arreferenceimage/stone_texture05.png
new file mode 100644
index 0000000000000000000000000000000000000000..c3c9e447e84241fca3e90542025d6aa92e0d6b02
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture05.arreferenceimage/stone_texture05.png differ
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture06.arreferenceimage/Contents.json b/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture06.arreferenceimage/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..84e6b923e7019dd98aede6f6391155e9684dcf35
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture06.arreferenceimage/Contents.json	
@@ -0,0 +1,15 @@
+{
+  "images" : [
+    {
+      "filename" : "stone_texture06.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "properties" : {
+    "width" : 5
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture06.arreferenceimage/stone_texture06.png b/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture06.arreferenceimage/stone_texture06.png
new file mode 100644
index 0000000000000000000000000000000000000000..4e2a6d096697f91a29143a2ac6d8c742ff4db29f
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AR Stonetextures Demo.arresourcegroup/demo_stone_texture06.arreferenceimage/stone_texture06.png differ
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/Contents.json b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..b7349da388593134bf69feb896c6d9e191c33b1b
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/Contents.json	
@@ -0,0 +1,35 @@
+{
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "resources" : [
+    {
+      "filename" : "stone_texture01.arreferenceimage"
+    },
+    {
+      "filename" : "stone_texture02.arreferenceimage"
+    },
+    {
+      "filename" : "stone_texture03.arreferenceimage"
+    },
+    {
+      "filename" : "stone_texture04.arreferenceimage"
+    },
+    {
+      "filename" : "stone_texture05.arreferenceimage"
+    },
+    {
+      "filename" : "stone_texture06.arreferenceimage"
+    },
+    {
+      "filename" : "stone_texture07.arreferenceimage"
+    },
+    {
+      "filename" : "stone_texture08.arreferenceimage"
+    },
+    {
+      "filename" : "stone_texture09.arreferenceimage"
+    }
+  ]
+}
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture01.arreferenceimage/Contents.json b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture01.arreferenceimage/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..31d850b9b5f7cbac9836abded278686a94bbbb5c
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture01.arreferenceimage/Contents.json	
@@ -0,0 +1,16 @@
+{
+  "images" : [
+    {
+      "filename" : "stone_texture01.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "properties" : {
+    "unit" : "centimeters",
+    "width" : 10
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture01.arreferenceimage/stone_texture01.png b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture01.arreferenceimage/stone_texture01.png
new file mode 100644
index 0000000000000000000000000000000000000000..649ce41b4d9598500ec901afe278d6d63a5d36bb
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture01.arreferenceimage/stone_texture01.png differ
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture02.arreferenceimage/Contents.json b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture02.arreferenceimage/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..14c3e776ae7cc991ec2fb484be0ef5646acc8849
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture02.arreferenceimage/Contents.json	
@@ -0,0 +1,16 @@
+{
+  "images" : [
+    {
+      "filename" : "stone_texture02.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "properties" : {
+    "unit" : "centimeters",
+    "width" : 10
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture02.arreferenceimage/stone_texture02.png b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture02.arreferenceimage/stone_texture02.png
new file mode 100644
index 0000000000000000000000000000000000000000..fd550543061508c8dd6e6b0109fdf6a8357ef878
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture02.arreferenceimage/stone_texture02.png differ
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture03.arreferenceimage/Contents.json b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture03.arreferenceimage/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..3753b9ab2375765f60ba2e748a6f6f8d29b3ea2c
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture03.arreferenceimage/Contents.json	
@@ -0,0 +1,16 @@
+{
+  "images" : [
+    {
+      "filename" : "stone_texture03.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "properties" : {
+    "unit" : "centimeters",
+    "width" : 10
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture03.arreferenceimage/stone_texture03.png b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture03.arreferenceimage/stone_texture03.png
new file mode 100644
index 0000000000000000000000000000000000000000..38842382f5664ce13a62ef7a10fc5752365b9bf0
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture03.arreferenceimage/stone_texture03.png differ
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture04.arreferenceimage/Contents.json b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture04.arreferenceimage/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..c8cf3c0ab6d664e2c546e16366dd036f34f23fbe
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture04.arreferenceimage/Contents.json	
@@ -0,0 +1,16 @@
+{
+  "images" : [
+    {
+      "filename" : "stone_texture04.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "properties" : {
+    "unit" : "centimeters",
+    "width" : 10
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture04.arreferenceimage/stone_texture04.png b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture04.arreferenceimage/stone_texture04.png
new file mode 100644
index 0000000000000000000000000000000000000000..e31587b4e68f4907e007c8295620ea28ab1fef51
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture04.arreferenceimage/stone_texture04.png differ
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture05.arreferenceimage/Contents.json b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture05.arreferenceimage/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..50b92a81189a36573413ffa36945a1ade66ff6b8
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture05.arreferenceimage/Contents.json	
@@ -0,0 +1,16 @@
+{
+  "images" : [
+    {
+      "filename" : "stone_texture05.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "properties" : {
+    "unit" : "centimeters",
+    "width" : 10
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture05.arreferenceimage/stone_texture05.png b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture05.arreferenceimage/stone_texture05.png
new file mode 100644
index 0000000000000000000000000000000000000000..c3c9e447e84241fca3e90542025d6aa92e0d6b02
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture05.arreferenceimage/stone_texture05.png differ
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture06.arreferenceimage/Contents.json b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture06.arreferenceimage/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..68b3e3ab39abb19f263a08cda76d2b17a47d4399
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture06.arreferenceimage/Contents.json	
@@ -0,0 +1,16 @@
+{
+  "images" : [
+    {
+      "filename" : "stone_texture06.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "properties" : {
+    "unit" : "centimeters",
+    "width" : 10
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture06.arreferenceimage/stone_texture06.png b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture06.arreferenceimage/stone_texture06.png
new file mode 100644
index 0000000000000000000000000000000000000000..4e2a6d096697f91a29143a2ac6d8c742ff4db29f
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture06.arreferenceimage/stone_texture06.png differ
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture07.arreferenceimage/Contents.json b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture07.arreferenceimage/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..e6ab6ba48bedbcf1b63c3aa97d435eaf80b17209
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture07.arreferenceimage/Contents.json	
@@ -0,0 +1,16 @@
+{
+  "images" : [
+    {
+      "filename" : "stone_texture07.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "properties" : {
+    "unit" : "centimeters",
+    "width" : 10
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture07.arreferenceimage/stone_texture07.png b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture07.arreferenceimage/stone_texture07.png
new file mode 100644
index 0000000000000000000000000000000000000000..cfd5c3e6773f0405d52e548a1d6cc91dc2450296
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture07.arreferenceimage/stone_texture07.png differ
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture08.arreferenceimage/Contents.json b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture08.arreferenceimage/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..0b98a39b2f0bf5d3c53c206d886cc3d00872bc21
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture08.arreferenceimage/Contents.json	
@@ -0,0 +1,16 @@
+{
+  "images" : [
+    {
+      "filename" : "stone_texture08.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "properties" : {
+    "unit" : "centimeters",
+    "width" : 10
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture08.arreferenceimage/stone_texture08.png b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture08.arreferenceimage/stone_texture08.png
new file mode 100644
index 0000000000000000000000000000000000000000..5b40086187c6c11ab8e9ea163af269def3ad32c9
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture08.arreferenceimage/stone_texture08.png differ
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture09.arreferenceimage/Contents.json b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture09.arreferenceimage/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..cd3c1ff636b712df1d976139b818a9decc14c246
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture09.arreferenceimage/Contents.json	
@@ -0,0 +1,16 @@
+{
+  "images" : [
+    {
+      "filename" : "stone_texture09.png",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "properties" : {
+    "unit" : "centimeters",
+    "width" : 10
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture09.arreferenceimage/stone_texture09.png b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture09.arreferenceimage/stone_texture09.png
new file mode 100644
index 0000000000000000000000000000000000000000..6f6399ed2946faf56164d7fc152fb41fd3779635
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AR Stonetextures.arresourcegroup/stone_texture09.arreferenceimage/stone_texture09.png differ
diff --git a/Lets Literate/Assets.xcassets/AccentColor.colorset/Contents.json b/Lets Literate/Assets.xcassets/AccentColor.colorset/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..eb8789700816459c1e1480e0b34781d9fb78a1ca
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AccentColor.colorset/Contents.json	
@@ -0,0 +1,11 @@
+{
+  "colors" : [
+    {
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AppIcon.appiconset/120x120-1.png b/Lets Literate/Assets.xcassets/AppIcon.appiconset/120x120-1.png
new file mode 100644
index 0000000000000000000000000000000000000000..840f25198a1baa62d69345a03cc0cdbf0838672c
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AppIcon.appiconset/120x120-1.png differ
diff --git a/Lets Literate/Assets.xcassets/AppIcon.appiconset/120x120.png b/Lets Literate/Assets.xcassets/AppIcon.appiconset/120x120.png
new file mode 100644
index 0000000000000000000000000000000000000000..840f25198a1baa62d69345a03cc0cdbf0838672c
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AppIcon.appiconset/120x120.png differ
diff --git a/Lets Literate/Assets.xcassets/AppIcon.appiconset/180x180.png b/Lets Literate/Assets.xcassets/AppIcon.appiconset/180x180.png
new file mode 100644
index 0000000000000000000000000000000000000000..5dbdea85e7ec0091e2f76b6bad82630698d99dab
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AppIcon.appiconset/180x180.png differ
diff --git a/Lets Literate/Assets.xcassets/AppIcon.appiconset/40x40.png b/Lets Literate/Assets.xcassets/AppIcon.appiconset/40x40.png
new file mode 100644
index 0000000000000000000000000000000000000000..15eee2ce8976c7685517e189cc1f0eee30ea56c2
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AppIcon.appiconset/40x40.png differ
diff --git a/Lets Literate/Assets.xcassets/AppIcon.appiconset/58x58.png b/Lets Literate/Assets.xcassets/AppIcon.appiconset/58x58.png
new file mode 100644
index 0000000000000000000000000000000000000000..f41299e9d38d3ccf0f8a603acb62161dd67920cf
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AppIcon.appiconset/58x58.png differ
diff --git a/Lets Literate/Assets.xcassets/AppIcon.appiconset/60x60.png b/Lets Literate/Assets.xcassets/AppIcon.appiconset/60x60.png
new file mode 100644
index 0000000000000000000000000000000000000000..8d4dca4511bfe9da0951c66a9aa5e5df203f27b3
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AppIcon.appiconset/60x60.png differ
diff --git a/Lets Literate/Assets.xcassets/AppIcon.appiconset/80x80.png b/Lets Literate/Assets.xcassets/AppIcon.appiconset/80x80.png
new file mode 100644
index 0000000000000000000000000000000000000000..7c5343714732b884e84a6b5426ed2f12ee13089d
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AppIcon.appiconset/80x80.png differ
diff --git a/Lets Literate/Assets.xcassets/AppIcon.appiconset/87x87.png b/Lets Literate/Assets.xcassets/AppIcon.appiconset/87x87.png
new file mode 100644
index 0000000000000000000000000000000000000000..06a2b18d4a002a2a92816b0f59992344e22b2670
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AppIcon.appiconset/87x87.png differ
diff --git a/Lets Literate/Assets.xcassets/AppIcon.appiconset/Contents.json b/Lets Literate/Assets.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..3c8073d9d90ba440fb1120afcac845e940dc1f2d
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/AppIcon.appiconset/Contents.json	
@@ -0,0 +1,107 @@
+{
+  "images" : [
+    {
+      "filename" : "40x40.png",
+      "idiom" : "iphone",
+      "scale" : "2x",
+      "size" : "20x20"
+    },
+    {
+      "filename" : "60x60.png",
+      "idiom" : "iphone",
+      "scale" : "3x",
+      "size" : "20x20"
+    },
+    {
+      "filename" : "58x58.png",
+      "idiom" : "iphone",
+      "scale" : "2x",
+      "size" : "29x29"
+    },
+    {
+      "filename" : "87x87.png",
+      "idiom" : "iphone",
+      "scale" : "3x",
+      "size" : "29x29"
+    },
+    {
+      "filename" : "80x80.png",
+      "idiom" : "iphone",
+      "scale" : "2x",
+      "size" : "40x40"
+    },
+    {
+      "filename" : "120x120.png",
+      "idiom" : "iphone",
+      "scale" : "3x",
+      "size" : "40x40"
+    },
+    {
+      "filename" : "120x120-1.png",
+      "idiom" : "iphone",
+      "scale" : "2x",
+      "size" : "60x60"
+    },
+    {
+      "filename" : "180x180.png",
+      "idiom" : "iphone",
+      "scale" : "3x",
+      "size" : "60x60"
+    },
+    {
+      "idiom" : "ipad",
+      "scale" : "1x",
+      "size" : "20x20"
+    },
+    {
+      "idiom" : "ipad",
+      "scale" : "2x",
+      "size" : "20x20"
+    },
+    {
+      "idiom" : "ipad",
+      "scale" : "1x",
+      "size" : "29x29"
+    },
+    {
+      "idiom" : "ipad",
+      "scale" : "2x",
+      "size" : "29x29"
+    },
+    {
+      "idiom" : "ipad",
+      "scale" : "1x",
+      "size" : "40x40"
+    },
+    {
+      "idiom" : "ipad",
+      "scale" : "2x",
+      "size" : "40x40"
+    },
+    {
+      "idiom" : "ipad",
+      "scale" : "1x",
+      "size" : "76x76"
+    },
+    {
+      "idiom" : "ipad",
+      "scale" : "2x",
+      "size" : "76x76"
+    },
+    {
+      "idiom" : "ipad",
+      "scale" : "2x",
+      "size" : "83.5x83.5"
+    },
+    {
+      "filename" : "app_icon.png",
+      "idiom" : "ios-marketing",
+      "scale" : "1x",
+      "size" : "1024x1024"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/AppIcon.appiconset/app_icon.png b/Lets Literate/Assets.xcassets/AppIcon.appiconset/app_icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..6381ce279a9de2f39c3f50aeacb01f15c4b2dadb
Binary files /dev/null and b/Lets Literate/Assets.xcassets/AppIcon.appiconset/app_icon.png differ
diff --git a/Lets Literate/Assets.xcassets/Contents.json b/Lets Literate/Assets.xcassets/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..73c00596a7fca3f3d4bdd64053b69d86745f9e10
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/Contents.json	
@@ -0,0 +1,6 @@
+{
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/mainmenu_background01.imageset/Contents.json b/Lets Literate/Assets.xcassets/mainmenu_background01.imageset/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..697ac2b777451b888109a6b129b01472d51bfd0d
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/mainmenu_background01.imageset/Contents.json	
@@ -0,0 +1,21 @@
+{
+  "images" : [
+    {
+      "filename" : "mainmenu_background01.png",
+      "idiom" : "universal",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "3x"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/mainmenu_background01.imageset/mainmenu_background01.png b/Lets Literate/Assets.xcassets/mainmenu_background01.imageset/mainmenu_background01.png
new file mode 100644
index 0000000000000000000000000000000000000000..0cd89c28458e6b797829d8e61a15b8c7bbbc12f6
Binary files /dev/null and b/Lets Literate/Assets.xcassets/mainmenu_background01.imageset/mainmenu_background01.png differ
diff --git a/Lets Literate/Assets.xcassets/mainmenu_background02.imageset/Contents.json b/Lets Literate/Assets.xcassets/mainmenu_background02.imageset/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..143cfb37e412db16e01c0c1accbc14f9e48f1942
--- /dev/null
+++ b/Lets Literate/Assets.xcassets/mainmenu_background02.imageset/Contents.json	
@@ -0,0 +1,21 @@
+{
+  "images" : [
+    {
+      "filename" : "mainmenu_background02.png",
+      "idiom" : "universal",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "3x"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  }
+}
diff --git a/Lets Literate/Assets.xcassets/mainmenu_background02.imageset/mainmenu_background02.png b/Lets Literate/Assets.xcassets/mainmenu_background02.imageset/mainmenu_background02.png
new file mode 100644
index 0000000000000000000000000000000000000000..f49f79497c539d9f65f3d9d9cc9d7a9896338a46
Binary files /dev/null and b/Lets Literate/Assets.xcassets/mainmenu_background02.imageset/mainmenu_background02.png differ
diff --git a/Lets Literate/Avatar.png b/Lets Literate/Avatar.png
new file mode 100755
index 0000000000000000000000000000000000000000..2e8f7dec76732319acdf6d2784a64d206b4e4b5e
Binary files /dev/null and b/Lets Literate/Avatar.png differ
diff --git a/Lets Literate/Base.lproj/LaunchScreen.storyboard b/Lets Literate/Base.lproj/LaunchScreen.storyboard
new file mode 100644
index 0000000000000000000000000000000000000000..865e9329f3767a7c1dd66294b8025bf81dee7d2c
--- /dev/null
+++ b/Lets Literate/Base.lproj/LaunchScreen.storyboard	
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
+    <dependencies>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/>
+        <capability name="Safe area layout guides" minToolsVersion="9.0"/>
+        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
+    </dependencies>
+    <scenes>
+        <!--View Controller-->
+        <scene sceneID="EHf-IW-A2E">
+            <objects>
+                <viewController id="01J-lp-oVM" sceneMemberID="viewController">
+                    <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
+                        <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
+                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                        <color key="backgroundColor" xcode11CocoaTouchSystemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
+                        <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
+                    </view>
+                </viewController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
+            </objects>
+            <point key="canvasLocation" x="53" y="375"/>
+        </scene>
+    </scenes>
+</document>
diff --git a/Lets Literate/Base.lproj/Main.storyboard b/Lets Literate/Base.lproj/Main.storyboard
new file mode 100644
index 0000000000000000000000000000000000000000..03d99e5d3a4aa4a98dad5aa14c4cbbb73f471a8b
--- /dev/null
+++ b/Lets Literate/Base.lproj/Main.storyboard	
@@ -0,0 +1,210 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="181-DP-seY">
+    <device id="retina6_0" orientation="portrait" appearance="light"/>
+    <dependencies>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
+        <capability name="Safe area layout guides" minToolsVersion="9.0"/>
+        <capability name="System colors in document resources" minToolsVersion="11.0"/>
+        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
+    </dependencies>
+    <scenes>
+        <!--Home View Controller-->
+        <scene sceneID="0pp-QL-eZu">
+            <objects>
+                <viewController id="181-DP-seY" customClass="HomeViewController" customModule="Lets_Literate" customModuleProvider="target" sceneMemberID="viewController">
+                    <view key="view" contentMode="scaleToFill" id="CcB-uF-2Pa">
+                        <rect key="frame" x="0.0" y="0.0" width="390" height="844"/>
+                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                        <subviews>
+                            <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="mainmenu_background03.png" translatesAutoresizingMaskIntoConstraints="NO" id="VJ5-RQ-QVt">
+                                <rect key="frame" x="7" y="44" width="376" height="766"/>
+                            </imageView>
+                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hpN-sQ-jeP">
+                                <rect key="frame" x="7" y="612" width="376" height="85"/>
+                                <state key="normal" title="Button"/>
+                                <buttonConfiguration key="configuration" style="plain" image="mainmenu_btn_explore.png" imagePlacement="top" imagePadding="0.0">
+                                    <backgroundConfiguration key="background"/>
+                                    <attributedString key="attributedTitle"/>
+                                </buttonConfiguration>
+                                <connections>
+                                    <action selector="btnStartExploration:" destination="181-DP-seY" eventType="touchUpInside" id="4zT-6E-ZYx"/>
+                                </connections>
+                            </button>
+                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="thV-rA-V7y">
+                                <rect key="frame" x="7" y="683" width="376" height="85"/>
+                                <state key="normal" title="Button"/>
+                                <buttonConfiguration key="configuration" style="plain" image="mainmenu_btn_tutorial.png" imagePlacement="top" imagePadding="0.0">
+                                    <attributedString key="attributedTitle"/>
+                                </buttonConfiguration>
+                                <connections>
+                                    <action selector="btnPlayTutorialVideo:" destination="181-DP-seY" eventType="touchUpInside" id="mtr-EC-NEH"/>
+                                </connections>
+                            </button>
+                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="lP6-E5-AbI">
+                                <rect key="frame" x="298" y="754" width="85" height="56"/>
+                                <state key="normal" title="Button"/>
+                                <buttonConfiguration key="configuration" style="plain" image="mainmenu_btn_reset.png" imagePlacement="top" imagePadding="0.0">
+                                    <attributedString key="attributedTitle"/>
+                                </buttonConfiguration>
+                                <connections>
+                                    <action selector="btnResetGame:" destination="181-DP-seY" eventType="touchUpInside" id="Vzc-53-VU3"/>
+                                </connections>
+                            </button>
+                        </subviews>
+                        <viewLayoutGuide key="safeArea" id="O3L-ny-7bN"/>
+                        <constraints>
+                            <constraint firstItem="hpN-sQ-jeP" firstAttribute="leading" secondItem="thV-rA-V7y" secondAttribute="leading" id="2p3-ah-qfP"/>
+                            <constraint firstItem="thV-rA-V7y" firstAttribute="trailing" secondItem="lP6-E5-AbI" secondAttribute="trailing" id="8FM-h1-aoe"/>
+                            <constraint firstItem="hpN-sQ-jeP" firstAttribute="leading" secondItem="O3L-ny-7bN" secondAttribute="leading" constant="7" id="Eft-h5-DG8"/>
+                            <constraint firstItem="hpN-sQ-jeP" firstAttribute="trailing" secondItem="thV-rA-V7y" secondAttribute="trailing" id="RmK-Ch-rxJ"/>
+                            <constraint firstItem="thV-rA-V7y" firstAttribute="baseline" secondItem="lP6-E5-AbI" secondAttribute="firstBaseline" id="VXG-vJ-dp3"/>
+                            <constraint firstItem="VJ5-RQ-QVt" firstAttribute="top" secondItem="O3L-ny-7bN" secondAttribute="top" id="X15-11-ahf"/>
+                            <constraint firstItem="hpN-sQ-jeP" firstAttribute="baseline" secondItem="thV-rA-V7y" secondAttribute="firstBaseline" id="YoX-6x-38W"/>
+                            <constraint firstItem="VJ5-RQ-QVt" firstAttribute="trailing" secondItem="hpN-sQ-jeP" secondAttribute="trailing" id="a4v-vO-OAZ"/>
+                            <constraint firstItem="VJ5-RQ-QVt" firstAttribute="bottom" secondItem="lP6-E5-AbI" secondAttribute="bottom" id="c5n-bw-27L"/>
+                            <constraint firstItem="hpN-sQ-jeP" firstAttribute="centerX" secondItem="CcB-uF-2Pa" secondAttribute="centerX" id="jwP-5n-czt"/>
+                            <constraint firstItem="lP6-E5-AbI" firstAttribute="bottom" secondItem="O3L-ny-7bN" secondAttribute="bottom" id="qAM-4T-aWK"/>
+                            <constraint firstItem="VJ5-RQ-QVt" firstAttribute="leading" secondItem="thV-rA-V7y" secondAttribute="leading" id="qgZ-zY-JDT"/>
+                        </constraints>
+                    </view>
+                    <connections>
+                        <segue destination="i7I-eI-Nkw" kind="presentation" identifier="fromHome2ExploreSegue" modalPresentationStyle="fullScreen" id="7C8-CJ-sr3"/>
+                    </connections>
+                </viewController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="GFL-zd-4j8" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
+            </objects>
+            <point key="canvasLocation" x="-743.07692307692309" y="133.64928909952607"/>
+        </scene>
+        <!--Images View Controller-->
+        <scene sceneID="xgG-mM-5Nc">
+            <objects>
+                <viewController id="gFt-7K-AOa" customClass="ImagesViewController" customModule="Lets_Literate" customModuleProvider="target" sceneMemberID="viewController">
+                    <view key="view" contentMode="scaleToFill" id="R7r-iP-BAe">
+                        <rect key="frame" x="0.0" y="0.0" width="390" height="790"/>
+                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                        <subviews>
+                            <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="LwO-ar-Tgb">
+                                <rect key="frame" x="0.0" y="0.0" width="390" height="756"/>
+                                <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                            </imageView>
+                        </subviews>
+                        <viewLayoutGuide key="safeArea" id="qAL-el-en3"/>
+                        <color key="backgroundColor" systemColor="systemBackgroundColor"/>
+                    </view>
+                    <connections>
+                        <outlet property="tasksImages" destination="LwO-ar-Tgb" id="3P6-1p-pIT"/>
+                    </connections>
+                </viewController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="MPM-fB-Adg" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
+            </objects>
+            <point key="canvasLocation" x="-743.07692307692309" y="1714.6919431279621"/>
+        </scene>
+        <!--Explore View Controller-->
+        <scene sceneID="gcq-Dw-VC5">
+            <objects>
+                <viewController id="i7I-eI-Nkw" customClass="ExploreViewController" customModule="Lets_Literate" customModuleProvider="target" sceneMemberID="viewController">
+                    <view key="view" contentMode="scaleToFill" id="rfE-I7-bXa">
+                        <rect key="frame" x="0.0" y="0.0" width="390" height="844"/>
+                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                        <subviews>
+                            <arView multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="m9X-gT-w4M">
+                                <rect key="frame" x="0.0" y="0.0" width="390" height="810"/>
+                                <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                            </arView>
+                            <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="explore_mask_scan.png" translatesAutoresizingMaskIntoConstraints="NO" id="Hg8-ZO-JZR">
+                                <rect key="frame" x="20" y="44" width="354" height="667"/>
+                                <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                            </imageView>
+                            <button opaque="NO" contentMode="scaleAspectFit" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="q3d-yX-5Zb">
+                                <rect key="frame" x="20" y="773" width="27" height="17"/>
+                                <autoresizingMask key="autoresizingMask"/>
+                                <state key="normal" title="Button"/>
+                                <buttonConfiguration key="configuration" style="plain" image="explore_btn_inventory.png" imagePlacement="top"/>
+                                <connections>
+                                    <action selector="btnOpenInventory:" destination="i7I-eI-Nkw" eventType="touchUpInside" id="Lkz-pb-68e"/>
+                                </connections>
+                            </button>
+                            <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="xia-PE-98c">
+                                <rect key="frame" x="24" y="44" width="99" height="31"/>
+                                <autoresizingMask key="autoresizingMask"/>
+                                <state key="normal" title="Button"/>
+                                <buttonConfiguration key="configuration" style="plain" title="Menu"/>
+                                <connections>
+                                    <action selector="btnMenu:" destination="i7I-eI-Nkw" eventType="touchUpInside" id="3Nh-CY-n6Z"/>
+                                </connections>
+                            </button>
+                            <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="This is the &quot;A&quot;." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Wyk-sH-5t1">
+                                <rect key="frame" x="24" y="570" width="350" height="61"/>
+                                <autoresizingMask key="autoresizingMask"/>
+                                <fontDescription key="fontDescription" type="system" pointSize="17"/>
+                                <color key="textColor" red="0.8481633663" green="0.99272233249999997" blue="0.96470469240000001" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
+                                <nil key="highlightedColor"/>
+                            </label>
+                            <button hidden="YES" opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="PLd-VN-hME">
+                                <rect key="frame" x="125" y="639" width="130" height="31"/>
+                                <autoresizingMask key="autoresizingMask"/>
+                                <state key="normal" title="Button"/>
+                                <buttonConfiguration key="configuration" style="plain" title="Use"/>
+                                <connections>
+                                    <action selector="btnUseAction:" destination="i7I-eI-Nkw" eventType="touchUpInside" id="cHk-Yg-gQq"/>
+                                </connections>
+                            </button>
+                        </subviews>
+                        <viewLayoutGuide key="safeArea" id="1G2-d4-lGi"/>
+                    </view>
+                    <connections>
+                        <outlet property="btnUse" destination="PLd-VN-hME" id="RlJ-3a-0zv"/>
+                        <outlet property="imageScanMask" destination="Hg8-ZO-JZR" id="VlB-tW-gp3"/>
+                        <outlet property="labelDecoded" destination="Wyk-sH-5t1" id="t0B-2y-6ck"/>
+                        <outlet property="rkView" destination="m9X-gT-w4M" id="lWQ-tt-tCP"/>
+                        <segue destination="PM5-hI-ZWo" kind="presentation" identifier="fromExplore2InventorySegue" id="fvq-a8-HIK"/>
+                        <segue destination="gFt-7K-AOa" kind="presentation" identifier="fromExplore2ImagesSegue" id="Q8E-tx-Z1A"/>
+                    </connections>
+                </viewController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="QHO-Ob-Fj4" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
+            </objects>
+            <point key="canvasLocation" x="-743.07692307692309" y="929.8578199052132"/>
+        </scene>
+        <!--Inventory View Controller-->
+        <scene sceneID="mjo-xi-Oed">
+            <objects>
+                <viewController id="PM5-hI-ZWo" customClass="InventoryViewController" customModule="Lets_Literate" customModuleProvider="target" sceneMemberID="viewController">
+                    <view key="view" contentMode="scaleToFill" id="5JC-cQ-y5p">
+                        <rect key="frame" x="0.0" y="0.0" width="390" height="790"/>
+                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                        <subviews>
+                            <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="inventory_collected2.png" translatesAutoresizingMaskIntoConstraints="NO" id="wRa-6t-xft">
+                                <rect key="frame" x="16" y="23" width="358" height="650"/>
+                            </imageView>
+                        </subviews>
+                        <viewLayoutGuide key="safeArea" id="UXO-1N-eFl"/>
+                        <color key="backgroundColor" red="0.8481633663" green="0.99272233249999997" blue="0.96470469240000001" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
+                        <constraints>
+                            <constraint firstItem="UXO-1N-eFl" firstAttribute="bottom" secondItem="wRa-6t-xft" secondAttribute="bottom" constant="83" id="0Hw-aN-lQ7"/>
+                            <constraint firstItem="wRa-6t-xft" firstAttribute="trailing" secondItem="5JC-cQ-y5p" secondAttribute="trailingMargin" id="2BP-PK-L8q"/>
+                            <constraint firstItem="wRa-6t-xft" firstAttribute="top" secondItem="UXO-1N-eFl" secondAttribute="top" constant="23" id="JbL-1Y-G3m"/>
+                            <constraint firstItem="wRa-6t-xft" firstAttribute="leading" secondItem="5JC-cQ-y5p" secondAttribute="leadingMargin" id="dbT-t8-tlU"/>
+                        </constraints>
+                    </view>
+                    <connections>
+                        <outlet property="inventoryImage" destination="wRa-6t-xft" id="hY5-je-hl4"/>
+                    </connections>
+                </viewController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="8BI-Vw-Y4c" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
+            </objects>
+            <point key="canvasLocation" x="164.61538461538461" y="929.8578199052132"/>
+        </scene>
+    </scenes>
+    <resources>
+        <image name="explore_btn_inventory.png" width="3" height="3"/>
+        <image name="explore_mask_scan.png" width="375" height="667"/>
+        <image name="inventory_collected2.png" width="362" height="656"/>
+        <image name="mainmenu_background03.png" width="512" height="911"/>
+        <image name="mainmenu_btn_explore.png" width="375" height="71"/>
+        <image name="mainmenu_btn_reset.png" width="61" height="42"/>
+        <image name="mainmenu_btn_tutorial.png" width="375" height="71"/>
+        <systemColor name="systemBackgroundColor">
+            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
+        </systemColor>
+    </resources>
+</document>
diff --git a/Lets Literate/ExploreViewController.swift b/Lets Literate/ExploreViewController.swift
new file mode 100644
index 0000000000000000000000000000000000000000..7ae486cd0d52d4ebf0e287ba16b409daf3bab36f
--- /dev/null
+++ b/Lets Literate/ExploreViewController.swift	
@@ -0,0 +1,560 @@
+//
+//  ExploreViewController.swift
+//  Lets Literate
+//
+//  Created by Aljoscha Peters on 02.02.22.
+//
+
+import UIKit
+import RealityKit
+import ARKit
+import AVKit
+import AVFoundation
+
+class ExploreViewController: UIViewController, ARSessionDelegate, UIAlertViewDelegate {
+    
+    @IBOutlet weak var rkView: ARView!
+    @IBOutlet weak var imageScanMask: UIImageView!
+    @IBOutlet weak var labelDecoded: UILabel!
+    
+    private var _pause : Bool = false
+    private var _taskImage : String = "ranking_passwords.png"
+    private var _inTask1 : Bool = false
+    
+    private var subTask = 0
+    private var task11_stone_to_use = ""
+    private var task12_stones_to_use = ""
+    
+    @IBOutlet weak var btnUse: UIButton!
+    @IBAction func btnUseAction(_ sender: Any) {
+        if Game.isInTask1() == true && subTask == 1 {
+            print("Task1.1: Use-Button was tapped.")
+            if task11_stone_to_use == "1" {
+                print("Task1.1: correct stone selected")
+                self._playPasswordsTaskBruteForceAttackFrom1To3Chars()
+                Game.setMode(mode: .task1)
+                subTask = 2
+                self.labelDecoded.isHidden = true
+                self.btnUse.isEnabled = false
+                self.btnUse.isHidden = true
+                rkView.session.run(configurationPasswordsTask2)
+                print("Settings: Station: " + Game.getActStation().toString() + ", mode:" + Game.getMode().toString() + ", subTask=" + String(subTask))
+            } else {
+                print("Task1.1: wrong stone selected")
+                subTask = 1
+                self.labelDecoded.text = "This was the wrong answer."
+                //self.labelDecoded.isHidden = true
+                self.btnUse.isHidden = true
+                rkView.session.run(configurationPasswordsTask2)
+            }
+        }
+        if Game.isInTask1() == true && subTask == 2 {
+            print("Task1.2: Use-Button was tapped.")
+            if task12_stones_to_use == "Hi1?" {
+                print("Task1.2: correct stones selected")
+                self._playPasswordsTaskBruteForceAttackOutro()
+                subTask = 0
+                self.labelDecoded.isHidden = true
+                self.btnUse.isHidden = true
+                Game.setMode(mode: .station)
+                Game.setActStation(station: .passwords)
+                imageScanMask.image = UIImage(named:"station_passwords_scan_cube_plane.png")
+                print("Changed UI to scan single cube plane")
+                Game.getStations()[0].getTasks()[0].setSolved(solved: true)
+                rkView.session.run(configurationPasswords)
+            } else {
+                print("Task1.2: wrong stones selected")
+                subTask = 2
+                self.labelDecoded.text = "This was the wrong answer."
+                //self.labelDecoded.isHidden = true
+                self.btnUse.isHidden = true
+                rkView.session.run(configurationPasswordsTask2)
+            }
+        }
+        if Game.isInTask1() == true && subTask == 3 {
+            //play video and back to Game mode station
+            subTask = 0
+            Game.setMode(mode: .station)
+            Game.setActStation(station: .passwords)
+        }
+    }
+    
+    
+    let configurationStations = ARImageTrackingConfiguration() //configuration object for exploration
+    let configurationPasswords = ARImageTrackingConfiguration() //configuration object for station passwords - the planes
+    let configurationPasswordsTask1 = ARImageTrackingConfiguration() //configuration object for station passwords - the puzzle pieces
+    let configurationPasswordsTask2 = ARImageTrackingConfiguration() //configuration object for station passwords - the puzzle pieces
+    
+    override func viewDidLoad() {
+        super.viewDidLoad()
+        
+        // There must be a set of reference images in project's assets
+        guard let referenceImagesStations = ARReferenceImage.referenceImages(inGroupNamed: "AR Exploration", bundle: nil)
+                    else { fatalError("Missing expected asset catalog 'AR Exploration' in resources.") }
+        guard let referenceImagesPasswords = ARReferenceImage.referenceImages(inGroupNamed: "AR Passwords", bundle: nil)
+                    else { fatalError("Missing expected asset catalog 'AR Passwords' in resources.") }
+        //For Demo only use four pieces
+        guard let referenceImagesPuzzlePieces = ARReferenceImage.referenceImages(inGroupNamed: "AR Stonetextures Demo", bundle: nil)
+                    else { fatalError("Missing expected asset catalog 'AR Stonetextures' in resources.") }
+        //For real experience use all pieces
+        //guard let referenceImagesPuzzlePieces = ARReferenceImage.referenceImages(inGroupNamed: "AR Stonetextures", bundle: nil)
+                    //else { fatalError("Missing expected asset catalog 'AR Stonetextures' in resources.") }
+        //For Demo only use four pieces
+        guard let referenceImagesPuzzlePiecesTogether = ARReferenceImage.referenceImages(inGroupNamed: "AR Complex Passwords", bundle: nil)
+                    else { fatalError("Missing expected asset catalog 'AR Stonetextures' in resources.") }
+                
+        // Set ARView delegate so we can define delegate methods in this controller
+        rkView.session.delegate = self
+
+        // Forgot automatic configuration to do it manually instead
+        rkView.automaticallyConfigureSession = false
+
+        // Show statistics if desired
+        //rkView.debugOptions = [.showStatistics]
+
+        // Disable any unneeded rendering options
+        rkView.renderOptions = [.disableCameraGrain, .disableHDR, .disableMotionBlur, .disableDepthOfField, .disableFaceMesh, .disablePersonOcclusion, .disableGroundingShadows, .disableAREnvironmentLighting]
+
+        configurationStations.maximumNumberOfTrackedImages = 1
+        configurationStations.trackingImages = referenceImagesStations
+        
+        configurationPasswords.maximumNumberOfTrackedImages = 1
+        configurationPasswords.trackingImages = referenceImagesPasswords
+        
+        configurationPasswordsTask1.maximumNumberOfTrackedImages = 1
+        configurationPasswordsTask1.trackingImages = referenceImagesPuzzlePieces
+        
+        configurationPasswordsTask2.maximumNumberOfTrackedImages = 1
+        configurationPasswordsTask2.trackingImages = referenceImagesPuzzlePiecesTogether
+        
+        rkView.session.run(configurationStations)
+        
+        Game.setMode(mode: .exploration)
+    }
+    
+    
+    /*
+     Do something if we found an anchor, depending on the state
+     */
+    func session(_ session: ARSession, didAdd anchors: [ARAnchor]) {
+        
+        //if the game is in exploration mode, we want to scan start planes of cubes
+        if Game.isInExploration() == true {
+            guard let imageAnchor = anchors[0] as? ARImageAnchor else {
+                print("inExploration: no imageAnchor found")
+                return
+            }
+            if let imageName = imageAnchor.name, imageName  == "anchor_passwords_start" {
+                print("Start of Station Passwords") //debug
+                self._playIntroStationPasswords()
+                //delete the anchor
+                rkView.session.pause()
+                rkView.session.remove(anchor: imageAnchor)
+                print("Removed anchor: anchor_passwords_start") //debug
+            
+                //new configuration, run session again
+                rkView.session.run(configurationPasswords)
+                print("Set up new AR configuration: Scan Passwords Cube's sides") //debug
+            
+                //show new interface
+                imageScanMask.image = UIImage(named:"station_passwords_scan_cube_plane.png")
+                print("Changed UI to scan single cube plane") //debug
+                Game.setMode(mode: .station)
+                Game.setActStation(station: .passwords)
+                print("Game mode is: " + Game.getMode().toString())
+                print("Station is: " + Game.getActStation().toString())
+            }
+        }
+        //We are in station passwords and cube's side task1 was scanned and we are in subtask no 1
+        if Game.isInTask1() == true && self.subTask == 1 {
+            print("InTask1 == true")
+            guard let imageAnchor = anchors[0] as? ARImageAnchor else {
+                print("inTask1: no imageAnchor found")
+                return
+            }
+            if let imageName = imageAnchor.name, imageName  == "demo_stone_texture02" {
+                print("Station Passwords - Task 1.1: demo_stone_texture02 anchor found")
+                rkView.session.remove(anchor: imageAnchor)
+                rkView.session.pause()
+                self.labelDecoded.text = "This is the 'H'."
+                self.labelDecoded.isHidden = false
+                self.btnUse.isHidden = false
+                self.task11_stone_to_use = "H"
+                return
+            }
+            if let imageName = imageAnchor.name, imageName  == "demo_stone_texture03" {
+                print("Station Passwords - Task 1.1: demo_stone_texture02 anchor found")
+                rkView.session.remove(anchor: imageAnchor)
+                rkView.session.pause()
+                self.labelDecoded.text = "This is the 'i'"
+                self.labelDecoded.isHidden = false
+                self.btnUse.isHidden = false
+                self.task11_stone_to_use = "i"
+                return
+            }
+            if let imageName = imageAnchor.name, imageName  == "demo_stone_texture05" {
+                print("Station Passwords - Task 1.1: demo_stone_texture02 anchor found")
+                rkView.session.remove(anchor: imageAnchor)
+                rkView.session.pause()
+                self.labelDecoded.text = "This is the '1'"
+                self.labelDecoded.isHidden = false
+                self.btnUse.isHidden = false
+                self.task11_stone_to_use = "1"
+                return
+            }
+            if let imageName = imageAnchor.name, imageName  == "demo_stone_texture06" {
+                print("Station Passwords - Task 1.1: demo_stone_texture02 anchor found")
+                rkView.session.remove(anchor: imageAnchor)
+                rkView.session.pause()
+                self.labelDecoded.text = "This is the '?'"
+                self.labelDecoded.isHidden = false
+                self.btnUse.isHidden = false
+                self.task11_stone_to_use = "?"
+                return
+            }
+        }
+        //We are in station passwords and cube's side task1 was scanned and we are in subtask no 2
+        if Game.isInTask1() == true && self.subTask == 2 {
+            print("InTask1 == true")
+            print("subTask == 2")
+            guard let imageAnchor = anchors[0] as? ARImageAnchor else {
+                print("inTask1: no imageAnchor found")
+                return
+            }
+            if let imageName = imageAnchor.name, imageName  == "stones_correct" {
+                print("Station Passwords - Task 1.2: stones_correct anchor found")
+                rkView.session.remove(anchor: imageAnchor)
+                rkView.session.pause()
+                self.labelDecoded.text = "This is the 'Hi1?'."
+                self.labelDecoded.isHidden = false
+                self.btnUse.isHidden = false
+                btnUse.isEnabled = true
+                self.task12_stones_to_use = "Hi1?"
+                return
+            }
+            if let imageName = imageAnchor.name, imageName  == "stones_wrong01" {
+                print("Station Passwords - Task 1.2: stones_wrong01 anchor found")
+                rkView.session.remove(anchor: imageAnchor)
+                rkView.session.pause()
+                self.labelDecoded.text = "This is the '1i?H'"
+                self.labelDecoded.isHidden = false
+                self.btnUse.isHidden = false
+                btnUse.isEnabled = true
+                self.task12_stones_to_use = "1i?H"
+                return
+            }
+            //other possibilities here and up at btn
+        }
+        //if the game is in station mode, we want to scan task planes of a cube
+        if Game.isInStation() == true && Game.getActStation() == .passwords && self._inTask1 == false {
+            guard let imageAnchor = anchors[0] as? ARImageAnchor else {
+                print("inStation, inPasswords: no imageAnchor found")
+                return
+            }
+            if let imageName = imageAnchor.name, imageName  == "anchor_passwords_task1" {
+                //delete the anchor
+                rkView.session.pause()
+                rkView.session.remove(anchor: imageAnchor)
+                print("Removed anchor: anchor_passwords_task1")
+                
+                if Game.getStations()[0].getTasks()[0].isSolved() == false {
+                    print("Start of Task 1 of Station Passwords")
+                
+                    self._playPasswordsTaskBruteForceAttackIntro()
+                    //new configuration, run session again
+                    print("Set up new AR configuration: Scan Passwords Cube's Task 1's pieces")
+                    rkView.session.run(configurationPasswordsTask1)
+                    //show new interface
+                    imageScanMask.image = UIImage(named:"bruteForce_mask_scan_single_stone.png") // change to "Scan a Plane to Start a Task"
+                    print("Changed UI to scan single stone")
+                    Game.setMode(mode: .task1)
+                    //logic of task 1
+                    self.subTask = 1
+                } else {
+                    print("Taks 1 was already solved")
+                    rkView.session.pause()
+                    let alertController = UIAlertController(title: "Information", message: "You've already passed this task. Scan another cube's side to progress.", preferredStyle: .alert)
+                        // Initialize Actions
+                    let okayAction = UIAlertAction(title: "Okay", style: .default) { (action) -> Void in
+                            print("The user is okay.")
+                        }
+                    // Add Actions
+                    alertController.addAction(okayAction)
+                    // Present Alert Controller
+                    self.present(alertController, animated: true, completion: nil)
+                    imageScanMask.image = UIImage(named:"station_passwords_scan_cube_plane.png")
+                    Game.setMode(mode: .station)
+                    Game.setActStation(station: .passwords)
+                    print("Set up new AR configuration: Scan Passwords Cube's sides")
+                    rkView.session.run(configurationPasswords)
+                    print("Task 1 done, back to station mode")
+                }
+            }
+            
+            if let imageName = imageAnchor.name, imageName  == "anchor_passwords_task2" {
+                //delete the anchor
+                rkView.session.pause()
+                rkView.session.remove(anchor: imageAnchor)
+                print("Removed anchor: anchor_passwords_task2")
+                
+                if Game.getStations()[0].getTasks()[1].isSolved() == false {
+                    print("Start of Task 2 of Station Passwords")
+                    self._taskImage = "ranking_passwords.png"
+                    performSegue(withIdentifier: "fromExplore2ImagesSegue", sender: self)
+                    print("Show information ... we make just a sleep for 5 seconds")
+                    self._pause = true
+                    print("all subtasks done ... play a video")
+                    Game.getStations()[0].getTasks()[1].setSolved(solved: true)
+                    rkView.session.pause()
+                    
+                } else {
+                    print("Taks 2 was already solved")
+                    rkView.session.pause()
+                    let alertController = UIAlertController(title: "Information", message: "You've already passed this task. Scan another cube's side to progress.", preferredStyle: .alert)
+                        // Initialize Actions
+                    let okayAction = UIAlertAction(title: "Okay", style: .default) { (action) -> Void in
+                            print("The user is okay.")
+                        }
+                    // Add Actions
+                    alertController.addAction(okayAction)
+                    // Present Alert Controller
+                    self.present(alertController, animated: true, completion: nil)
+                    
+                }
+                imageScanMask.image = UIImage(named:"station_passwords_scan_cube_plane.png")
+                Game.setMode(mode: .station)
+                Game.setActStation(station: .passwords)
+                print("Set up new AR configuration: Scan Passwords Cube's sides")
+                rkView.session.run(configurationPasswords)
+                print("Task 2 done, back to station mode")
+            }
+            if let imageName = imageAnchor.name, imageName  == "anchor_passwords_task3" {
+                //delete the anchor
+                rkView.session.pause()
+                rkView.session.remove(anchor: imageAnchor)
+                print("Removed anchor: anchor_passwords_task3")
+                
+                if Game.getStations()[0].getTasks()[2].isSolved() == false {
+                    print("Start of Task 3 of Station Passwords")
+                    self._taskImage = "types_of_usage.png"
+                    performSegue(withIdentifier: "fromExplore2ImagesSegue", sender: self)
+                    print("Show information ... we make just a sleep for 5 seconds")
+                    self._pause = true
+                    print("all subtasks done ... play a video")
+                    Game.getStations()[0].getTasks()[2].setSolved(solved: true)
+                    rkView.session.pause()
+                    
+                } else {
+                    print("Taks 3 was already solved")
+                    rkView.session.pause()
+                    let alertController = UIAlertController(title: "Information", message: "You've already passed this task. Scan another cube's side to progress.", preferredStyle: .alert)
+                        // Initialize Actions
+                    let okayAction = UIAlertAction(title: "Okay", style: .default) { (action) -> Void in
+                            print("The user is okay.")
+                        }
+                    // Add Actions
+                    alertController.addAction(okayAction)
+                    // Present Alert Controller
+                    self.present(alertController, animated: true, completion: nil)
+                    
+                }
+                imageScanMask.image = UIImage(named:"station_passwords_scan_cube_plane.png")
+                Game.setMode(mode: .station)
+                Game.setActStation(station: .passwords)
+                print("Set up new AR configuration: Scan Passwords Cube's sides")
+                rkView.session.run(configurationPasswords)
+                print("Task 3 done, back to station mode")
+            }
+            if let imageName = imageAnchor.name, imageName  == "anchor_passwords_task4" {
+                //delete the anchor
+                rkView.session.pause()
+                rkView.session.remove(anchor: imageAnchor)
+                print("Removed anchor: anchor_passwords_task4")
+                
+                if Game.getStations()[0].getTasks()[3].isSolved() == false {
+                    print("Start of Task 4 of Station Passwords")
+                    self._taskImage = "good_idea_bad_idea.png"
+                    performSegue(withIdentifier: "fromExplore2ImagesSegue", sender: self)
+                    print("Show information ... we make just a sleep for 5 seconds")
+                    self._pause = true
+                    print("all subtasks done ... play a video")
+                    Game.getStations()[0].getTasks()[3].setSolved(solved: true)
+                    rkView.session.pause()
+                    
+                } else {
+                    print("Taks 4 was already solved")
+                    rkView.session.pause()
+                    let alertController = UIAlertController(title: "Information", message: "You've already passed this task. Scan another cube's side to progress.", preferredStyle: .alert)
+                        // Initialize Actions
+                    let okayAction = UIAlertAction(title: "Okay", style: .default) { (action) -> Void in
+                            print("The user is okay.")
+                        }
+                    // Add Actions
+                    alertController.addAction(okayAction)
+                    // Present Alert Controller
+                    self.present(alertController, animated: true, completion: nil)
+                    
+                }
+                imageScanMask.image = UIImage(named:"station_passwords_scan_cube_plane.png")
+                Game.setMode(mode: .station)
+                Game.setActStation(station: .passwords)
+                print("Set up new AR configuration: Scan Passwords Cube's sides")
+                rkView.session.run(configurationPasswords)
+                print("Task 4 done, back to station mode")
+            }
+            //Final Task 5
+            //Todo: Erst auslösen, wenn alle anderen Tasks absolviert wurden
+            if let imageName = imageAnchor.name, imageName  == "anchor_passwords_end" {
+                print("Solved tasks: " + String(Game.getStations()[0].getSolvedTasks().count))
+                if (Game.getStations()[0].getSolvedTasks().count < 4)
+                {
+                    rkView.session.pause()
+                    let alertController = UIAlertController(title: "Information", message: "You have to solve the other 4 tasks first before you can unlock this final task.", preferredStyle: .alert)
+                    let okayAction = UIAlertAction(title: "Okay", style: .default) { (action) -> Void in
+                            print("The user is okay.")
+                        }
+                    alertController.addAction(okayAction)
+                    self.present(alertController, animated: true, completion: nil)
+                    
+                    rkView.session.remove(anchor: imageAnchor)
+                    print("Removed anchor: anchor_passwords_end")
+                    imageScanMask.image = UIImage(named:"station_passwords_scan_cube_plane.png")
+                    Game.setMode(mode: .station)
+                    print("Set up new AR configuration: Scan Passwords Cube's sides")
+                    rkView.session.run(configurationPasswords)
+                    print("Task 5 cannot be done yet, first other 4 Tasks must be solved.")
+                } else {
+                    //delete the anchor
+                    rkView.session.pause()
+                    rkView.session.remove(anchor: imageAnchor)
+                    print("Removed anchor: anchor_passwords_end")
+                
+                    if Game.getStations()[0].getTasks()[4].isSolved() == false {
+                        print("Start of final Task 5 of Station Passwords")
+                        self._taskImage = "strong_password.png"
+                        performSegue(withIdentifier: "fromExplore2ImagesSegue", sender: self)
+                        print("Show information ... we make just a sleep for 5 seconds")
+                        self._pause = true
+                        print("all subtasks done ... play a video")
+                        Game.getStations()[0].getTasks()[4].setSolved(solved: true)
+                        Game.getStations()[0].setSolved(solved: true)
+                        //collect
+                        rkView.session.pause()
+                        imageScanMask.image = UIImage(named:"explore_mask_scan.png")
+                        Game.setMode(mode: .station)
+                        print("Set up new AR configuration: Find a Cube")
+                        rkView.session.run(configurationPasswords)
+                        print("Final task 5 done, back to explore mode")
+                        let timer2 = Timer.scheduledTimer(withTimeInterval: 20.0, repeats: false) {
+                            timer in
+                                self._playPasswordsOutro()
+                        }
+                        Game.setMode(mode: .exploration)
+                        Game.setActStation(station: .none)
+                    } else { // this should never happen
+                        print("Taks 5 was already solved")
+                        rkView.session.pause()
+                        let alertController = UIAlertController(title: "Information", message: "You've already passed this task and the whole station. Scan another cube to progress.", preferredStyle: .alert)
+                        // Initialize Actions
+                        let okayAction = UIAlertAction(title: "Okay", style: .default) { (action) -> Void in
+                            print("The user is okay.")
+                            }
+                        // Add Actions
+                        alertController.addAction(okayAction)
+                        // Present Alert Controller
+                        self.present(alertController, animated: true, completion: nil)
+                        
+                        imageScanMask.image = UIImage(named:"station_passwords_scan_cube_plane.png")
+                        Game.setMode(mode: .station)
+                        print("Set up new AR configuration: Scan Passwords Cube's sides")
+                        rkView.session.run(configurationPasswords)
+                        print("Task 5 done, back to station mode")
+                    }
+                    
+                }
+            }
+        }
+    }
+    
+    private func _playIntroStationPasswords() {
+        let url = URL(fileURLWithPath: Bundle.main.path(forResource: "passwordsIntro", ofType: "mp4")!)
+
+        // Create an AVPlayer, passing it the HTTP Live Streaming URL.
+        let player = AVPlayer(url: url)
+
+        // Create a new AVPlayerViewController and pass it a reference to the player.
+        let controller = AVPlayerViewController()
+        controller.player = player
+
+        // Modally present the player and call the player's play() method when complete.
+        present(controller, animated: true) {
+            player.play()
+        }
+    }
+    
+    private func _playPasswordsTaskBruteForceAttackIntro() {
+        print("Play Intro Video for Brute Force Attack")
+        guard let filePath = Bundle.main.path(forResource: "passwordsBruteForceIntro", ofType: "m4v")
+            else {
+                print("Video passwordsBruteForceIntro.m4v not found.")
+                return
+            }
+        let player = AVPlayer(url: URL(fileURLWithPath: filePath))
+        let vc = AVPlayerViewController()
+        vc.player = player
+        present(vc, animated: true)
+        return
+    }
+    
+    private func _playPasswordsTaskBruteForceAttackFrom1To3Chars() {
+        guard let filePath = Bundle.main.path(forResource: "passwordsBruteForceFrom1To3", ofType: "mp4")
+            else {
+                print("Video passwordsBruteForceFrom1To3.mp4 not found.")
+                return
+            }
+        let player = AVPlayer(url: URL(fileURLWithPath: filePath))
+        let vc = AVPlayerViewController()
+        vc.player = player
+        present(vc, animated: true)
+    }
+    
+    private func _playPasswordsTaskBruteForceAttackOutro() {
+        guard let filePath = Bundle.main.path(forResource: "passwordsBruteForceOutro", ofType: "mp4")
+            else {
+                print("Video passwordsBruteForceOutro.mp4 not found.")
+                return
+            }
+        let player = AVPlayer(url: URL(fileURLWithPath: filePath))
+        let vc = AVPlayerViewController()
+        vc.player = player
+        present(vc, animated: true)
+    }
+    
+    private func _playPasswordsOutro() {
+        guard let filePath = Bundle.main.path(forResource: "passwordsOutro", ofType: "mp4")
+            else {
+                print("Video passwordsOutro.mp4 not found.")
+                return
+            }
+        let player = AVPlayer(url: URL(fileURLWithPath: filePath))
+        let vc = AVPlayerViewController()
+        vc.player = player
+        present(vc, animated: true)
+    }
+        
+    
+    @IBAction func btnOpenInventory(_ sender: Any) {
+        performSegue(withIdentifier: "fromExplore2InventorySegue", sender: self)
+    }
+    
+    override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
+        if segue.identifier == "fromExplore2ImagesSegue" {
+            print("We do the segue to tasks' images.")
+            let controller = segue.destination as! ImagesViewController
+            controller.filename = self._taskImage
+        }
+    }
+    @IBAction func btnMenu(_ sender: Any) {
+        self.dismiss(animated: true, completion: nil)
+    }
+}
diff --git a/Lets Literate/Game.swift b/Lets Literate/Game.swift
new file mode 100644
index 0000000000000000000000000000000000000000..b3a9f07392e40859f576694d4bc295375731089e
--- /dev/null
+++ b/Lets Literate/Game.swift	
@@ -0,0 +1,240 @@
+//
+//  Game.swift
+//  Lets Literate
+//
+//  Created by Aljoscha Peters on 02.02.22.
+//
+
+import Foundation
+
+enum modes {
+    case exploration, station, menu, inventory, task, task1
+    
+    func toString() -> String {
+        switch self {
+        case .exploration:
+            return  "exploration"
+        case .station:
+            return  "station"
+        case .menu:
+            return  "menu"
+        case .inventory:
+            return  "inventory"
+        case .task:
+            return  "task"
+        case .task1:
+            return "task1"
+        }
+     }
+}
+
+enum gamestations {
+    case none, passwords, socialmedia, wellbeing
+    
+    func toString() -> String {
+        switch self {
+        case .none:
+            return  "none"
+        case .passwords:
+            return  "passwords"
+        case .socialmedia:
+            return  "socialmedia"
+        case .wellbeing:
+            return  "wellbeing"
+        }
+     }
+}
+
+class Game {
+    
+    private static var mode : modes = .menu
+    
+    public static func setMode (mode:modes) {
+        Game.mode = mode
+    }
+    public static func getMode () -> modes {
+        return Game.mode
+    }
+    public static func isInMenu () -> Bool {
+        if Game.mode == .menu {
+            return true
+        }
+        return false
+    }
+    public static func isInExploration () -> Bool {
+        if Game.mode == .exploration {
+            return true
+        }
+        return false
+    }
+    public static func isInStation () -> Bool {
+        if Game.mode == .station {
+            return true
+        }
+        return false
+    }
+    public static func isInInventory () -> Bool {
+        if Game.mode == .inventory {
+            return true
+        }
+        return false
+    }
+    public static func isInTask () -> Bool {
+        if Game.mode == .task {
+            return true
+        }
+        return false
+    }
+    public static func isInTask1 () -> Bool {
+        if Game.mode == .task1 {
+            return true
+        }
+        return false
+    }
+    
+    private static var stations : [Station] = []
+    
+    private static func addStation (station:Station) {
+        Game.stations.append(station)
+    }
+    private static func getStation (position:Int) -> Station {
+        return Game.stations[position]
+    }
+    private static func getStation (name:String) -> Station? {
+        for station in Game.stations {
+            if station.getName() == name {
+                return station
+            }
+        }
+        return nil
+    }
+    
+    public static func getStations () -> [Station] {
+        return Game.stations
+    }
+    
+    /*
+     Returns all stations that are solved. So the inventory can show the collectables already achieved.
+     */
+    public static func getSolvedStations () -> [Station] {
+        var solved : [Station] = []
+        for station in Game.stations {
+            if station.isSolved() == true {
+                solved.append(station)
+            }
+        }
+        return solved
+    }
+    
+    private static var station : gamestations = .none
+    
+    public static func setActStation (station : gamestations) {
+        self.station = station
+    }
+    
+    public static func getActStation () -> gamestations {
+        return self.station
+    }
+    
+    /*
+     Resets all game variables to start again.
+     Function should be called at the start of the application and when a button for resetting is pressed.
+     In all other cases the pupils can go resume the game from the main menu with the opened stations.
+     */
+    public static func resetGame () {
+        print("Game mode is set to menu.")
+        //we are in the main menu
+        Game.setMode(mode: .menu)
+        
+        print("Actual station is set to none.")
+        Game.setActStation(station: .none)
+        
+        //initialize the password station
+        print("Initialize Station Passwords")
+        let passwords = Game._prepareStationPasswords()
+        print("Initialize Station Social Media")
+        let socialmedia = Game._prepareStationSocialmedia()
+        //and many more stations
+        
+        Game.addStation(station: passwords)
+        Game.addStation(station: socialmedia)
+        print("Game has been resetted.")
+    }
+    
+    /*
+     Ranking Passwords; 3) Nutzungsarten: Gemeinsam genutztes Passwort, persönliches Passwort, Einmal-Passwort; 4) Alternativen: 2-Faktor-Authentifizerung - Legen eines geforderten Musters mit Legesteinen; 5) gute und schlechte Aufbewahrungsmöglichkeiten von Passwörtern - Post-it unter der Tastatur, als Notiz im Handy, als Klartextdatei auf dem Computer, Passwortmanager; 6) Start-Ende
+     */
+    private static func _prepareStationPasswords () -> Station{
+        let passwords = Station()
+        passwords.setName(name: "Station Password")
+        passwords.setSolved(solved: false)
+        
+        let task1 = Task()
+        task1.setName(name: "Brute Force Attack")
+        task1.setDescription(description: "Ein leichtes und ein schwereres Passwort knacken.")
+        passwords.addTask(task: task1)
+        
+        let task2 = Task()
+        task2.setName(name: "Ranking Passwords")
+        task2.setDescription(description: "Verschieden komplexe Passwort nach ihrer Sicherheit in eine Reihenfolge bringen.")
+        passwords.addTask(task: task2)
+        
+        let task3 = Task()
+        task3.setName(name: "Types of Usage")
+        task3.setDescription(description: "Nutzungsarten: Gemeinsam genutztes Passwort, persönliches Passwort, Einmal-Passwort")
+        passwords.addTask(task: task3)
+        
+        let task4 = Task()
+        task4.setName(name: "Good Idea - Bad Idea")
+        task4.setDescription(description: "gute und schlechte Aufbewahrungsmöglichkeiten von Passwörtern - Post-it unter der Tastatur, als Notiz im Handy, als Klartextdatei auf dem Computer, Passwortmanager")
+        passwords.addTask(task: task4)
+        
+        let task5 = Task()
+        task5.setName(name: "Create a Safe Password")
+        task5.setDescription(description: "Ein sicheres Passwort erstellen. Rekapituliere das bisher Gelernte und nutze es. Erhalte ein entsprechendes Collectable.")
+        task5.setFinal(isFinal: true)
+        passwords.addTask(task: task5)
+        
+        return passwords
+    }
+    
+    private static func _prepareStationSocialmedia () -> Station{
+        let passwords = Station()
+        passwords.setName(name: "Station Media")
+        passwords.setSolved(solved: false)
+        
+        let task1 = Task()
+        //task1.setName(name: "Brute Force Attack")
+        //task1.setDescription(description: "Ein leichtes und ein schwereres Passwort knacken.")
+        passwords.addTask(task: task1)
+        
+        let task2 = Task()
+        //task2.setName(name: "Ranking Passwords")
+        //task2.setDescription(description: "Verschieden komplexe Passwort nach ihrer Sicherheit in eine Reihenfolge bringen.")
+        passwords.addTask(task: task2)
+        
+        let task3 = Task()
+        //task3.setName(name: "Types of Usage")
+        //task3.setDescription(description: "Nutzungsarten: Gemeinsam genutztes Passwort, persönliches Passwort, Einmal-Passwort")
+        passwords.addTask(task: task3)
+        
+        let task4 = Task()
+        //task4.setName(name: "Alternatives to Passwords")
+        //task4.setDescription(description: "2-Faktor-Authentifizerung - Legen eines geforderten Musters mit Legesteinen")
+        passwords.addTask(task: task4)
+        
+        let task5 = Task()
+        //task5.setName(name: "Good Idea - Bad Idea")
+        //task5.setDescription(description: "gute und schlechte Aufbewahrungsmöglichkeiten von Passwörtern - Post-it unter der Tastatur, als Notiz im Handy, als Klartextdatei auf dem Computer, Passwortmanager")
+        passwords.addTask(task: task5)
+        
+        let task6 = Task()
+        //task6.setName(name: "Create a Safe Password")
+        //task6.setDescription(description: "Ein sicheres Passwort erstellen. Rekapituliere das bisher Gelernte und nutze es. Erhalte ein entsprechendes Collectable.")
+        task6.setFinal(isFinal: true)
+        passwords.addTask(task: task6)
+        
+        return passwords
+    }
+    
+}
diff --git a/Lets Literate/HomeViewController.swift b/Lets Literate/HomeViewController.swift
new file mode 100644
index 0000000000000000000000000000000000000000..f64433d627e3b52f8f3c7daff4635cbcf650d603
--- /dev/null
+++ b/Lets Literate/HomeViewController.swift	
@@ -0,0 +1,68 @@
+//
+//  HomeViewController.swift
+//  Lets Literate
+//
+//  Created by Aljoscha Peters on 31.01.22.
+//
+
+import UIKit
+import AVKit
+import AVFoundation
+
+class HomeViewController: UIViewController, UIAlertViewDelegate  {
+
+    override func viewDidLoad() {
+        super.viewDidLoad()
+        Game.resetGame()
+        //let mainMenuBackgroundImagePath = Bundle.main.path(forResource: "mainmenu_background02", ofType: "png")!
+        //print(mainMenuBackgroundImagePath)
+        //self.view.backgroundColor = UIColor(patternImage: UIImage(named: "mainmenu_background02.png")!)
+        //self.view.backgroundColor = UIColor(patternImage: UIImage(named: mainMenuBackgroundImagePath)!)
+        // Do any additional setup after loading the view.
+    }
+    
+    @IBAction func btnResetGame(_ sender: Any) {
+        print("Reset Button touched.")
+        Game.resetGame()
+        let alertController = UIAlertController(title: "Information", message: "Game has been resetted.", preferredStyle: .alert)
+            // Initialize Actions
+        let okayAction = UIAlertAction(title: "Okay", style: .default) { (action) -> Void in
+                print("The user is okay.")
+            }
+        // Add Actions
+        alertController.addAction(okayAction)
+        // Present Alert Controller
+        self.present(alertController, animated: true, completion: nil)
+    }
+    
+    @IBAction func btnStartExploration(_ sender: Any) {
+        Game.setMode(mode: .exploration)
+        performSegue(withIdentifier: "fromHome2ExploreSegue", sender: self)
+    }
+    
+    @IBAction func btnPlayTutorialVideo(_ sender: Any) {
+        let url = URL(fileURLWithPath: Bundle.main.path(forResource: "tutorial", ofType: "mp4")!)
+
+        // Create an AVPlayer, passing it the HTTP Live Streaming URL.
+        let player = AVPlayer(url: url)
+
+        // Create a new AVPlayerViewController and pass it a reference to the player.
+        let controller = AVPlayerViewController()
+        controller.player = player
+
+        // Modally present the player and call the player's play() method when complete.
+        present(controller, animated: true) {
+            player.play()
+        }
+    }
+    /*
+    // MARK: - Navigation
+
+    // In a storyboard-based application, you will often want to do a little preparation before navigation
+    override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
+        // Get the new view controller using segue.destination.
+        // Pass the selected object to the new view controller.
+    }
+    */
+
+}
diff --git a/Lets Literate/ImagesViewController.swift b/Lets Literate/ImagesViewController.swift
new file mode 100644
index 0000000000000000000000000000000000000000..4ecea5d76c2b33ed5bbad49bdd7200258a576396
--- /dev/null
+++ b/Lets Literate/ImagesViewController.swift	
@@ -0,0 +1,23 @@
+//
+//  ImagesViewController.swift
+//  Lets Literate
+//
+//  Created by Aljoscha Peters on 07.02.22.
+//
+
+import UIKit
+import AVKit
+import AVFoundation
+
+class ImagesViewController: UIViewController {
+
+    var filename = "Avatar.png"
+    
+    @IBOutlet weak var tasksImages: UIImageView!
+    
+    override func viewDidLoad() {
+        super.viewDidLoad()
+        self.tasksImages.image = UIImage(named: filename)
+    }
+
+}
diff --git a/Lets Literate/InventoryViewController.swift b/Lets Literate/InventoryViewController.swift
new file mode 100644
index 0000000000000000000000000000000000000000..7995187c0d48bbb417bfa057d3e65df5c0488ca9
--- /dev/null
+++ b/Lets Literate/InventoryViewController.swift	
@@ -0,0 +1,32 @@
+//
+//  InventoryViewController.swift
+//  Lets Literate
+//
+//  Created by Aljoscha Peters on 02.02.22.
+//
+
+import UIKit
+
+class InventoryViewController: UIViewController {
+
+    @IBOutlet weak var inventoryImage: UIImageView!
+    
+    override func viewDidLoad() {
+        super.viewDidLoad()
+        self.showSolvedImage()
+    }
+   
+    private func showSolvedImage() {
+        let solved = Game.getSolvedStations()
+        if solved.count == 0
+        {
+            //leeres Bild
+            self.inventoryImage.image = UIImage(named: "inventory_not_collected.png")
+        } else {
+            //zeige Bild für gelöste Password-Station -- ACHTUNG: Demo-Mode, das müsste ausgearbeitet werden bei mehr Stationen
+            self.inventoryImage.image = UIImage(named: "inventory_collected2.png")
+        }
+        
+    }
+
+}
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/056b51b1764bad96cbf2fac410114587/IMG_9709.heic b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/056b51b1764bad96cbf2fac410114587/IMG_9709.heic
new file mode 100644
index 0000000000000000000000000000000000000000..4019a8216a9225e0215e3619f953f15f9e73f24d
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/056b51b1764bad96cbf2fac410114587/IMG_9709.heic differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/056b51b1764bad96cbf2fac410114587/Metadata.json b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/056b51b1764bad96cbf2fac410114587/Metadata.json
new file mode 100644
index 0000000000000000000000000000000000000000..9e65df9a2dc55a9c6634a33fe0f4aa13850c911f
--- /dev/null
+++ b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/056b51b1764bad96cbf2fac410114587/Metadata.json	
@@ -0,0 +1,14 @@
+{
+  "type" : "image",
+  "data" : {
+    "orientation" : 6,
+    "alpha" : false,
+    "width" : 4032,
+    "resolution" : {
+      "x" : 72,
+      "y" : 72,
+      "unit" : "dpi"
+    },
+    "height" : 3024
+  }
+}
\ No newline at end of file
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/089df0d60a7b1c8f0ad7bbc40bd38bc2/Metadata.json b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/089df0d60a7b1c8f0ad7bbc40bd38bc2/Metadata.json
new file mode 100644
index 0000000000000000000000000000000000000000..41b8a6ceb9d8fbcd8405aa5638656d7e492ed7ee
--- /dev/null
+++ b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/089df0d60a7b1c8f0ad7bbc40bd38bc2/Metadata.json	
@@ -0,0 +1,20 @@
+{
+  "type" : "arObject",
+  "data" : {
+    "center" : [
+      0,
+      0,
+      0
+    ],
+    "scale" : [
+      1,
+      1,
+      1
+    ],
+    "extent" : [
+      0.10000000149011612,
+      0.10000000149011612,
+      0.10000000149011612
+    ]
+  }
+}
\ No newline at end of file
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/089df0d60a7b1c8f0ad7bbc40bd38bc2/good password.arobject b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/089df0d60a7b1c8f0ad7bbc40bd38bc2/good password.arobject
new file mode 100644
index 0000000000000000000000000000000000000000..278b9cda09115b0f0d51ee8c194d4c436cfec688
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/089df0d60a7b1c8f0ad7bbc40bd38bc2/good password.arobject differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/0c0f3cd6d1e6e87050c8ffa762ab8c01/IMG_9704.heic b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/0c0f3cd6d1e6e87050c8ffa762ab8c01/IMG_9704.heic
new file mode 100644
index 0000000000000000000000000000000000000000..0fd1961ba68e8632bb2e412dea9c36a51a9d65dc
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/0c0f3cd6d1e6e87050c8ffa762ab8c01/IMG_9704.heic differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/0c0f3cd6d1e6e87050c8ffa762ab8c01/Metadata.json b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/0c0f3cd6d1e6e87050c8ffa762ab8c01/Metadata.json
new file mode 100644
index 0000000000000000000000000000000000000000..9e65df9a2dc55a9c6634a33fe0f4aa13850c911f
--- /dev/null
+++ b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/0c0f3cd6d1e6e87050c8ffa762ab8c01/Metadata.json	
@@ -0,0 +1,14 @@
+{
+  "type" : "image",
+  "data" : {
+    "orientation" : 6,
+    "alpha" : false,
+    "width" : 4032,
+    "resolution" : {
+      "x" : 72,
+      "y" : 72,
+      "unit" : "dpi"
+    },
+    "height" : 3024
+  }
+}
\ No newline at end of file
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/21ef7b8a52e35ce2be26abc716bcd4f8/Metadata.json b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/21ef7b8a52e35ce2be26abc716bcd4f8/Metadata.json
new file mode 100644
index 0000000000000000000000000000000000000000..1b5f9132ab1ac6df442dda81a06c51a507fa69bd
--- /dev/null
+++ b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/21ef7b8a52e35ce2be26abc716bcd4f8/Metadata.json	
@@ -0,0 +1,14 @@
+{
+  "type" : "image",
+  "data" : {
+    "orientation" : 1,
+    "alpha" : true,
+    "width" : 1316,
+    "resolution" : {
+      "x" : 72,
+      "y" : 72,
+      "unit" : "dpi"
+    },
+    "height" : 1320
+  }
+}
\ No newline at end of file
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/21ef7b8a52e35ce2be26abc716bcd4f8/anchor_passwords_start.png b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/21ef7b8a52e35ce2be26abc716bcd4f8/anchor_passwords_start.png
new file mode 100644
index 0000000000000000000000000000000000000000..aaf2504dc641dd35327db773578a82ee3ec50531
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/21ef7b8a52e35ce2be26abc716bcd4f8/anchor_passwords_start.png differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/281545288cd3e33c2f14396dbbae75d4/toy_robot_vintage (1).usdz b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/281545288cd3e33c2f14396dbbae75d4/toy_robot_vintage (1).usdz
new file mode 100644
index 0000000000000000000000000000000000000000..1337e6349e0dfb72ef844af56f6991aa5eb3cee1
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/281545288cd3e33c2f14396dbbae75d4/toy_robot_vintage (1).usdz differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/2c72d029e6071b6f79fac966cfc80121/Ebene 2.usdz b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/2c72d029e6071b6f79fac966cfc80121/Ebene 2.usdz
new file mode 100644
index 0000000000000000000000000000000000000000..acf79eadf4c76005f11f9e245a6ea8d96ecb0c5a
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/2c72d029e6071b6f79fac966cfc80121/Ebene 2.usdz differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/2cc5d04a9bae4786120c6cab72b7a082/IMG_9708.heic b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/2cc5d04a9bae4786120c6cab72b7a082/IMG_9708.heic
new file mode 100644
index 0000000000000000000000000000000000000000..d6a0f3c24e2006d67df702d1bd7787abf7d76bf3
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/2cc5d04a9bae4786120c6cab72b7a082/IMG_9708.heic differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/2cc5d04a9bae4786120c6cab72b7a082/Metadata.json b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/2cc5d04a9bae4786120c6cab72b7a082/Metadata.json
new file mode 100644
index 0000000000000000000000000000000000000000..9e65df9a2dc55a9c6634a33fe0f4aa13850c911f
--- /dev/null
+++ b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/2cc5d04a9bae4786120c6cab72b7a082/Metadata.json	
@@ -0,0 +1,14 @@
+{
+  "type" : "image",
+  "data" : {
+    "orientation" : 6,
+    "alpha" : false,
+    "width" : 4032,
+    "resolution" : {
+      "x" : 72,
+      "y" : 72,
+      "unit" : "dpi"
+    },
+    "height" : 3024
+  }
+}
\ No newline at end of file
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/3513b161ecfe953f6d967a9ce11c555c/Metadata.json b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/3513b161ecfe953f6d967a9ce11c555c/Metadata.json
new file mode 100644
index 0000000000000000000000000000000000000000..41b8a6ceb9d8fbcd8405aa5638656d7e492ed7ee
--- /dev/null
+++ b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/3513b161ecfe953f6d967a9ce11c555c/Metadata.json	
@@ -0,0 +1,20 @@
+{
+  "type" : "arObject",
+  "data" : {
+    "center" : [
+      0,
+      0,
+      0
+    ],
+    "scale" : [
+      1,
+      1,
+      1
+    ],
+    "extent" : [
+      0.10000000149011612,
+      0.10000000149011612,
+      0.10000000149011612
+    ]
+  }
+}
\ No newline at end of file
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/3513b161ecfe953f6d967a9ce11c555c/weak password.arobject b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/3513b161ecfe953f6d967a9ce11c555c/weak password.arobject
new file mode 100644
index 0000000000000000000000000000000000000000..47a50baf7a7e728943a64a3b5e67182c46a9f120
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/3513b161ecfe953f6d967a9ce11c555c/weak password.arobject differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/3eb970cfd56ac03f1a4c84810388ecfa/IMG_9297.heic b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/3eb970cfd56ac03f1a4c84810388ecfa/IMG_9297.heic
new file mode 100644
index 0000000000000000000000000000000000000000..4e7dd07c516ad4609d2fbe0b64b3c7f29a34c6b7
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/3eb970cfd56ac03f1a4c84810388ecfa/IMG_9297.heic differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/3eb970cfd56ac03f1a4c84810388ecfa/Metadata.json b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/3eb970cfd56ac03f1a4c84810388ecfa/Metadata.json
new file mode 100644
index 0000000000000000000000000000000000000000..9e65df9a2dc55a9c6634a33fe0f4aa13850c911f
--- /dev/null
+++ b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/3eb970cfd56ac03f1a4c84810388ecfa/Metadata.json	
@@ -0,0 +1,14 @@
+{
+  "type" : "image",
+  "data" : {
+    "orientation" : 6,
+    "alpha" : false,
+    "width" : 4032,
+    "resolution" : {
+      "x" : 72,
+      "y" : 72,
+      "unit" : "dpi"
+    },
+    "height" : 3024
+  }
+}
\ No newline at end of file
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/3fab7011aef8ee540684ec9d7a9f45e4/Metadata.json b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/3fab7011aef8ee540684ec9d7a9f45e4/Metadata.json
new file mode 100644
index 0000000000000000000000000000000000000000..e1b2191d6dc7aa6aa39a6fa5f3ef7eba11c8b8df
--- /dev/null
+++ b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/3fab7011aef8ee540684ec9d7a9f45e4/Metadata.json	
@@ -0,0 +1,14 @@
+{
+  "type" : "image",
+  "data" : {
+    "orientation" : 1,
+    "alpha" : true,
+    "width" : 642,
+    "resolution" : {
+      "x" : 300,
+      "y" : 300,
+      "unit" : "dpi"
+    },
+    "height" : 644
+  }
+}
\ No newline at end of file
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/3fab7011aef8ee540684ec9d7a9f45e4/anchor_passwords_task2.png b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/3fab7011aef8ee540684ec9d7a9f45e4/anchor_passwords_task2.png
new file mode 100644
index 0000000000000000000000000000000000000000..260b6b1dced851d5ae3899f026be85e694145c62
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/3fab7011aef8ee540684ec9d7a9f45e4/anchor_passwords_task2.png differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/53929851781e587c8899373abf14f286/avatar sketch.usdz b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/53929851781e587c8899373abf14f286/avatar sketch.usdz
new file mode 100644
index 0000000000000000000000000000000000000000..dc4ba9144c046421ee2a291f47444bfdbd29ea3e
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/53929851781e587c8899373abf14f286/avatar sketch.usdz differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/55278a06f869ad7c4e6d66665a62c74d/IMG_9299.heic b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/55278a06f869ad7c4e6d66665a62c74d/IMG_9299.heic
new file mode 100644
index 0000000000000000000000000000000000000000..5ae99616f1759cddfca7f484a6fc2c859a3f2599
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/55278a06f869ad7c4e6d66665a62c74d/IMG_9299.heic differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/55278a06f869ad7c4e6d66665a62c74d/Metadata.json b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/55278a06f869ad7c4e6d66665a62c74d/Metadata.json
new file mode 100644
index 0000000000000000000000000000000000000000..9e65df9a2dc55a9c6634a33fe0f4aa13850c911f
--- /dev/null
+++ b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/55278a06f869ad7c4e6d66665a62c74d/Metadata.json	
@@ -0,0 +1,14 @@
+{
+  "type" : "image",
+  "data" : {
+    "orientation" : 6,
+    "alpha" : false,
+    "width" : 4032,
+    "resolution" : {
+      "x" : 72,
+      "y" : 72,
+      "unit" : "dpi"
+    },
+    "height" : 3024
+  }
+}
\ No newline at end of file
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/6c6a9d5ea4f02320630fe02f0259ccb4/IMG_9703.heic b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/6c6a9d5ea4f02320630fe02f0259ccb4/IMG_9703.heic
new file mode 100644
index 0000000000000000000000000000000000000000..14dc65d89170db249b01dbe9e7b16567a5be438b
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/6c6a9d5ea4f02320630fe02f0259ccb4/IMG_9703.heic differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/6c6a9d5ea4f02320630fe02f0259ccb4/Metadata.json b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/6c6a9d5ea4f02320630fe02f0259ccb4/Metadata.json
new file mode 100644
index 0000000000000000000000000000000000000000..9e65df9a2dc55a9c6634a33fe0f4aa13850c911f
--- /dev/null
+++ b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/6c6a9d5ea4f02320630fe02f0259ccb4/Metadata.json	
@@ -0,0 +1,14 @@
+{
+  "type" : "image",
+  "data" : {
+    "orientation" : 6,
+    "alpha" : false,
+    "width" : 4032,
+    "resolution" : {
+      "x" : 72,
+      "y" : 72,
+      "unit" : "dpi"
+    },
+    "height" : 3024
+  }
+}
\ No newline at end of file
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/7a2436b7789a0a7f8dd2bc7d8f7d32da/IMG_9705.heic b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/7a2436b7789a0a7f8dd2bc7d8f7d32da/IMG_9705.heic
new file mode 100644
index 0000000000000000000000000000000000000000..6d8200cf96cefe4b54002fb59bd0b6156956f629
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/7a2436b7789a0a7f8dd2bc7d8f7d32da/IMG_9705.heic differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/7a2436b7789a0a7f8dd2bc7d8f7d32da/Metadata.json b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/7a2436b7789a0a7f8dd2bc7d8f7d32da/Metadata.json
new file mode 100644
index 0000000000000000000000000000000000000000..9e65df9a2dc55a9c6634a33fe0f4aa13850c911f
--- /dev/null
+++ b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/7a2436b7789a0a7f8dd2bc7d8f7d32da/Metadata.json	
@@ -0,0 +1,14 @@
+{
+  "type" : "image",
+  "data" : {
+    "orientation" : 6,
+    "alpha" : false,
+    "width" : 4032,
+    "resolution" : {
+      "x" : 72,
+      "y" : 72,
+      "unit" : "dpi"
+    },
+    "height" : 3024
+  }
+}
\ No newline at end of file
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/7f7339a9072f11aabdccbeb051b2cd8e/AR Object new.arobject b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/7f7339a9072f11aabdccbeb051b2cd8e/AR Object new.arobject
new file mode 100644
index 0000000000000000000000000000000000000000..2de1589b30aac2205cd0c139f66f8c28ed8fe1aa
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/7f7339a9072f11aabdccbeb051b2cd8e/AR Object new.arobject differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/7f7339a9072f11aabdccbeb051b2cd8e/Metadata.json b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/7f7339a9072f11aabdccbeb051b2cd8e/Metadata.json
new file mode 100644
index 0000000000000000000000000000000000000000..41b8a6ceb9d8fbcd8405aa5638656d7e492ed7ee
--- /dev/null
+++ b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/7f7339a9072f11aabdccbeb051b2cd8e/Metadata.json	
@@ -0,0 +1,20 @@
+{
+  "type" : "arObject",
+  "data" : {
+    "center" : [
+      0,
+      0,
+      0
+    ],
+    "scale" : [
+      1,
+      1,
+      1
+    ],
+    "extent" : [
+      0.10000000149011612,
+      0.10000000149011612,
+      0.10000000149011612
+    ]
+  }
+}
\ No newline at end of file
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/99730f0b34eff4454a1b43f7df1dfb8a/AR Card.arobject b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/99730f0b34eff4454a1b43f7df1dfb8a/AR Card.arobject
new file mode 100644
index 0000000000000000000000000000000000000000..d753f4b97b67d8665d533525cfc55d2c7c4887b0
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/99730f0b34eff4454a1b43f7df1dfb8a/AR Card.arobject differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/99730f0b34eff4454a1b43f7df1dfb8a/Metadata.json b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/99730f0b34eff4454a1b43f7df1dfb8a/Metadata.json
new file mode 100644
index 0000000000000000000000000000000000000000..41b8a6ceb9d8fbcd8405aa5638656d7e492ed7ee
--- /dev/null
+++ b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/99730f0b34eff4454a1b43f7df1dfb8a/Metadata.json	
@@ -0,0 +1,20 @@
+{
+  "type" : "arObject",
+  "data" : {
+    "center" : [
+      0,
+      0,
+      0
+    ],
+    "scale" : [
+      1,
+      1,
+      1
+    ],
+    "extent" : [
+      0.10000000149011612,
+      0.10000000149011612,
+      0.10000000149011612
+    ]
+  }
+}
\ No newline at end of file
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/9a0c55d07b4832a9538efec9095a34e3/AR key.arobject b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/9a0c55d07b4832a9538efec9095a34e3/AR key.arobject
new file mode 100644
index 0000000000000000000000000000000000000000..9eb52bcfb9afc51b25148462532ffd74ed82259f
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/9a0c55d07b4832a9538efec9095a34e3/AR key.arobject differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/9a0c55d07b4832a9538efec9095a34e3/Metadata.json b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/9a0c55d07b4832a9538efec9095a34e3/Metadata.json
new file mode 100644
index 0000000000000000000000000000000000000000..41b8a6ceb9d8fbcd8405aa5638656d7e492ed7ee
--- /dev/null
+++ b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/9a0c55d07b4832a9538efec9095a34e3/Metadata.json	
@@ -0,0 +1,20 @@
+{
+  "type" : "arObject",
+  "data" : {
+    "center" : [
+      0,
+      0,
+      0
+    ],
+    "scale" : [
+      1,
+      1,
+      1
+    ],
+    "extent" : [
+      0.10000000149011612,
+      0.10000000149011612,
+      0.10000000149011612
+    ]
+  }
+}
\ No newline at end of file
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/9b3ce657f4677964bbb90de70be311c3/413c6c78-889f-4b3f-bc2e-c0e6d7124d7c.usdz b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/9b3ce657f4677964bbb90de70be311c3/413c6c78-889f-4b3f-bc2e-c0e6d7124d7c.usdz
new file mode 100644
index 0000000000000000000000000000000000000000..ad054bd878ee1f9cdd8c134d9145e41a09dbf3a5
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/9b3ce657f4677964bbb90de70be311c3/413c6c78-889f-4b3f-bc2e-c0e6d7124d7c.usdz differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/Contents.json b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..39df2c9f62dd098efa005908426c3bfc04685bd3
--- /dev/null
+++ b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/Contents.json	
@@ -0,0 +1,127 @@
+[
+  {
+    "libraryIdentifier" : "c3112bca324460aff2e9fa368cd38daf",
+    "format" : "model",
+    "displayName" : "Cyberdoggo.usdz"
+  },
+  {
+    "libraryIdentifier" : "99730f0b34eff4454a1b43f7df1dfb8a",
+    "format" : "arObject",
+    "displayName" : "AR Card.arobject"
+  },
+  {
+    "libraryIdentifier" : "3eb970cfd56ac03f1a4c84810388ecfa",
+    "format" : "image",
+    "displayName" : "IMG_9297.heic"
+  },
+  {
+    "libraryIdentifier" : "df0948fa652f9440a0ac06704ee50841",
+    "format" : "image",
+    "displayName" : "Screenshot 2022-01-17 at 16.01.40.png"
+  },
+  {
+    "libraryIdentifier" : "55278a06f869ad7c4e6d66665a62c74d",
+    "format" : "image",
+    "displayName" : "IMG_9299.heic"
+  },
+  {
+    "libraryIdentifier" : "281545288cd3e33c2f14396dbbae75d4",
+    "format" : "model",
+    "displayName" : "toy_robot_vintage (1).usdz"
+  },
+  {
+    "libraryIdentifier" : "9a0c55d07b4832a9538efec9095a34e3",
+    "format" : "arObject",
+    "displayName" : "AR key.arobject"
+  },
+  {
+    "libraryIdentifier" : "7f7339a9072f11aabdccbeb051b2cd8e",
+    "format" : "arObject",
+    "displayName" : "AR Object new.arobject"
+  },
+  {
+    "libraryIdentifier" : "e562ce2de71cbf704c5afede9bc8ed2a",
+    "format" : "model",
+    "displayName" : "Robot_Playground.usdz"
+  },
+  {
+    "libraryIdentifier" : "3513b161ecfe953f6d967a9ce11c555c",
+    "format" : "arObject",
+    "displayName" : "weak password.arobject"
+  },
+  {
+    "libraryIdentifier" : "089df0d60a7b1c8f0ad7bbc40bd38bc2",
+    "format" : "arObject",
+    "displayName" : "good password.arobject"
+  },
+  {
+    "libraryIdentifier" : "2c72d029e6071b6f79fac966cfc80121",
+    "format" : "model",
+    "displayName" : "Ebene 2.usdz"
+  },
+  {
+    "libraryIdentifier" : "6c6a9d5ea4f02320630fe02f0259ccb4",
+    "format" : "image",
+    "displayName" : "IMG_9703.heic"
+  },
+  {
+    "libraryIdentifier" : "7a2436b7789a0a7f8dd2bc7d8f7d32da",
+    "format" : "image",
+    "displayName" : "IMG_9705.heic"
+  },
+  {
+    "libraryIdentifier" : "0c0f3cd6d1e6e87050c8ffa762ab8c01",
+    "format" : "image",
+    "displayName" : "IMG_9704.heic"
+  },
+  {
+    "libraryIdentifier" : "2cc5d04a9bae4786120c6cab72b7a082",
+    "format" : "image",
+    "displayName" : "IMG_9708.heic"
+  },
+  {
+    "libraryIdentifier" : "056b51b1764bad96cbf2fac410114587",
+    "format" : "image",
+    "displayName" : "IMG_9709.heic"
+  },
+  {
+    "libraryIdentifier" : "53929851781e587c8899373abf14f286",
+    "format" : "model",
+    "displayName" : "avatar sketch.usdz"
+  },
+  {
+    "libraryIdentifier" : "9b3ce657f4677964bbb90de70be311c3",
+    "format" : "model",
+    "displayName" : "413c6c78-889f-4b3f-bc2e-c0e6d7124d7c.usdz"
+  },
+  {
+    "libraryIdentifier" : "c695f6be9a953759261f1b1213aa918d",
+    "format" : "model",
+    "displayName" : "413c6c78-889f-4b3f-bc2e-c0e6d7124d7c (1).usdz"
+  },
+  {
+    "libraryIdentifier" : "fc6f9836f36ff352e9c43c361323beb2",
+    "format" : "model",
+    "displayName" : "413c6c78-889f-4b3f-bc2e-c0e6d7124d7c (2).usdz"
+  },
+  {
+    "libraryIdentifier" : "21ef7b8a52e35ce2be26abc716bcd4f8",
+    "format" : "image",
+    "displayName" : "anchor_passwords_start.png"
+  },
+  {
+    "libraryIdentifier" : "f0a4d8b844ed2926e5e7706bd1742e78",
+    "format" : "image",
+    "displayName" : "anchor_passwords_task1.png"
+  },
+  {
+    "libraryIdentifier" : "3fab7011aef8ee540684ec9d7a9f45e4",
+    "format" : "image",
+    "displayName" : "anchor_passwords_task2.png"
+  },
+  {
+    "libraryIdentifier" : "a6b1ef31dbc7693385f6ce9ba896ccab",
+    "format" : "image",
+    "displayName" : "anchor_passwords_task3.png"
+  }
+]
\ No newline at end of file
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/Version.json b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/Version.json
new file mode 100644
index 0000000000000000000000000000000000000000..df6e331f017b7abbf0e35cce041304d78efa2a1b
--- /dev/null
+++ b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/Version.json	
@@ -0,0 +1,4 @@
+{
+  "Version" : "1.0",
+  "LibraryID" : "0CD3E5B9-945E-4197-ADC0-DC8083239E09"
+}
\ No newline at end of file
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/a6b1ef31dbc7693385f6ce9ba896ccab/Metadata.json b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/a6b1ef31dbc7693385f6ce9ba896ccab/Metadata.json
new file mode 100644
index 0000000000000000000000000000000000000000..92b1ddff654e57b4b49ae0584644a6aebebdd6f7
--- /dev/null
+++ b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/a6b1ef31dbc7693385f6ce9ba896ccab/Metadata.json	
@@ -0,0 +1,14 @@
+{
+  "type" : "image",
+  "data" : {
+    "orientation" : 1,
+    "alpha" : true,
+    "width" : 642,
+    "resolution" : {
+      "x" : 300,
+      "y" : 300,
+      "unit" : "dpi"
+    },
+    "height" : 642
+  }
+}
\ No newline at end of file
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/a6b1ef31dbc7693385f6ce9ba896ccab/anchor_passwords_task3.png b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/a6b1ef31dbc7693385f6ce9ba896ccab/anchor_passwords_task3.png
new file mode 100644
index 0000000000000000000000000000000000000000..484abc4e1fec8c4ace4f55d3ba19be1ad255fe9b
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/a6b1ef31dbc7693385f6ce9ba896ccab/anchor_passwords_task3.png differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/c3112bca324460aff2e9fa368cd38daf/Cyberdoggo.usdz b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/c3112bca324460aff2e9fa368cd38daf/Cyberdoggo.usdz
new file mode 100644
index 0000000000000000000000000000000000000000..4ff5df6b9c9110beff5ecae2effe33928555721d
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/c3112bca324460aff2e9fa368cd38daf/Cyberdoggo.usdz differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/c695f6be9a953759261f1b1213aa918d/413c6c78-889f-4b3f-bc2e-c0e6d7124d7c (1).usdz b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/c695f6be9a953759261f1b1213aa918d/413c6c78-889f-4b3f-bc2e-c0e6d7124d7c (1).usdz
new file mode 100644
index 0000000000000000000000000000000000000000..dd069194681516c4bb99d3f5368520f9097ad161
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/c695f6be9a953759261f1b1213aa918d/413c6c78-889f-4b3f-bc2e-c0e6d7124d7c (1).usdz differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/df0948fa652f9440a0ac06704ee50841/Metadata.json b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/df0948fa652f9440a0ac06704ee50841/Metadata.json
new file mode 100644
index 0000000000000000000000000000000000000000..70d5db5bc40eea6b0c9f834097d2d999fa79edc1
--- /dev/null
+++ b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/df0948fa652f9440a0ac06704ee50841/Metadata.json	
@@ -0,0 +1,14 @@
+{
+  "type" : "image",
+  "data" : {
+    "orientation" : 1,
+    "alpha" : true,
+    "width" : 1824,
+    "resolution" : {
+      "x" : 144,
+      "y" : 144,
+      "unit" : "dpi"
+    },
+    "height" : 124
+  }
+}
\ No newline at end of file
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/df0948fa652f9440a0ac06704ee50841/Screenshot 2022-01-17 at 16.01.40.png b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/df0948fa652f9440a0ac06704ee50841/Screenshot 2022-01-17 at 16.01.40.png
new file mode 100644
index 0000000000000000000000000000000000000000..4ced3d0ef4b906f2f498d9549f22bb2ac513e9ff
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/df0948fa652f9440a0ac06704ee50841/Screenshot 2022-01-17 at 16.01.40.png differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/e562ce2de71cbf704c5afede9bc8ed2a/Robot_Playground.usdz b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/e562ce2de71cbf704c5afede9bc8ed2a/Robot_Playground.usdz
new file mode 100644
index 0000000000000000000000000000000000000000..f63c7df57592f9b0d8056701361102888088a521
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/e562ce2de71cbf704c5afede9bc8ed2a/Robot_Playground.usdz differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/f0a4d8b844ed2926e5e7706bd1742e78/Metadata.json b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/f0a4d8b844ed2926e5e7706bd1742e78/Metadata.json
new file mode 100644
index 0000000000000000000000000000000000000000..92b1ddff654e57b4b49ae0584644a6aebebdd6f7
--- /dev/null
+++ b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/f0a4d8b844ed2926e5e7706bd1742e78/Metadata.json	
@@ -0,0 +1,14 @@
+{
+  "type" : "image",
+  "data" : {
+    "orientation" : 1,
+    "alpha" : true,
+    "width" : 642,
+    "resolution" : {
+      "x" : 300,
+      "y" : 300,
+      "unit" : "dpi"
+    },
+    "height" : 642
+  }
+}
\ No newline at end of file
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/f0a4d8b844ed2926e5e7706bd1742e78/anchor_passwords_task1.png b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/f0a4d8b844ed2926e5e7706bd1742e78/anchor_passwords_task1.png
new file mode 100644
index 0000000000000000000000000000000000000000..67b82bda0e0ee6807f947be866a03414c6abb1e8
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/f0a4d8b844ed2926e5e7706bd1742e78/anchor_passwords_task1.png differ
diff --git a/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/fc6f9836f36ff352e9c43c361323beb2/413c6c78-889f-4b3f-bc2e-c0e6d7124d7c (2).usdz b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/fc6f9836f36ff352e9c43c361323beb2/413c6c78-889f-4b3f-bc2e-c0e6d7124d7c (2).usdz
new file mode 100644
index 0000000000000000000000000000000000000000..779c41d5a1e528dc7cfbd341789b1dbf4ef4d26b
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/Library/ProjectLibrary/fc6f9836f36ff352e9c43c361323beb2/413c6c78-889f-4b3f-bc2e-c0e6d7124d7c (2).usdz differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/2A624E0B-6934-4A92-AD0A-F9579176B79C.thumbnails/square b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/2A624E0B-6934-4A92-AD0A-F9579176B79C.thumbnails/square
new file mode 100644
index 0000000000000000000000000000000000000000..974148ede0b7a3a28d41d41f5b3377b67f38d062
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/2A624E0B-6934-4A92-AD0A-F9579176B79C.thumbnails/square differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/2A624E0B-6934-4A92-AD0A-F9579176B79C.thumbnails/wide b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/2A624E0B-6934-4A92-AD0A-F9579176B79C.thumbnails/wide
new file mode 100644
index 0000000000000000000000000000000000000000..a699f57db5cf32508eff80f8938280b74869ddd7
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/2A624E0B-6934-4A92-AD0A-F9579176B79C.thumbnails/wide differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/332FB553-16A9-4620-AD2E-38BD0CC81062.thumbnails/square b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/332FB553-16A9-4620-AD2E-38BD0CC81062.thumbnails/square
new file mode 100644
index 0000000000000000000000000000000000000000..24b0819539c3d147b36b975c5dc06f2cf03a8c13
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/332FB553-16A9-4620-AD2E-38BD0CC81062.thumbnails/square differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/332FB553-16A9-4620-AD2E-38BD0CC81062.thumbnails/wide b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/332FB553-16A9-4620-AD2E-38BD0CC81062.thumbnails/wide
new file mode 100644
index 0000000000000000000000000000000000000000..35e53b9741379f6d6cc885c94f2972b5a92523d9
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/332FB553-16A9-4620-AD2E-38BD0CC81062.thumbnails/wide differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/41F1FD91-1ECD-4CA3-A5FA-D643914D7E5D.thumbnails/square b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/41F1FD91-1ECD-4CA3-A5FA-D643914D7E5D.thumbnails/square
new file mode 100644
index 0000000000000000000000000000000000000000..8c1fbf619b0934fad7aa409169328d602daa2451
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/41F1FD91-1ECD-4CA3-A5FA-D643914D7E5D.thumbnails/square differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/41F1FD91-1ECD-4CA3-A5FA-D643914D7E5D.thumbnails/wide b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/41F1FD91-1ECD-4CA3-A5FA-D643914D7E5D.thumbnails/wide
new file mode 100644
index 0000000000000000000000000000000000000000..239fd3d25436e35ab95793dc0f04a5e6a236ce27
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/41F1FD91-1ECD-4CA3-A5FA-D643914D7E5D.thumbnails/wide differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/45AB79E1-ED74-4A3D-980D-1CC3578C9EE6.thumbnails/square b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/45AB79E1-ED74-4A3D-980D-1CC3578C9EE6.thumbnails/square
new file mode 100644
index 0000000000000000000000000000000000000000..8e2b17ee84c5de5b5952174704269bbaa69f8d04
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/45AB79E1-ED74-4A3D-980D-1CC3578C9EE6.thumbnails/square differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/45AB79E1-ED74-4A3D-980D-1CC3578C9EE6.thumbnails/wide b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/45AB79E1-ED74-4A3D-980D-1CC3578C9EE6.thumbnails/wide
new file mode 100644
index 0000000000000000000000000000000000000000..eef19f51f277cf790e27945c836dd8c0ff75c51e
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/45AB79E1-ED74-4A3D-980D-1CC3578C9EE6.thumbnails/wide differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/48297369-D89F-4F6C-B57A-2FF8E853A19A.thumbnails/square b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/48297369-D89F-4F6C-B57A-2FF8E853A19A.thumbnails/square
new file mode 100644
index 0000000000000000000000000000000000000000..cde5f7d4742139fd37004545c6b9fbb8f0259130
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/48297369-D89F-4F6C-B57A-2FF8E853A19A.thumbnails/square differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/48297369-D89F-4F6C-B57A-2FF8E853A19A.thumbnails/wide b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/48297369-D89F-4F6C-B57A-2FF8E853A19A.thumbnails/wide
new file mode 100644
index 0000000000000000000000000000000000000000..609b3605e14e7919ffcdb6650d248deeb9f0c412
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/48297369-D89F-4F6C-B57A-2FF8E853A19A.thumbnails/wide differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/5EDC118C-B61E-4840-A95E-BC83F25ADD86.thumbnails/square b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/5EDC118C-B61E-4840-A95E-BC83F25ADD86.thumbnails/square
new file mode 100644
index 0000000000000000000000000000000000000000..ca4d1cdfcf140be461048f1758fcaece57f1319e
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/5EDC118C-B61E-4840-A95E-BC83F25ADD86.thumbnails/square differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/5EDC118C-B61E-4840-A95E-BC83F25ADD86.thumbnails/wide b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/5EDC118C-B61E-4840-A95E-BC83F25ADD86.thumbnails/wide
new file mode 100644
index 0000000000000000000000000000000000000000..aea53e7fa9e80a538a7c98b320722e8833e98110
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/5EDC118C-B61E-4840-A95E-BC83F25ADD86.thumbnails/wide differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/7A710028-F32D-4E01-AC8A-77434EB53652.thumbnails/square b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/7A710028-F32D-4E01-AC8A-77434EB53652.thumbnails/square
new file mode 100644
index 0000000000000000000000000000000000000000..974148ede0b7a3a28d41d41f5b3377b67f38d062
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/7A710028-F32D-4E01-AC8A-77434EB53652.thumbnails/square differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/7A710028-F32D-4E01-AC8A-77434EB53652.thumbnails/wide b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/7A710028-F32D-4E01-AC8A-77434EB53652.thumbnails/wide
new file mode 100644
index 0000000000000000000000000000000000000000..a699f57db5cf32508eff80f8938280b74869ddd7
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/7A710028-F32D-4E01-AC8A-77434EB53652.thumbnails/wide differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/AB86C7FF-BE80-4C16-9D0D-2143D8CAAF96.thumbnails/square b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/AB86C7FF-BE80-4C16-9D0D-2143D8CAAF96.thumbnails/square
new file mode 100644
index 0000000000000000000000000000000000000000..d53f9e7e67f0471f214f1d3ac0fd366a5bfabdf3
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/AB86C7FF-BE80-4C16-9D0D-2143D8CAAF96.thumbnails/square differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/AB86C7FF-BE80-4C16-9D0D-2143D8CAAF96.thumbnails/wide b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/AB86C7FF-BE80-4C16-9D0D-2143D8CAAF96.thumbnails/wide
new file mode 100644
index 0000000000000000000000000000000000000000..94c0cda6a0ddd75c42175dfb9a6fd960171a48c7
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/AB86C7FF-BE80-4C16-9D0D-2143D8CAAF96.thumbnails/wide differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/C2973068-36E4-416F-98CE-3D3DF1EC3B61.thumbnails/square b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/C2973068-36E4-416F-98CE-3D3DF1EC3B61.thumbnails/square
new file mode 100644
index 0000000000000000000000000000000000000000..d3131a57d5c9d267dfbec8c531dcd83e6fb7ff0a
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/C2973068-36E4-416F-98CE-3D3DF1EC3B61.thumbnails/square differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/C2973068-36E4-416F-98CE-3D3DF1EC3B61.thumbnails/wide b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/C2973068-36E4-416F-98CE-3D3DF1EC3B61.thumbnails/wide
new file mode 100644
index 0000000000000000000000000000000000000000..d070e3cc0e0dd49a3eb3072d1859aad7eb5d4c6b
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/C2973068-36E4-416F-98CE-3D3DF1EC3B61.thumbnails/wide differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/C98F1070-106D-4665-A801-35833A9ACD6E.thumbnails/square b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/C98F1070-106D-4665-A801-35833A9ACD6E.thumbnails/square
new file mode 100644
index 0000000000000000000000000000000000000000..90716faa9312e641318e18a51b1f388b5ddc5202
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/C98F1070-106D-4665-A801-35833A9ACD6E.thumbnails/square differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/C98F1070-106D-4665-A801-35833A9ACD6E.thumbnails/wide b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/C98F1070-106D-4665-A801-35833A9ACD6E.thumbnails/wide
new file mode 100644
index 0000000000000000000000000000000000000000..6ca6aef836769c34feaa1026e42a3e118e16ba57
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/C98F1070-106D-4665-A801-35833A9ACD6E.thumbnails/wide differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/D07F4037-FC63-4E13-9362-285A0B3608C8.thumbnails/square b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/D07F4037-FC63-4E13-9362-285A0B3608C8.thumbnails/square
new file mode 100644
index 0000000000000000000000000000000000000000..adca754ce139d7588f708e8c3f4acf1130cd35bb
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/D07F4037-FC63-4E13-9362-285A0B3608C8.thumbnails/square differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/D07F4037-FC63-4E13-9362-285A0B3608C8.thumbnails/wide b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/D07F4037-FC63-4E13-9362-285A0B3608C8.thumbnails/wide
new file mode 100644
index 0000000000000000000000000000000000000000..42b3ff558121a87503970b6780fd312b8fa7dd5a
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/D07F4037-FC63-4E13-9362-285A0B3608C8.thumbnails/wide differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/D084C593-1D67-4AB4-8BF3-A602804F6BEA.thumbnails/square b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/D084C593-1D67-4AB4-8BF3-A602804F6BEA.thumbnails/square
new file mode 100644
index 0000000000000000000000000000000000000000..974148ede0b7a3a28d41d41f5b3377b67f38d062
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/D084C593-1D67-4AB4-8BF3-A602804F6BEA.thumbnails/square differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/D084C593-1D67-4AB4-8BF3-A602804F6BEA.thumbnails/wide b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/D084C593-1D67-4AB4-8BF3-A602804F6BEA.thumbnails/wide
new file mode 100644
index 0000000000000000000000000000000000000000..a699f57db5cf32508eff80f8938280b74869ddd7
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/D084C593-1D67-4AB4-8BF3-A602804F6BEA.thumbnails/wide differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/D8154137-29B3-4ED0-9466-0489A39CDBA4.thumbnails/square b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/D8154137-29B3-4ED0-9466-0489A39CDBA4.thumbnails/square
new file mode 100644
index 0000000000000000000000000000000000000000..d037091e58b4da074db90005d4ddccc7341cd7d9
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/D8154137-29B3-4ED0-9466-0489A39CDBA4.thumbnails/square differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/D8154137-29B3-4ED0-9466-0489A39CDBA4.thumbnails/wide b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/D8154137-29B3-4ED0-9466-0489A39CDBA4.thumbnails/wide
new file mode 100644
index 0000000000000000000000000000000000000000..a5b51e49a9505d79860b5478003555e681b0794b
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/D8154137-29B3-4ED0-9466-0489A39CDBA4.thumbnails/wide differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/E2F93946-2C3F-4959-BD04-C6CE718A4312.thumbnails/square b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/E2F93946-2C3F-4959-BD04-C6CE718A4312.thumbnails/square
new file mode 100644
index 0000000000000000000000000000000000000000..c3399cb9f5487c81b2a6dab1bab1a5b660884fc1
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/E2F93946-2C3F-4959-BD04-C6CE718A4312.thumbnails/square differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/E2F93946-2C3F-4959-BD04-C6CE718A4312.thumbnails/wide b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/E2F93946-2C3F-4959-BD04-C6CE718A4312.thumbnails/wide
new file mode 100644
index 0000000000000000000000000000000000000000..14a3088c7fa7201203ea97b93a3217839137ebc1
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/E2F93946-2C3F-4959-BD04-C6CE718A4312.thumbnails/wide differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/E6CE5B3F-B25A-40C9-8D01-7EDFE23D57FD.thumbnails/square b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/E6CE5B3F-B25A-40C9-8D01-7EDFE23D57FD.thumbnails/square
new file mode 100644
index 0000000000000000000000000000000000000000..28c4595a7c40f35c75dde6a13448fda5a887c0bb
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/E6CE5B3F-B25A-40C9-8D01-7EDFE23D57FD.thumbnails/square differ
diff --git a/Lets Literate/Letsliterate.rcproject/SceneThumbnails/E6CE5B3F-B25A-40C9-8D01-7EDFE23D57FD.thumbnails/wide b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/E6CE5B3F-B25A-40C9-8D01-7EDFE23D57FD.thumbnails/wide
new file mode 100644
index 0000000000000000000000000000000000000000..e86d1b77d27a30345d8855784bfd1e8a335b8b4d
Binary files /dev/null and b/Lets Literate/Letsliterate.rcproject/SceneThumbnails/E6CE5B3F-B25A-40C9-8D01-7EDFE23D57FD.thumbnails/wide differ
diff --git a/Lets Literate/Letsliterate.rcproject/com.apple.RCFoundation.Project b/Lets Literate/Letsliterate.rcproject/com.apple.RCFoundation.Project
new file mode 100644
index 0000000000000000000000000000000000000000..ce3fad5c505b053d790481b4f52c12aa941bcadd
--- /dev/null
+++ b/Lets Literate/Letsliterate.rcproject/com.apple.RCFoundation.Project	
@@ -0,0 +1,16046 @@
+{
+  "__content" : [
+    {
+      "scenes" : [
+        {
+          "__content" : [
+            {
+              "arAnchorSpecification" : {
+                "name" : "image",
+                "physicalWidth" : 0.079999998211860657,
+                "url" : "image:21ef7b8a52e35ce2be26abc716bcd4f8\/anchor_passwords_start.png"
+              },
+              "behaviors" : [
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "target" : [
+                                            "308E11E0-05E3-41DB-9D35-B2A4F0F9B347"
+                                          ],
+                                          "userIdentifier" : "ende"
+                                        },
+                                        "name" : {
+                                          "type" : "custom"
+                                        }
+                                      },
+                                      "identifier" : "8F65744A-15C6-49C8-9280-9825C3DBF693",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "178A59F2-A7BE-4C84-ACE5-A773CDA90286",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.364705890417099,
+                        0.74117648601531982,
+                        0.69019609689712524,
+                        1
+                      ],
+                      "identifier" : "99CFB38F-97CF-4493-B691-61FDBE2D6549",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Verhalten",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+
+                                },
+                                "name" : "start"
+                              },
+                              "identifier" : "67F37C1A-365F-43CD-85E5-1DE8B9E04DA6",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                }
+              ],
+              "gravity" : [
+                0,
+                -9.8000001907348633,
+                0
+              ],
+              "identifier" : "2A624E0B-6934-4A92-AD0A-F9579176B79C",
+              "material" : "concrete",
+              "overrides" : {
+                "children" : {
+                  "30D7D355-857E-4E37-8041-1765198C01B2" : null,
+                  "2274B8C2-C52F-498D-8C4B-3D6AD944001F" : {
+                    "overrides" : {
+                      "arguments" : [
+                        [
+                          "bevelRadius",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1.0000000000000001e-05
+                          }
+                        ],
+                        [
+                          "depth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.002
+                          }
+                        ],
+                        [
+                          "height",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.0019999999999999892
+                          }
+                        ],
+                        [
+                          "material",
+                          {
+                            "typeName" : "String",
+                            "value" : "paintEnamelMatte"
+                          }
+                        ],
+                        [
+                          "materialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              0.85000002384185791,
+                              0.85000002384185791,
+                              0.17000000178813934,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "type",
+                          {
+                            "typeName" : "String",
+                            "value" : "box"
+                          }
+                        ],
+                        [
+                          "width",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.002
+                          }
+                        ]
+                      ],
+                      "factory" : {
+                        "identifier" : "com.apple.rc.af.CoreAssetFactories.PrimitiveShapeAssetFactory",
+                        "version" : "1.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "308E11E0-05E3-41DB-9D35-B2A4F0F9B347"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0.02357739582657814,
+                        0.049999993294477463,
+                        -0.045414946973323822,
+                        1
+                      ]
+                    }
+                  },
+                  "Shape" : null
+                },
+                "factory" : null,
+                "runtimeAttributes" : [
+                  [
+                    "isAccessibilityEnabled",
+                    {
+                      "typeName" : "Bool",
+                      "value" : false
+                    }
+                  ]
+                ]
+              },
+              "physicsMode" : "grid",
+              "title" : "St01",
+              "viewTransform" : {
+                "cameraTransform" : [
+                  0.88292890787124634,
+                  1.4901161193847656e-08,
+                  0.4695066511631012,
+                  0,
+                  0.1679014265537262,
+                  0.93387007713317871,
+                  -0.31574618816375732,
+                  0,
+                  -0.43845826387405396,
+                  0.35761231184005737,
+                  0.82454091310501099,
+                  0,
+                  -0.31842848658561707,
+                  0.32260572910308838,
+                  0.59930902719497681,
+                  1
+                ],
+                "sceneTransform" : [
+                  1,
+                  0,
+                  0,
+                  0,
+                  0,
+                  1,
+                  0,
+                  0,
+                  0,
+                  0,
+                  1,
+                  0,
+                  0,
+                  0,
+                  0,
+                  1
+                ]
+              }
+            }
+          ],
+          "__version" : 5
+        },
+        {
+          "__content" : [
+            {
+              "arAnchorSpecification" : {
+                "name" : "image",
+                "physicalWidth" : 0.079999998211860657,
+                "url" : "image:f0a4d8b844ed2926e5e7706bd1742e78\/anchor_passwords_task1.png"
+              },
+              "behaviors" : [
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "target" : [
+                                            "0E354B04-574E-4059-82A7-BB5AF849A34D"
+                                          ],
+                                          "userIdentifier" : "ende"
+                                        },
+                                        "name" : {
+                                          "type" : "custom"
+                                        }
+                                      },
+                                      "identifier" : "5D071689-1134-41EE-B64C-067D814773F9",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "C818226B-B228-4F37-BE00-FFB7FE5BD0A6",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.364705890417099,
+                        0.74117648601531982,
+                        0.69019609689712524,
+                        1
+                      ],
+                      "identifier" : "73F5F8FC-BC80-4A46-BBBA-69DFA85AF5CC",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Verhalten",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+
+                                },
+                                "name" : "start"
+                              },
+                              "identifier" : "EB61F3E9-7895-4C95-A0F5-5ABCBC00491E",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                }
+              ],
+              "gravity" : [
+                0,
+                -9.8000001907348633,
+                0
+              ],
+              "identifier" : "D084C593-1D67-4AB4-8BF3-A602804F6BEA",
+              "material" : "concrete",
+              "overrides" : {
+                "children" : {
+                  "B75FE7B5-15F6-4ACD-830E-B53C9393F7DC" : {
+                    "overrides" : {
+                      "arguments" : [
+                        [
+                          "bevelRadius",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1.0000000000000001e-05
+                          }
+                        ],
+                        [
+                          "depth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.002
+                          }
+                        ],
+                        [
+                          "height",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.0019999999999999879
+                          }
+                        ],
+                        [
+                          "material",
+                          {
+                            "typeName" : "String",
+                            "value" : "paintEnamelMatte"
+                          }
+                        ],
+                        [
+                          "materialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              0.20000000298023224,
+                              0.60000002384185791,
+                              1,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "type",
+                          {
+                            "typeName" : "String",
+                            "value" : "box"
+                          }
+                        ],
+                        [
+                          "width",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.002
+                          }
+                        ]
+                      ],
+                      "factory" : {
+                        "identifier" : "com.apple.rc.af.CoreAssetFactories.PrimitiveShapeAssetFactory",
+                        "version" : "1.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "0E354B04-574E-4059-82A7-BB5AF849A34D"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        -0.0088488748297095299,
+                        0.01465442031621933,
+                        0.014128762297332287,
+                        1
+                      ]
+                    }
+                  },
+                  "Shape" : null
+                },
+                "factory" : null,
+                "runtimeAttributes" : [
+                  [
+                    "isAccessibilityEnabled",
+                    {
+                      "typeName" : "Bool",
+                      "value" : false
+                    }
+                  ]
+                ]
+              },
+              "physicsMode" : "grid",
+              "title" : "St01Face01",
+              "viewTransform" : {
+                "cameraTransform" : [
+                  0.88292890787124634,
+                  1.4901161193847656e-08,
+                  0.4695066511631012,
+                  0,
+                  0.1679014265537262,
+                  0.93387007713317871,
+                  -0.31574618816375732,
+                  0,
+                  -0.43845826387405396,
+                  0.35761231184005737,
+                  0.82454091310501099,
+                  0,
+                  -0.31868669390678406,
+                  0.32274281978607178,
+                  0.59979444742202759,
+                  1
+                ],
+                "sceneTransform" : [
+                  1,
+                  0,
+                  0,
+                  0,
+                  0,
+                  1,
+                  0,
+                  0,
+                  0,
+                  0,
+                  1,
+                  0,
+                  0,
+                  0,
+                  0,
+                  1
+                ]
+              }
+            }
+          ],
+          "__version" : 5
+        },
+        {
+          "__content" : [
+            {
+              "arAnchorSpecification" : {
+                "name" : "image",
+                "physicalWidth" : 0.079999998211860657,
+                "url" : "image:a6b1ef31dbc7693385f6ce9ba896ccab\/anchor_passwords_task3.png"
+              },
+              "behaviors" : [
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "target" : [
+                                            "12B81428-348D-49F8-A255-36760EB2AFD1"
+                                          ],
+                                          "userIdentifier" : "ende"
+                                        },
+                                        "name" : {
+                                          "type" : "custom"
+                                        }
+                                      },
+                                      "identifier" : "DA7501EA-7074-4499-9A4E-7336660FDAC4",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "8FABAB70-7244-4F38-982E-55D6E0F05D92",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.364705890417099,
+                        0.74117648601531982,
+                        0.69019609689712524,
+                        1
+                      ],
+                      "identifier" : "A9AC5762-DB8D-4EC0-AF08-9691303610C3",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Verhalten",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+
+                                },
+                                "name" : "start"
+                              },
+                              "identifier" : "FFCCA905-DDCC-4E81-AB5A-2FF7D94BDAE0",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                }
+              ],
+              "gravity" : [
+                0,
+                -9.8000001907348633,
+                0
+              ],
+              "identifier" : "7A710028-F32D-4E01-AC8A-77434EB53652",
+              "material" : "concrete",
+              "overrides" : {
+                "children" : {
+                  "2B1265EB-6213-431F-B253-60DDD5DDABDC" : {
+                    "overrides" : {
+                      "arguments" : [
+                        [
+                          "bevelRadius",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1.0000000000000001e-05
+                          }
+                        ],
+                        [
+                          "depth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.002
+                          }
+                        ],
+                        [
+                          "height",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.0019999999999999879
+                          }
+                        ],
+                        [
+                          "material",
+                          {
+                            "typeName" : "String",
+                            "value" : "paintEnamelMatte"
+                          }
+                        ],
+                        [
+                          "materialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              1,
+                              0.66666668653488159,
+                              0.3333333432674408,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "type",
+                          {
+                            "typeName" : "String",
+                            "value" : "box"
+                          }
+                        ],
+                        [
+                          "width",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.002
+                          }
+                        ]
+                      ],
+                      "factory" : {
+                        "identifier" : "com.apple.rc.af.CoreAssetFactories.PrimitiveShapeAssetFactory",
+                        "version" : "1.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "12B81428-348D-49F8-A255-36760EB2AFD1"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0.0036937752738595009,
+                        0.0010000030742958188,
+                        -0.0069215167313814163,
+                        1
+                      ]
+                    }
+                  },
+                  "Shape" : null
+                },
+                "factory" : null,
+                "runtimeAttributes" : [
+                  [
+                    "isAccessibilityEnabled",
+                    {
+                      "typeName" : "Bool",
+                      "value" : false
+                    }
+                  ]
+                ]
+              },
+              "physicsMode" : "grid",
+              "title" : "St01Face02",
+              "viewTransform" : {
+                "cameraTransform" : [
+                  0.88292890787124634,
+                  1.4901161193847656e-08,
+                  0.4695066511631012,
+                  0,
+                  0.1679014265537262,
+                  0.93387007713317871,
+                  -0.31574618816375732,
+                  0,
+                  -0.43845826387405396,
+                  0.35761231184005737,
+                  0.82454091310501099,
+                  0,
+                  -0.31829157471656799,
+                  0.32246902585029602,
+                  0.59905135631561279,
+                  1
+                ],
+                "sceneTransform" : [
+                  1,
+                  0,
+                  0,
+                  0,
+                  0,
+                  1,
+                  0,
+                  0,
+                  0,
+                  0,
+                  1,
+                  0,
+                  0,
+                  0,
+                  0,
+                  1
+                ]
+              }
+            }
+          ],
+          "__version" : 5
+        },
+        {
+          "__content" : [
+            {
+              "arAnchorSpecification" : {
+                "alignment" : "horizontal",
+                "name" : "surface"
+              },
+              "behaviors" : [
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildOutAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 0,
+                                          "fadeOut" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "2852C7E7-388D-4C3E-8F48-F7E3DEC076C8",
+                                            "D284B2ED-21B2-4EB7-A797-FAC804AA5239",
+                                            "433C9D5A-E26F-4CF0-AA7E-C114A5D877E3",
+                                            "0F76A98D-01F4-40AF-ABE6-2B5E8241755F",
+                                            "929605EA-6DAA-4C1F-BDB8-234EFC1907CE"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "hide"
+                                        }
+                                      },
+                                      "identifier" : "B6BB5FBE-1830-4CDF-A251-433E0E2BEE7F",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "705E6EED-8D14-47F3-9E29-B9E5B0A25B58",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 2
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "10D00FC5-8222-4E56-842E-50F00883BA62",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "4F8401AB-11F2-4FED-937C-B323BE546688",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "2852C7E7-388D-4C3E-8F48-F7E3DEC076C8"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "6482152A-1051-4C59-B371-8ED34CB2EB79",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                },
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "duration" : 1,
+                                          "isTransformInitKeyPath" : true,
+                                          "linearCoefficient" : 1,
+                                          "location" : [
+                                            0.00044946162961423397,
+                                            0.13972920179367065,
+                                            -0.0075749661773443222
+                                          ],
+                                          "moveEase" : "easeInOut",
+                                          "orientation" : [
+                                            0.70710670948028564,
+                                            5.9005600405726e-07,
+                                            -2.9502805887204886e-07,
+                                            0.7071068286895752
+                                          ],
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "2852C7E7-388D-4C3E-8F48-F7E3DEC076C8"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "arguments" : "absolute",
+                                          "type" : "transform"
+                                        }
+                                      },
+                                      "identifier" : "27250738-4A33-4857-AEB9-A68E62394127",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "367114E5-61CF-49C3-BB29-3F7185CB59BE",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "8AC88C56-AC88-4F61-B0E7-A2B1287DEF54",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "7F635589-6E12-4DC9-BC66-5A156EBC8F8D",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "D284B2ED-21B2-4EB7-A797-FAC804AA5239"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "57E39064-3E7A-4ACC-B53A-5CD767B5333D",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "FEC4866B-7465-487D-970C-A0A7D4A7A50F",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "61398270-C752-44A4-9DDA-D9B8E5D9F0A0",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "613DE0BF-7217-485C-934C-DD05454027CB",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "929605EA-6DAA-4C1F-BDB8-234EFC1907CE"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "266B8FA1-9424-41F4-B304-F63CB34CED88",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "BB7C8078-6AE3-493C-ABC8-F9474DA875CD",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.364705890417099,
+                        0.74117648601531982,
+                        0.69019609689712524,
+                        1
+                      ],
+                      "identifier" : "846F5FAF-2D1C-420D-82C1-66E0F506C6AC",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Start",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+
+                                },
+                                "name" : "start"
+                              },
+                              "identifier" : "2E2BE82C-FDF2-4324-BE80-89978457077A",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                },
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildOutAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeOut" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "929605EA-6DAA-4C1F-BDB8-234EFC1907CE",
+                                            "D284B2ED-21B2-4EB7-A797-FAC804AA5239"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "hide"
+                                        }
+                                      },
+                                      "identifier" : "279A1514-AEE5-48FC-8B4F-87E4F6513E14",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "7ED1AFB1-D7F1-4522-AB36-C48DFAE1362A",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "433C9D5A-E26F-4CF0-AA7E-C114A5D877E3"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "BC95CF6D-6E40-4404-B31A-1182FDF5FCF2",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "EA8B91B5-E678-4526-B52D-DB423B242DBE",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "F2E3DFBE-F449-4FC2-B07A-DB4D2384378C",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "16D162AB-6637-426F-B7A8-01A6713B26D5",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "0F76A98D-01F4-40AF-ABE6-2B5E8241755F"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "1F476F2B-20FA-4D92-97C2-F15FB95627B3",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "AE80525C-D3DB-40D1-BA4B-6B3F2ADEFB1B",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.21568627655506134,
+                        0.72549021244049072,
+                        0.80000001192092896,
+                        1
+                      ],
+                      "identifier" : "52D54BD4-7BAF-41B0-85AA-EBE081659284",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "ExploreAroundYou",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+                                  "target" : [
+                                    "929605EA-6DAA-4C1F-BDB8-234EFC1907CE"
+                                  ]
+                                },
+                                "name" : "tapTarget"
+                              },
+                              "identifier" : "23B98661-4EAF-4565-89FD-3BCC1E9B30B4",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                },
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "targetScene" : "D07F4037-FC63-4E13-9362-285A0B3608C8"
+                                        },
+                                        "name" : {
+                                          "type" : "changeScene"
+                                        }
+                                      },
+                                      "identifier" : "3C5F87D3-66B7-4A89-B687-7C2447375352",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "88149532-8EA0-43CF-A504-65C49C1A1D69",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.49019607901573181,
+                        0.7450980544090271,
+                        0.94901961088180542,
+                        1
+                      ],
+                      "identifier" : "4A2A4204-6C32-4E31-902E-F3D0E1B362EE",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour 2",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+                                  "target" : [
+                                    "0F76A98D-01F4-40AF-ABE6-2B5E8241755F"
+                                  ]
+                                },
+                                "name" : "tapTarget"
+                              },
+                              "identifier" : "B690BE1E-3B1C-4CF1-AB06-5A614C10DE95",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                }
+              ],
+              "gravity" : [
+                0,
+                -9.8000001907348633,
+                0
+              ],
+              "identifier" : "AB86C7FF-BE80-4C16-9D0D-2143D8CAAF96",
+              "material" : "concrete",
+              "overrides" : {
+                "children" : {
+                  "1F6E9698-90CD-4E58-AF62-26A5E07CC9BE" : null,
+                  "2EB77437-77B3-493F-8F04-A6DA514DD8B3" : null,
+                  "3D17FE85-773A-4638-A76E-43372BBABBB5" : {
+                    "overrides" : {
+                      "children" : {
+                        "CA44F42D-B9AB-4411-AD31-3FBA1EF30537" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "bevelRadius",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.014592786801010466
+                                }
+                              ],
+                              [
+                                "depth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.002
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.12336984572974842
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "standard"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    0.14000000059604645,
+                                    0.14000000059604645,
+                                    0.69999998807907104,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "type",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "box"
+                                }
+                              ],
+                              [
+                                "width",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.33416449783759899
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.PrimitiveShapeAssetFactory",
+                              "version" : "1.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "FDB5081E-2BFD-4D68-A6EB-7EF4EF1A98BE"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0.028863333165645599,
+                              -1.0768011549089351e-07,
+                              0.99999994039535522
+                            ]
+                          }
+                        },
+                        "F52A9595-2E83-409D-9699-C4898DC3ED8A" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "boundHeight",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 1.5
+                                }
+                              ],
+                              [
+                                "boundWidth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 6
+                                }
+                              ],
+                              [
+                                "depth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.22
+                                }
+                              ],
+                              [
+                                "font",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "IBMPlexMono-Bold"
+                                }
+                              ],
+                              [
+                                "hasBackground",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.04317332056637662
+                                }
+                              ],
+                              [
+                                "horizontalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "center"
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "standard"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    1,
+                                    1,
+                                    1,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "oneLine",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "precision",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "normal"
+                                }
+                              ],
+                              [
+                                "text",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "Continue\n\n"
+                                }
+                              ],
+                              [
+                                "verticalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "bottom"
+                                }
+                              ],
+                              [
+                                "verticalPosition",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "middle"
+                                }
+                              ],
+                              [
+                                "wordWrap",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.Text",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "3688E557-0DE1-4A27-8025-FAEA1252AFE3"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791538596153259,
+                              0,
+                              0.00015151500701904297,
+                              0.017762742936611176,
+                              1.20543575121701e-11,
+                              0.99999994039535522
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "929605EA-6DAA-4C1F-BDB8-234EFC1907CE"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0.22797475755214691,
+                        0.085874930024147034,
+                        5.7158832333925602e-08,
+                        1
+                      ]
+                    }
+                  },
+                  "6E2AF3C6-D9FB-40BC-9B68-0C2C7C4CEB69" : {
+                    "overrides" : {
+                      "children" : {
+                        "AE01D7B3-F466-4A59-BA03-23E01C4ED931" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "bevelRadius",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.0050000000000000001
+                                }
+                              ],
+                              [
+                                "diameter",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.10000000000000001
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.0019999999999999922
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "plastic"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    0.85000002384185791,
+                                    0.85000002384185791,
+                                    0.17000000178813934,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "type",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "cylinder"
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.PrimitiveShapeAssetFactory",
+                              "version" : "1.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "37C27A6A-958A-42E1-9FAD-5807E278AF9D"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.99999994039535522,
+                              4.1724933907971717e-07,
+                              -1.2516837841758388e-06,
+                              0,
+                              1.2516819651864353e-06,
+                              7.1525477096656687e-07,
+                              0.99999850988388062,
+                              0,
+                              4.1724953803168319e-07,
+                              -0.99999850988388062,
+                              7.1525477096656687e-07,
+                              0,
+                              0,
+                              0.049999944865703583,
+                              -0.00024442223366349936,
+                              0.99999994039535522
+                            ]
+                          }
+                        },
+                        "F545348F-A95B-45EC-83F1-4FBDF546936B" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "boundHeight",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 1.5
+                                }
+                              ],
+                              [
+                                "boundWidth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 6
+                                }
+                              ],
+                              [
+                                "depth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.22
+                                }
+                              ],
+                              [
+                                "font",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "IBMPlexMono-Bold"
+                                }
+                              ],
+                              [
+                                "hasBackground",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.04317332056637662
+                                }
+                              ],
+                              [
+                                "horizontalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "center"
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "standard"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    1,
+                                    1,
+                                    1,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "oneLine",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "precision",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "normal"
+                                }
+                              ],
+                              [
+                                "text",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "scan\n\n\n"
+                                }
+                              ],
+                              [
+                                "verticalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "bottom"
+                                }
+                              ],
+                              [
+                                "verticalPosition",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "middle"
+                                }
+                              ],
+                              [
+                                "wordWrap",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.Text",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "E07B3559-1EA7-4CA3-9D0B-73B4E6D70081"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.46791541576385498,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791541576385498,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791541576385498,
+                              0,
+                              0.00070881843566894531,
+                              0.025117905810475349,
+                              0.00075564405415207148,
+                              0.99999994039535522
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "0F76A98D-01F4-40AF-ABE6-2B5E8241755F"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0.22599518299102783,
+                        0.04919491708278656,
+                        9.0365048777130141e-08,
+                        1
+                      ]
+                    }
+                  },
+                  "8B291734-F634-4F1E-9AD2-DD330D758874" : null,
+                  "8D5590EB-08AD-4B08-8810-477202232E4B" : null,
+                  "44D75FCF-CF1B-4BB3-8ED6-56BABEBE28AF" : null,
+                  "50CFFEA4-FFB4-43ED-91E7-FB01C9A7FE44" : null,
+                  "66D24EF9-DA77-4DD3-8B30-99C56E240858" : null,
+                  "76F7DCB2-C02A-47E8-9E39-D97B4FA981DC" : {
+                    "overrides" : {
+                      "children" : {
+                        "USDScene" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "includeSceneScaling",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "subpath",
+                                {
+                                  "typeName" : "String",
+                                  "value" : ""
+                                }
+                              ],
+                              [
+                                "url",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "model:9b3ce657f4677964bbb90de70be311c3\/413c6c78-889f-4b3f-bc2e-c0e6d7124d7c.usdz"
+                                }
+                              ],
+                              [
+                                "withDescendants",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : true
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.af.FileImportAssetFactory",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "9E5D0059-55A1-4E40-B5B3-8EEEFC126926"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "2852C7E7-388D-4C3E-8F48-F7E3DEC076C8"
+                          }
+                        ],
+                        [
+                          "rigidBody-enabled",
+                          {
+                            "typeName" : "Bool",
+                            "value" : false
+                          }
+                        ],
+                        [
+                          "rigidBody-material",
+                          {
+                            "typeName" : "RigidBodyMaterial",
+                            "value" : {
+                              "builtIn" : "lead",
+                              "overrides" : {
+
+                              }
+                            }
+                          }
+                        ],
+                        [
+                          "rigidBody-motionType",
+                          {
+                            "typeName" : "REMotionType",
+                            "value" : "static"
+                          }
+                        ],
+                        [
+                          "rigidBody-shapeType",
+                          {
+                            "typeName" : "String",
+                            "value" : "capsule"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        0.40785184502601624,
+                        1.7016952824633336e-07,
+                        -5.1050722049694741e-07,
+                        0,
+                        5.1050693627985311e-07,
+                        -2.4309849777637282e-07,
+                        0.40785157680511475,
+                        0,
+                        1.7016913034240133e-07,
+                        -0.40785157680511475,
+                        -2.4309849777637282e-07,
+                        0,
+                        0.00044929026626050472,
+                        0.13746638596057892,
+                        -0.35991659760475159,
+                        1
+                      ]
+                    }
+                  },
+                  "78E46B53-7785-4356-8063-57F5046EAB06" : null,
+                  "97D09115-8876-4E71-923E-7EC582B32AFC" : null,
+                  "147DE9FB-FEDD-4E5F-9685-E17DD31E1783" : null,
+                  "509EF41B-A4D3-4054-8462-0A0FEECABA2F" : null,
+                  "581B2BAC-65E9-4B61-8D98-FF2EF6F57659" : null,
+                  "3433C475-E4EC-4C85-B634-4935558A08C9" : null,
+                  "22809BD0-6C5C-4434-8A87-3DAB76ADE157" : null,
+                  "74543A22-4716-4AE9-B2CE-7DC64D96F120" : null,
+                  "76272E59-EF23-436E-B446-15DC0B6AA52B" : null,
+                  "308486DD-B438-4B84-BA24-8A547BD3F48A" : null,
+                  "641299A1-B59F-451A-918C-FA0F946DAC79" : null,
+                  "03173238-6FE3-464B-8846-D61360539B3C" : null,
+                  "A078B057-C0F8-48F9-9D51-B07B07B8D2C7" : null,
+                  "A466CB0B-8646-450B-AF06-E54EEDE39A3E" : null,
+                  "AD5AE0DB-3170-4914-A572-697551EF5FB6" : null,
+                  "AE01D7B3-F466-4A59-BA03-23E01C4ED931" : null,
+                  "BB94B5E4-CF52-4BBF-9DA3-7195CD5F88D5" : null,
+                  "BC7E1580-D134-4EDD-AF01-44F855CC1647" : null,
+                  "BE59BFF1-E873-4327-9D43-9D2EDD906DBA" : {
+                    "overrides" : {
+                      "arguments" : [
+                        [
+                          "arrowAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowAngleOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : -17
+                          }
+                        ],
+                        [
+                          "arrowLength",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.31
+                          }
+                        ],
+                        [
+                          "arrowParam",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.070000000000000034
+                          }
+                        ],
+                        [
+                          "bevelRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "bubbleArrowBlendOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.29999999999999999
+                          }
+                        ],
+                        [
+                          "bubbleMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "paintEnamelMatte"
+                          }
+                        ],
+                        [
+                          "bubbleMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              1,
+                              1,
+                              1,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "bubbleType",
+                          {
+                            "typeName" : "String",
+                            "value" : "thought"
+                          }
+                        ],
+                        [
+                          "cornerRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "featureAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 135
+                          }
+                        ],
+                        [
+                          "height",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.18268999999999999
+                          }
+                        ],
+                        [
+                          "message",
+                          {
+                            "typeName" : "String",
+                            "value" : "Let's explore all the characters. Scan the items to see its character."
+                          }
+                        ],
+                        [
+                          "messageFont",
+                          {
+                            "typeName" : "String",
+                            "value" : "IBMPlexMono-Medium"
+                          }
+                        ],
+                        [
+                          "messageMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "plastic"
+                          }
+                        ],
+                        [
+                          "messageMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "messageScale",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.88646304622535543
+                          }
+                        ],
+                        [
+                          "numFeatures",
+                          {
+                            "typeName" : "Int",
+                            "value" : 8
+                          }
+                        ],
+                        [
+                          "pillowSize",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.5
+                          }
+                        ],
+                        [
+                          "pillowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "thickness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.02
+                          }
+                        ],
+                        [
+                          "width",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.28278999999999999
+                          }
+                        ]
+                      ],
+                      "children" : {
+                        "text_1" : {
+                          "overrides" : {
+                            "factory" : null,
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "8E01BBC4-4265-481B-A222-AE10BDE6F04C"
+                                }
+                              ]
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.rc.af.CoreAssetFactories.QuoteBubbleAssetFactory",
+                        "version" : "1.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "433C9D5A-E26F-4CF0-AA7E-C114A5D877E3"
+                          }
+                        ],
+                        [
+                          "entityName",
+                          {
+                            "typeName" : "String",
+                            "value" : "Lets go!"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1.2845635414123535,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.2845635414123535,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.2845635414123535,
+                        0,
+                        0.23508453369140625,
+                        0.47580057382583618,
+                        0.0014357834588736296,
+                        1
+                      ]
+                    }
+                  },
+                  "CA44F42D-B9AB-4411-AD31-3FBA1EF30537" : null,
+                  "CB730382-1B94-4AF3-BFD9-1B7D0B66A12C" : null,
+                  "CBAD79AB-3A08-437B-B79C-20CB58299917" : null,
+                  "CF6E2364-15B6-4DE1-8860-486331EB6D40" : null,
+                  "D1368D33-E65C-4064-92EC-820F4F052607" : null,
+                  "D247085B-3A7E-4125-9F06-5A3F3B1D9E92" : {
+                    "overrides" : {
+                      "arguments" : [
+                        [
+                          "arrowAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowAngleOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : -17
+                          }
+                        ],
+                        [
+                          "arrowLength",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.31
+                          }
+                        ],
+                        [
+                          "arrowParam",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.070000000000000034
+                          }
+                        ],
+                        [
+                          "bevelRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "bubbleArrowBlendOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.29999999999999999
+                          }
+                        ],
+                        [
+                          "bubbleMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "paintEnamelMatte"
+                          }
+                        ],
+                        [
+                          "bubbleMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              1,
+                              1,
+                              1,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "bubbleType",
+                          {
+                            "typeName" : "String",
+                            "value" : "thought"
+                          }
+                        ],
+                        [
+                          "cornerRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "featureAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 135
+                          }
+                        ],
+                        [
+                          "height",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.18268999999999999
+                          }
+                        ],
+                        [
+                          "message",
+                          {
+                            "typeName" : "String",
+                            "value" : "Can you see the items around you? Each item represents a character."
+                          }
+                        ],
+                        [
+                          "messageFont",
+                          {
+                            "typeName" : "String",
+                            "value" : "IBMPlexMono-Medium"
+                          }
+                        ],
+                        [
+                          "messageMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "plastic"
+                          }
+                        ],
+                        [
+                          "messageMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "messageScale",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "numFeatures",
+                          {
+                            "typeName" : "Int",
+                            "value" : 8
+                          }
+                        ],
+                        [
+                          "pillowSize",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.5
+                          }
+                        ],
+                        [
+                          "pillowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "thickness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.02
+                          }
+                        ],
+                        [
+                          "width",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.28278999999999999
+                          }
+                        ]
+                      ],
+                      "children" : {
+                        "text_1" : {
+                          "overrides" : {
+                            "factory" : null,
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "1A59D51B-AD20-43C2-91B4-B59CB80CCE64"
+                                }
+                              ]
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.rc.af.CoreAssetFactories.QuoteBubbleAssetFactory",
+                        "version" : "1.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "D284B2ED-21B2-4EB7-A797-FAC804AA5239"
+                          }
+                        ],
+                        [
+                          "entityName",
+                          {
+                            "typeName" : "String",
+                            "value" : "Lets go!"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1.0614228248596191,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.0614228248596191,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.0614228248596191,
+                        0,
+                        0.20951548218727112,
+                        0.43831115961074829,
+                        0.00090504885884001851,
+                        1
+                      ]
+                    }
+                  },
+                  "F5D21FEF-1A2B-4982-8F64-6E0B74ADF416" : null,
+                  "F52A9595-2E83-409D-9699-C4898DC3ED8A" : null,
+                  "F545348F-A95B-45EC-83F1-4FBDF546936B" : null,
+                  "F664055B-75D1-42E2-BCFD-8CA6670AF1B3" : null,
+                  "FF89836B-2150-4544-909C-1C588338E2E4" : null
+                },
+                "factory" : null,
+                "runtimeAttributes" : [
+                  [
+                    "isAccessibilityEnabled",
+                    {
+                      "typeName" : "Bool",
+                      "value" : false
+                    }
+                  ]
+                ]
+              },
+              "physicsMode" : "grid",
+              "title" : "BFA1",
+              "viewTransform" : {
+                "cameraTransform" : [
+                  0.99999421834945679,
+                  -4.6100467443466187e-08,
+                  -0.0033880248665809631,
+                  0,
+                  -0.001345281838439405,
+                  0.91778147220611572,
+                  -0.39708349108695984,
+                  0,
+                  0.0031094644218683243,
+                  0.39708587527275085,
+                  0.91777610778808594,
+                  0,
+                  0.10140910744667053,
+                  0.71824687719345093,
+                  1.1677412986755371,
+                  1
+                ],
+                "sceneTransform" : [
+                  1,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  1
+                ]
+              }
+            }
+          ],
+          "__version" : 5
+        },
+        {
+          "__content" : [
+            {
+              "arAnchorSpecification" : {
+                "name" : "image",
+                "physicalWidth" : 0.20961865782737732,
+                "url" : "image:6c6a9d5ea4f02320630fe02f0259ccb4\/IMG_9703.heic"
+              },
+              "behaviors" : [
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildOutAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 0,
+                                          "fadeOut" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "66FA982C-D4FB-4CFC-B43B-F62C8CC7EEF3",
+                                            "D2CCBDFE-C2DA-4569-B12D-560B9DA33128",
+                                            "85B81890-D740-4018-B6A8-61BB08DF2660",
+                                            "3CA655E6-BF5B-49BF-A210-62F2A0152F01"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "hide"
+                                        }
+                                      },
+                                      "identifier" : "2D8FBA9D-40EA-46BF-B8B8-5B8C80AD94A9",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "2C019194-CA83-4B94-BBDE-8E653FF5C48A",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "6314FE99-8C15-4588-9222-DE6BD948AFFB",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "EE888AD7-E282-4B14-BC70-C6F72AC7DBB5",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "3CA655E6-BF5B-49BF-A210-62F2A0152F01"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "29B29AA4-BCF3-4B72-942B-C998849E595E",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "D176B354-55C3-4154-8F9E-9706DE6E7040",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 2,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "66FA982C-D4FB-4CFC-B43B-F62C8CC7EEF3"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "3F744226-ABA8-4860-A8B8-8C455CF0BB84",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "697278DE-320B-4CCB-8BDE-24BAB9E4B025",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "97706E29-46E4-4CB8-B293-7BC7DE2B7D22",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "C9A40206-039F-4C8D-B5DD-5A379A2B81A3",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "D2CCBDFE-C2DA-4569-B12D-560B9DA33128"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "6133F057-679A-453B-96E5-4424A3AC6F5F",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "7CF70724-7876-4E64-A2CB-4A7A661449A9",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 2
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "BED99362-9479-4E57-BCB3-D402C23B2D95",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "B972A5F5-EAE2-4D15-92AB-FC20CDCB5BAF",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "85B81890-D740-4018-B6A8-61BB08DF2660"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "0CABCF6B-6BE4-4969-9173-7F0BA2566089",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "0DF1CCD6-C170-491E-9B45-AB814D584206",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.364705890417099,
+                        0.74117648601531982,
+                        0.69019609689712524,
+                        1
+                      ],
+                      "identifier" : "9D4A00CD-42EF-4859-9F47-049B3BF56509",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+
+                                },
+                                "name" : "start"
+                              },
+                              "identifier" : "A773F0A3-6163-4031-A0D6-AD4EAC8C5078",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                },
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "targetScene" : "E6CE5B3F-B25A-40C9-8D01-7EDFE23D57FD"
+                                        },
+                                        "name" : {
+                                          "type" : "changeScene"
+                                        }
+                                      },
+                                      "identifier" : "0ED5DAFB-2832-4BB5-92BE-51D71D44798F",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "49156389-7A1E-4A70-9FD3-7F7E100824B3",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.21568627655506134,
+                        0.72549021244049072,
+                        0.80000001192092896,
+                        1
+                      ],
+                      "identifier" : "AABB753B-F133-4815-919E-5500225A7794",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour 1",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+                                  "target" : [
+                                    "85B81890-D740-4018-B6A8-61BB08DF2660"
+                                  ]
+                                },
+                                "name" : "tapTarget"
+                              },
+                              "identifier" : "6A918D2D-BA00-4818-8408-35292132DA5E",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                }
+              ],
+              "gravity" : [
+                0,
+                -9.8000001907348633,
+                0
+              ],
+              "identifier" : "D07F4037-FC63-4E13-9362-285A0B3608C8",
+              "material" : "concrete",
+              "overrides" : {
+                "children" : {
+                  "1AEEAB2C-037D-42B1-8910-615F9C47EC94" : null,
+                  "2EB77437-77B3-493F-8F04-A6DA514DD8B3" : null,
+                  "3B4D2DDF-6DE9-4018-AB84-8209035207B6" : null,
+                  "3D8E51BD-5592-444B-9E28-17F6498A801A" : null,
+                  "4B87C6EA-51BA-47BD-BED5-D1C4FDEB3E0C" : null,
+                  "4DC2CA7E-CB3C-4738-B504-7D30CA09B979" : null,
+                  "6BBC8894-A783-4C02-8D83-6CD3EF533573" : {
+                    "overrides" : {
+                      "children" : {
+                        "USDScene" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "includeSceneScaling",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "subpath",
+                                {
+                                  "typeName" : "String",
+                                  "value" : ""
+                                }
+                              ],
+                              [
+                                "url",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "model:9b3ce657f4677964bbb90de70be311c3\/413c6c78-889f-4b3f-bc2e-c0e6d7124d7c.usdz"
+                                }
+                              ],
+                              [
+                                "withDescendants",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : true
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.af.FileImportAssetFactory",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "5AD0588E-A486-4DBF-BB3F-96AD1305186F"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "66FA982C-D4FB-4CFC-B43B-F62C8CC7EEF3"
+                          }
+                        ],
+                        [
+                          "rigidBody-enabled",
+                          {
+                            "typeName" : "Bool",
+                            "value" : false
+                          }
+                        ],
+                        [
+                          "rigidBody-material",
+                          {
+                            "typeName" : "RigidBodyMaterial",
+                            "value" : {
+                              "builtIn" : "lead",
+                              "overrides" : {
+
+                              }
+                            }
+                          }
+                        ],
+                        [
+                          "rigidBody-motionType",
+                          {
+                            "typeName" : "REMotionType",
+                            "value" : "static"
+                          }
+                        ],
+                        [
+                          "rigidBody-shapeType",
+                          {
+                            "typeName" : "String",
+                            "value" : "capsule"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        0.40785184502601624,
+                        1.7016952824633336e-07,
+                        -5.1050722049694741e-07,
+                        0,
+                        5.1050693627985311e-07,
+                        -2.4309849777637282e-07,
+                        0.40785157680511475,
+                        0,
+                        1.7016913034240133e-07,
+                        -0.40785157680511475,
+                        -2.4309849777637282e-07,
+                        0,
+                        0.0050866906531155109,
+                        0.13746640086174011,
+                        0.0085356254130601883,
+                        1
+                      ]
+                    }
+                  },
+                  "8B291734-F634-4F1E-9AD2-DD330D758874" : null,
+                  "9E8F7CD9-DDB0-420C-99B8-54E7F0C8C557" : null,
+                  "44D75FCF-CF1B-4BB3-8ED6-56BABEBE28AF" : null,
+                  "50CFFEA4-FFB4-43ED-91E7-FB01C9A7FE44" : null,
+                  "057A3D2F-8EDC-4D9E-8FC5-3BEFD2DE183A" : null,
+                  "78E46B53-7785-4356-8063-57F5046EAB06" : null,
+                  "92A032CB-73B6-476E-807C-10DF944807AD" : {
+                    "overrides" : {
+                      "arguments" : [
+                        [
+                          "boundHeight",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1.5
+                          }
+                        ],
+                        [
+                          "boundWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 6
+                          }
+                        ],
+                        [
+                          "depth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.22
+                          }
+                        ],
+                        [
+                          "font",
+                          {
+                            "typeName" : "String",
+                            "value" : "Helvetica"
+                          }
+                        ],
+                        [
+                          "hasBackground",
+                          {
+                            "typeName" : "Bool",
+                            "value" : false
+                          }
+                        ],
+                        [
+                          "height",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.10000000000000001
+                          }
+                        ],
+                        [
+                          "horizontalAlignment",
+                          {
+                            "typeName" : "String",
+                            "value" : "center"
+                          }
+                        ],
+                        [
+                          "material",
+                          {
+                            "typeName" : "String",
+                            "value" : "standard"
+                          }
+                        ],
+                        [
+                          "materialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              1,
+                              1,
+                              1,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "oneLine",
+                          {
+                            "typeName" : "Bool",
+                            "value" : false
+                          }
+                        ],
+                        [
+                          "precision",
+                          {
+                            "typeName" : "String",
+                            "value" : "normal"
+                          }
+                        ],
+                        [
+                          "text",
+                          {
+                            "typeName" : "String",
+                            "value" : "1"
+                          }
+                        ],
+                        [
+                          "verticalAlignment",
+                          {
+                            "typeName" : "String",
+                            "value" : "bottom"
+                          }
+                        ],
+                        [
+                          "verticalPosition",
+                          {
+                            "typeName" : "String",
+                            "value" : "middle"
+                          }
+                        ],
+                        [
+                          "wordWrap",
+                          {
+                            "typeName" : "Bool",
+                            "value" : true
+                          }
+                        ]
+                      ],
+                      "factory" : {
+                        "identifier" : "com.apple.rc.af.CoreAssetFactories.Text",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "3CA655E6-BF5B-49BF-A210-62F2A0152F01"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        -0.14169201254844666,
+                        0.33284550905227661,
+                        0.011037431657314301,
+                        1
+                      ]
+                    }
+                  },
+                  "96C63FF9-76B8-4FBF-A258-93C3FD3B055B" : null,
+                  "147DE9FB-FEDD-4E5F-9685-E17DD31E1783" : null,
+                  "283B1EB4-2488-4FBE-B3F8-2C0D395F1DB3" : {
+                    "overrides" : {
+                      "arguments" : [
+                        [
+                          "arrowAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowAngleOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : -17
+                          }
+                        ],
+                        [
+                          "arrowLength",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.31
+                          }
+                        ],
+                        [
+                          "arrowParam",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.070000000000000034
+                          }
+                        ],
+                        [
+                          "bevelRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "bubbleArrowBlendOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.29999999999999999
+                          }
+                        ],
+                        [
+                          "bubbleMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "paintEnamelMatte"
+                          }
+                        ],
+                        [
+                          "bubbleMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              1,
+                              1,
+                              1,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "bubbleType",
+                          {
+                            "typeName" : "String",
+                            "value" : "thought"
+                          }
+                        ],
+                        [
+                          "cornerRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "featureAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 135
+                          }
+                        ],
+                        [
+                          "height",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.18268999999999999
+                          }
+                        ],
+                        [
+                          "message",
+                          {
+                            "typeName" : "String",
+                            "value" : "The item has been decoded. The result is \"1\". Scan the next item..."
+                          }
+                        ],
+                        [
+                          "messageFont",
+                          {
+                            "typeName" : "String",
+                            "value" : "IBMPlexMono-Medium"
+                          }
+                        ],
+                        [
+                          "messageMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "plastic"
+                          }
+                        ],
+                        [
+                          "messageMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "messageScale",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "numFeatures",
+                          {
+                            "typeName" : "Int",
+                            "value" : 8
+                          }
+                        ],
+                        [
+                          "pillowSize",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.5
+                          }
+                        ],
+                        [
+                          "pillowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "thickness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.02
+                          }
+                        ],
+                        [
+                          "width",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.28278999999999999
+                          }
+                        ]
+                      ],
+                      "children" : {
+                        "text_1" : {
+                          "overrides" : {
+                            "factory" : null,
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "FAD1FDA8-D3E1-464D-ABC0-93FDBA5DF5AC"
+                                }
+                              ]
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.rc.af.CoreAssetFactories.QuoteBubbleAssetFactory",
+                        "version" : "1.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "D2CCBDFE-C2DA-4569-B12D-560B9DA33128"
+                          }
+                        ],
+                        [
+                          "entityName",
+                          {
+                            "typeName" : "String",
+                            "value" : "Lets go!"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1.0614228248596191,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.0614228248596191,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.0614228248596191,
+                        0,
+                        0.2095155268907547,
+                        0.43831124901771545,
+                        0.00037431460805237293,
+                        1
+                      ]
+                    }
+                  },
+                  "435D33F3-F03C-4765-929D-0BFD942776A8" : null,
+                  "581B2BAC-65E9-4B61-8D98-FF2EF6F57659" : null,
+                  "910CD068-929E-405B-9250-51146F94E151" : null,
+                  "3433C475-E4EC-4C85-B634-4935558A08C9" : null,
+                  "70159D90-6D13-4C2A-A82E-D16977501FD7" : null,
+                  "74543A22-4716-4AE9-B2CE-7DC64D96F120" : null,
+                  "2289988E-3E1C-4430-A232-9C3578E4A151" : null,
+                  "61855529-8AEB-4CEC-94BF-D4EDC579EDF3" : null,
+                  "A078B057-C0F8-48F9-9D51-B07B07B8D2C7" : null,
+                  "A466CB0B-8646-450B-AF06-E54EEDE39A3E" : null,
+                  "A865F917-3394-4AC4-8339-03D8020A5DFF" : null,
+                  "BB94B5E4-CF52-4BBF-9DA3-7195CD5F88D5" : null,
+                  "C2C4F9DB-CC54-432A-AB65-BEFDFD24406E" : null,
+                  "CBAD79AB-3A08-437B-B79C-20CB58299917" : null,
+                  "CF6E2364-15B6-4DE1-8860-486331EB6D40" : null,
+                  "D1368D33-E65C-4064-92EC-820F4F052607" : null,
+                  "DB310D5D-5B41-48B6-958B-A5FF30B422F3" : null,
+                  "EC71335E-345D-4996-8DE2-D172C05F6DFD" : null,
+                  "ED789E7A-C2E2-480A-9AEA-E68EA20C4847" : {
+                    "overrides" : {
+                      "children" : {
+                        "AE01D7B3-F466-4A59-BA03-23E01C4ED931" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "bevelRadius",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.0050000000000000001
+                                }
+                              ],
+                              [
+                                "diameter",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.10000000000000001
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.0019999999999999922
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "plastic"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    0.85000002384185791,
+                                    0.85000002384185791,
+                                    0.17000000178813934,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "type",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "cylinder"
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.PrimitiveShapeAssetFactory",
+                              "version" : "1.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "48CC3B38-FE1D-4F2E-BDEF-E728814FCD44"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.99999994039535522,
+                              4.1724933907971717e-07,
+                              -1.2516837841758388e-06,
+                              0,
+                              1.2516819651864353e-06,
+                              7.1525477096656687e-07,
+                              0.99999850988388062,
+                              0,
+                              4.1724953803168319e-07,
+                              -0.99999850988388062,
+                              7.1525477096656687e-07,
+                              0,
+                              0,
+                              0.049999944865703583,
+                              -0.00024442223366349936,
+                              0.99999994039535522
+                            ]
+                          }
+                        },
+                        "F545348F-A95B-45EC-83F1-4FBDF546936B" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "boundHeight",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 1.5
+                                }
+                              ],
+                              [
+                                "boundWidth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 6
+                                }
+                              ],
+                              [
+                                "depth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.22
+                                }
+                              ],
+                              [
+                                "font",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "IBMPlexMono-Bold"
+                                }
+                              ],
+                              [
+                                "hasBackground",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.04317332056637662
+                                }
+                              ],
+                              [
+                                "horizontalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "center"
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "standard"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    1,
+                                    1,
+                                    1,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "oneLine",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "precision",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "normal"
+                                }
+                              ],
+                              [
+                                "text",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "scan\n\n\n"
+                                }
+                              ],
+                              [
+                                "verticalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "bottom"
+                                }
+                              ],
+                              [
+                                "verticalPosition",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "middle"
+                                }
+                              ],
+                              [
+                                "wordWrap",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.Text",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "243735EC-999B-4604-9250-D2755F281A02"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.46791541576385498,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791541576385498,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791541576385498,
+                              0,
+                              0.00070881843566894531,
+                              0.025117905810475349,
+                              0.00075564405415207148,
+                              0.99999994039535522
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "85B81890-D740-4018-B6A8-61BB08DF2660"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0.2020391970872879,
+                        0.064738288521766663,
+                        0.0017122782301157713,
+                        1
+                      ]
+                    }
+                  }
+                },
+                "factory" : null,
+                "runtimeAttributes" : [
+                  [
+                    "isAccessibilityEnabled",
+                    {
+                      "typeName" : "Bool",
+                      "value" : false
+                    }
+                  ]
+                ]
+              },
+              "physicsMode" : "grid",
+              "title" : "BFA1 1",
+              "viewTransform" : {
+                "cameraTransform" : [
+                  0.99999421834945679,
+                  -4.6100467443466187e-08,
+                  -0.0033880248665809631,
+                  0,
+                  -0.001345281838439405,
+                  0.91778147220611572,
+                  -0.39708349108695984,
+                  0,
+                  0.0031094644218683243,
+                  0.39708587527275085,
+                  0.91777610778808594,
+                  0,
+                  0.095942921936511993,
+                  0.94715780019760132,
+                  1.7782320976257324,
+                  1
+                ],
+                "sceneTransform" : [
+                  1,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  1
+                ]
+              }
+            }
+          ],
+          "__version" : 5
+        },
+        {
+          "__content" : [
+            {
+              "arAnchorSpecification" : {
+                "name" : "image",
+                "physicalWidth" : 0.20961865782737732,
+                "url" : "image:6c6a9d5ea4f02320630fe02f0259ccb4\/IMG_9703.heic"
+              },
+              "behaviors" : [
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildOutAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 0,
+                                          "fadeOut" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "81E29578-96BA-4B96-8D8C-C062011287FB",
+                                            "7C65DCA6-D620-4BD9-A2DE-F317D95F82DA",
+                                            "0B3ED693-F786-4524-AC9E-2593E48CF34C",
+                                            "CB1D91F0-CEBB-4099-A812-76CA8446976B"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "hide"
+                                        }
+                                      },
+                                      "identifier" : "2D8FBA9D-40EA-46BF-B8B8-5B8C80AD94A9",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "2C019194-CA83-4B94-BBDE-8E653FF5C48A",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "6314FE99-8C15-4588-9222-DE6BD948AFFB",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "EE888AD7-E282-4B14-BC70-C6F72AC7DBB5",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "0B3ED693-F786-4524-AC9E-2593E48CF34C"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "29B29AA4-BCF3-4B72-942B-C998849E595E",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "5A5BFBEE-89BD-46FC-A96C-02AE6FD88970",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 2,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "81E29578-96BA-4B96-8D8C-C062011287FB"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "3F744226-ABA8-4860-A8B8-8C455CF0BB84",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                },
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "duration" : 1,
+                                          "isTransformInitKeyPath" : true,
+                                          "linearCoefficient" : 1,
+                                          "location" : [
+                                            0.0057857423089444637,
+                                            0.13746640086174011,
+                                            0.0085356254130601883
+                                          ],
+                                          "moveEase" : "easeInOut",
+                                          "orientation" : [
+                                            0.70710694789886475,
+                                            5.9005611774409772e-07,
+                                            -2.9502768938982626e-07,
+                                            0.70710664987564087
+                                          ],
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "81E29578-96BA-4B96-8D8C-C062011287FB"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "arguments" : "absolute",
+                                          "type" : "transform"
+                                        }
+                                      },
+                                      "identifier" : "B6A9C44B-3986-400D-BC7A-040C3732340B",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "697278DE-320B-4CCB-8BDE-24BAB9E4B025",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "97706E29-46E4-4CB8-B293-7BC7DE2B7D22",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "C9A40206-039F-4C8D-B5DD-5A379A2B81A3",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "7C65DCA6-D620-4BD9-A2DE-F317D95F82DA"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "6133F057-679A-453B-96E5-4424A3AC6F5F",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "7CF70724-7876-4E64-A2CB-4A7A661449A9",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 2
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "BED99362-9479-4E57-BCB3-D402C23B2D95",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "B972A5F5-EAE2-4D15-92AB-FC20CDCB5BAF",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "CB1D91F0-CEBB-4099-A812-76CA8446976B"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "0CABCF6B-6BE4-4969-9173-7F0BA2566089",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "0DF1CCD6-C170-491E-9B45-AB814D584206",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.364705890417099,
+                        0.74117648601531982,
+                        0.69019609689712524,
+                        1
+                      ],
+                      "identifier" : "9D4A00CD-42EF-4859-9F47-049B3BF56509",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+
+                                },
+                                "name" : "start"
+                              },
+                              "identifier" : "A773F0A3-6163-4031-A0D6-AD4EAC8C5078",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                },
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "targetScene" : "332FB553-16A9-4620-AD2E-38BD0CC81062"
+                                        },
+                                        "name" : {
+                                          "type" : "changeScene"
+                                        }
+                                      },
+                                      "identifier" : "0ED5DAFB-2832-4BB5-92BE-51D71D44798F",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "49156389-7A1E-4A70-9FD3-7F7E100824B3",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.21568627655506134,
+                        0.72549021244049072,
+                        0.80000001192092896,
+                        1
+                      ],
+                      "identifier" : "AABB753B-F133-4815-919E-5500225A7794",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour 1",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+                                  "target" : [
+                                    "CB1D91F0-CEBB-4099-A812-76CA8446976B"
+                                  ]
+                                },
+                                "name" : "tapTarget"
+                              },
+                              "identifier" : "6A918D2D-BA00-4818-8408-35292132DA5E",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                }
+              ],
+              "gravity" : [
+                0,
+                -9.8000001907348633,
+                0
+              ],
+              "identifier" : "E6CE5B3F-B25A-40C9-8D01-7EDFE23D57FD",
+              "material" : "concrete",
+              "overrides" : {
+                "children" : {
+                  "1AEEAB2C-037D-42B1-8910-615F9C47EC94" : null,
+                  "2EB77437-77B3-493F-8F04-A6DA514DD8B3" : null,
+                  "3B4D2DDF-6DE9-4018-AB84-8209035207B6" : null,
+                  "3D8E51BD-5592-444B-9E28-17F6498A801A" : null,
+                  "4B87C6EA-51BA-47BD-BED5-D1C4FDEB3E0C" : null,
+                  "4DC2CA7E-CB3C-4738-B504-7D30CA09B979" : null,
+                  "6BBC8894-A783-4C02-8D83-6CD3EF533573" : {
+                    "overrides" : {
+                      "children" : {
+                        "USDScene" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "includeSceneScaling",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "subpath",
+                                {
+                                  "typeName" : "String",
+                                  "value" : ""
+                                }
+                              ],
+                              [
+                                "url",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "model:9b3ce657f4677964bbb90de70be311c3\/413c6c78-889f-4b3f-bc2e-c0e6d7124d7c.usdz"
+                                }
+                              ],
+                              [
+                                "withDescendants",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : true
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.af.FileImportAssetFactory",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "3D7DD57A-D5C8-4493-B04D-424B0E326C92"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "81E29578-96BA-4B96-8D8C-C062011287FB"
+                          }
+                        ],
+                        [
+                          "rigidBody-enabled",
+                          {
+                            "typeName" : "Bool",
+                            "value" : false
+                          }
+                        ],
+                        [
+                          "rigidBody-material",
+                          {
+                            "typeName" : "RigidBodyMaterial",
+                            "value" : {
+                              "builtIn" : "lead",
+                              "overrides" : {
+
+                              }
+                            }
+                          }
+                        ],
+                        [
+                          "rigidBody-motionType",
+                          {
+                            "typeName" : "REMotionType",
+                            "value" : "static"
+                          }
+                        ],
+                        [
+                          "rigidBody-shapeType",
+                          {
+                            "typeName" : "String",
+                            "value" : "capsule"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        0.40785184502601624,
+                        1.7016949982462393e-07,
+                        -5.1050716365352855e-07,
+                        0,
+                        5.1050693627985311e-07,
+                        -1.9447878685241449e-07,
+                        0.40785154700279236,
+                        0,
+                        1.7016914455325605e-07,
+                        -0.40785154700279236,
+                        -1.9447878685241449e-07,
+                        0,
+                        0.0057858750224113464,
+                        -0.1374664306640625,
+                        0.0085356254130601883,
+                        1
+                      ]
+                    }
+                  },
+                  "08B9B35F-A59C-40E6-8023-44DCEBA26DDF" : {
+                    "overrides" : {
+                      "children" : {
+                        "AE01D7B3-F466-4A59-BA03-23E01C4ED931" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "bevelRadius",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.0050000000000000001
+                                }
+                              ],
+                              [
+                                "diameter",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.10000000000000001
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.0019999999999999922
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "plastic"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    0.85000002384185791,
+                                    0.85000002384185791,
+                                    0.17000000178813934,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "type",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "cylinder"
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.PrimitiveShapeAssetFactory",
+                              "version" : "1.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "C59BFB6B-D8AC-4E02-AD1D-E6EFC37FC8C8"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.99999994039535522,
+                              4.1724933907971717e-07,
+                              -1.2516837841758388e-06,
+                              0,
+                              1.2516819651864353e-06,
+                              7.1525477096656687e-07,
+                              0.99999850988388062,
+                              0,
+                              4.1724953803168319e-07,
+                              -0.99999850988388062,
+                              7.1525477096656687e-07,
+                              0,
+                              0,
+                              0.049999944865703583,
+                              -0.00024442223366349936,
+                              0.99999994039535522
+                            ]
+                          }
+                        },
+                        "F545348F-A95B-45EC-83F1-4FBDF546936B" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "boundHeight",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 1.5
+                                }
+                              ],
+                              [
+                                "boundWidth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 6
+                                }
+                              ],
+                              [
+                                "depth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.22
+                                }
+                              ],
+                              [
+                                "font",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "IBMPlexMono-Bold"
+                                }
+                              ],
+                              [
+                                "hasBackground",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.04317332056637662
+                                }
+                              ],
+                              [
+                                "horizontalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "center"
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "standard"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    1,
+                                    1,
+                                    1,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "oneLine",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "precision",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "normal"
+                                }
+                              ],
+                              [
+                                "text",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "scan\n\n\n"
+                                }
+                              ],
+                              [
+                                "verticalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "bottom"
+                                }
+                              ],
+                              [
+                                "verticalPosition",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "middle"
+                                }
+                              ],
+                              [
+                                "wordWrap",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.Text",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "A734A466-A41E-4D5F-B6D5-AEBE7BF9EE76"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.46791541576385498,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791541576385498,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791541576385498,
+                              0,
+                              0.00070881843566894531,
+                              0.025117905810475349,
+                              0.00075564405415207148,
+                              0.99999994039535522
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "CB1D91F0-CEBB-4099-A812-76CA8446976B"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0.20203916728496552,
+                        0.064738273620605469,
+                        0.0017122823046520352,
+                        1
+                      ]
+                    }
+                  },
+                  "8B291734-F634-4F1E-9AD2-DD330D758874" : null,
+                  "9E8F7CD9-DDB0-420C-99B8-54E7F0C8C557" : null,
+                  "44D75FCF-CF1B-4BB3-8ED6-56BABEBE28AF" : null,
+                  "50CFFEA4-FFB4-43ED-91E7-FB01C9A7FE44" : null,
+                  "057A3D2F-8EDC-4D9E-8FC5-3BEFD2DE183A" : null,
+                  "78E46B53-7785-4356-8063-57F5046EAB06" : null,
+                  "96C63FF9-76B8-4FBF-A258-93C3FD3B055B" : null,
+                  "147DE9FB-FEDD-4E5F-9685-E17DD31E1783" : null,
+                  "283B1EB4-2488-4FBE-B3F8-2C0D395F1DB3" : {
+                    "overrides" : {
+                      "arguments" : [
+                        [
+                          "arrowAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowAngleOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : -17
+                          }
+                        ],
+                        [
+                          "arrowLength",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.31
+                          }
+                        ],
+                        [
+                          "arrowParam",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.070000000000000034
+                          }
+                        ],
+                        [
+                          "bevelRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "bubbleArrowBlendOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.29999999999999999
+                          }
+                        ],
+                        [
+                          "bubbleMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "paintEnamelMatte"
+                          }
+                        ],
+                        [
+                          "bubbleMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              1,
+                              1,
+                              1,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "bubbleType",
+                          {
+                            "typeName" : "String",
+                            "value" : "thought"
+                          }
+                        ],
+                        [
+                          "cornerRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "featureAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 135
+                          }
+                        ],
+                        [
+                          "height",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.18268999999999999
+                          }
+                        ],
+                        [
+                          "message",
+                          {
+                            "typeName" : "String",
+                            "value" : "The item has been decoded. The result is \"?\". Scan the next item..."
+                          }
+                        ],
+                        [
+                          "messageFont",
+                          {
+                            "typeName" : "String",
+                            "value" : "IBMPlexMono-Medium"
+                          }
+                        ],
+                        [
+                          "messageMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "plastic"
+                          }
+                        ],
+                        [
+                          "messageMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "messageScale",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "numFeatures",
+                          {
+                            "typeName" : "Int",
+                            "value" : 8
+                          }
+                        ],
+                        [
+                          "pillowSize",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.5
+                          }
+                        ],
+                        [
+                          "pillowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "thickness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.02
+                          }
+                        ],
+                        [
+                          "width",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.28278999999999999
+                          }
+                        ]
+                      ],
+                      "children" : {
+                        "text_1" : {
+                          "overrides" : {
+                            "factory" : null,
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "0E83FC62-BBDB-4779-A43A-665AE44355DE"
+                                }
+                              ]
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.rc.af.CoreAssetFactories.QuoteBubbleAssetFactory",
+                        "version" : "1.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "7C65DCA6-D620-4BD9-A2DE-F317D95F82DA"
+                          }
+                        ],
+                        [
+                          "entityName",
+                          {
+                            "typeName" : "String",
+                            "value" : "Lets go!"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1.0614228248596191,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.0614228248596191,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.0614228248596191,
+                        0,
+                        0.2095155268907547,
+                        0.43831124901771545,
+                        0.00037431460805237293,
+                        1
+                      ]
+                    }
+                  },
+                  "435D33F3-F03C-4765-929D-0BFD942776A8" : null,
+                  "581B2BAC-65E9-4B61-8D98-FF2EF6F57659" : null,
+                  "910CD068-929E-405B-9250-51146F94E151" : null,
+                  "3433C475-E4EC-4C85-B634-4935558A08C9" : null,
+                  "8316A10D-47C7-4779-85EB-6F522B334156" : {
+                    "overrides" : {
+                      "arguments" : [
+                        [
+                          "boundHeight",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1.5
+                          }
+                        ],
+                        [
+                          "boundWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 6
+                          }
+                        ],
+                        [
+                          "depth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.22
+                          }
+                        ],
+                        [
+                          "font",
+                          {
+                            "typeName" : "String",
+                            "value" : "Helvetica"
+                          }
+                        ],
+                        [
+                          "hasBackground",
+                          {
+                            "typeName" : "Bool",
+                            "value" : false
+                          }
+                        ],
+                        [
+                          "height",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.10000000000000001
+                          }
+                        ],
+                        [
+                          "horizontalAlignment",
+                          {
+                            "typeName" : "String",
+                            "value" : "center"
+                          }
+                        ],
+                        [
+                          "material",
+                          {
+                            "typeName" : "String",
+                            "value" : "standard"
+                          }
+                        ],
+                        [
+                          "materialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              1,
+                              1,
+                              1,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "oneLine",
+                          {
+                            "typeName" : "Bool",
+                            "value" : false
+                          }
+                        ],
+                        [
+                          "precision",
+                          {
+                            "typeName" : "String",
+                            "value" : "normal"
+                          }
+                        ],
+                        [
+                          "text",
+                          {
+                            "typeName" : "String",
+                            "value" : "?"
+                          }
+                        ],
+                        [
+                          "verticalAlignment",
+                          {
+                            "typeName" : "String",
+                            "value" : "bottom"
+                          }
+                        ],
+                        [
+                          "verticalPosition",
+                          {
+                            "typeName" : "String",
+                            "value" : "middle"
+                          }
+                        ],
+                        [
+                          "wordWrap",
+                          {
+                            "typeName" : "Bool",
+                            "value" : true
+                          }
+                        ]
+                      ],
+                      "factory" : {
+                        "identifier" : "com.apple.rc.af.CoreAssetFactories.Text",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "0B3ED693-F786-4524-AC9E-2593E48CF34C"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        -0.14701424539089203,
+                        0.33284544944763184,
+                        0.011037427932024002,
+                        1
+                      ]
+                    }
+                  },
+                  "70159D90-6D13-4C2A-A82E-D16977501FD7" : null,
+                  "74543A22-4716-4AE9-B2CE-7DC64D96F120" : null,
+                  "2289988E-3E1C-4430-A232-9C3578E4A151" : null,
+                  "61855529-8AEB-4CEC-94BF-D4EDC579EDF3" : null,
+                  "A078B057-C0F8-48F9-9D51-B07B07B8D2C7" : null,
+                  "A466CB0B-8646-450B-AF06-E54EEDE39A3E" : null,
+                  "A865F917-3394-4AC4-8339-03D8020A5DFF" : null,
+                  "BB94B5E4-CF52-4BBF-9DA3-7195CD5F88D5" : null,
+                  "C2C4F9DB-CC54-432A-AB65-BEFDFD24406E" : null,
+                  "CBAD79AB-3A08-437B-B79C-20CB58299917" : null,
+                  "CF6E2364-15B6-4DE1-8860-486331EB6D40" : null,
+                  "D1368D33-E65C-4064-92EC-820F4F052607" : null,
+                  "DB310D5D-5B41-48B6-958B-A5FF30B422F3" : null,
+                  "EC71335E-345D-4996-8DE2-D172C05F6DFD" : null
+                },
+                "factory" : null,
+                "runtimeAttributes" : [
+                  [
+                    "isAccessibilityEnabled",
+                    {
+                      "typeName" : "Bool",
+                      "value" : false
+                    }
+                  ]
+                ]
+              },
+              "physicsMode" : "grid",
+              "title" : "BFA1 2",
+              "viewTransform" : {
+                "cameraTransform" : [
+                  0.99999421834945679,
+                  -4.6100467443466187e-08,
+                  -0.0033880248665809631,
+                  0,
+                  -0.001345281838439405,
+                  0.91778147220611572,
+                  -0.39708349108695984,
+                  0,
+                  0.0031094644218683243,
+                  0.39708587527275085,
+                  0.91777610778808594,
+                  0,
+                  0.10147520899772644,
+                  0.71790242195129395,
+                  1.1666033267974854,
+                  1
+                ],
+                "sceneTransform" : [
+                  1,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  1
+                ]
+              }
+            }
+          ],
+          "__version" : 5
+        },
+        {
+          "__content" : [
+            {
+              "arAnchorSpecification" : {
+                "name" : "image",
+                "physicalWidth" : 0.20961865782737732,
+                "url" : "image:6c6a9d5ea4f02320630fe02f0259ccb4\/IMG_9703.heic"
+              },
+              "behaviors" : [
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildOutAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 0,
+                                          "fadeOut" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "F9215C0D-F9D9-4C08-B6B7-73385302681E",
+                                            "165FCFD0-4E9C-483E-A1EF-FBBFC5938111",
+                                            "AD6D3748-2C09-43CA-A58D-1C2DFD9D7174",
+                                            "201845B8-9C75-4D8C-89B6-75D340A1FB27"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "hide"
+                                        }
+                                      },
+                                      "identifier" : "2D8FBA9D-40EA-46BF-B8B8-5B8C80AD94A9",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "2C019194-CA83-4B94-BBDE-8E653FF5C48A",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "6314FE99-8C15-4588-9222-DE6BD948AFFB",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "EE888AD7-E282-4B14-BC70-C6F72AC7DBB5",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "F9215C0D-F9D9-4C08-B6B7-73385302681E"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "29B29AA4-BCF3-4B72-942B-C998849E595E",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                },
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 2,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "165FCFD0-4E9C-483E-A1EF-FBBFC5938111"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "3F744226-ABA8-4860-A8B8-8C455CF0BB84",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "D176B354-55C3-4154-8F9E-9706DE6E7040",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "97706E29-46E4-4CB8-B293-7BC7DE2B7D22",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "C9A40206-039F-4C8D-B5DD-5A379A2B81A3",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "AD6D3748-2C09-43CA-A58D-1C2DFD9D7174"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "6133F057-679A-453B-96E5-4424A3AC6F5F",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "7CF70724-7876-4E64-A2CB-4A7A661449A9",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.364705890417099,
+                        0.74117648601531982,
+                        0.69019609689712524,
+                        1
+                      ],
+                      "identifier" : "9D4A00CD-42EF-4859-9F47-049B3BF56509",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+
+                                },
+                                "name" : "start"
+                              },
+                              "identifier" : "A773F0A3-6163-4031-A0D6-AD4EAC8C5078",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                },
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "targetScene" : "E2F93946-2C3F-4959-BD04-C6CE718A4312"
+                                        },
+                                        "name" : {
+                                          "type" : "changeScene"
+                                        }
+                                      },
+                                      "identifier" : "0ED5DAFB-2832-4BB5-92BE-51D71D44798F",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "49156389-7A1E-4A70-9FD3-7F7E100824B3",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.21568627655506134,
+                        0.72549021244049072,
+                        0.80000001192092896,
+                        1
+                      ],
+                      "identifier" : "AABB753B-F133-4815-919E-5500225A7794",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour 1",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+                                  "target" : [
+                                    "AD6D3748-2C09-43CA-A58D-1C2DFD9D7174"
+                                  ]
+                                },
+                                "name" : "tapTarget"
+                              },
+                              "identifier" : "6A918D2D-BA00-4818-8408-35292132DA5E",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                }
+              ],
+              "gravity" : [
+                0,
+                -9.8000001907348633,
+                0
+              ],
+              "identifier" : "332FB553-16A9-4620-AD2E-38BD0CC81062",
+              "material" : "concrete",
+              "overrides" : {
+                "children" : {
+                  "1AEEAB2C-037D-42B1-8910-615F9C47EC94" : null,
+                  "2EB77437-77B3-493F-8F04-A6DA514DD8B3" : null,
+                  "3B4D2DDF-6DE9-4018-AB84-8209035207B6" : null,
+                  "3D8E51BD-5592-444B-9E28-17F6498A801A" : null,
+                  "4B87C6EA-51BA-47BD-BED5-D1C4FDEB3E0C" : null,
+                  "4BCFF0AB-4697-49E7-8B3A-8BAA88ABE089" : {
+                    "overrides" : {
+                      "arguments" : [
+                        [
+                          "boundHeight",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1.5
+                          }
+                        ],
+                        [
+                          "boundWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 6
+                          }
+                        ],
+                        [
+                          "depth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.22
+                          }
+                        ],
+                        [
+                          "font",
+                          {
+                            "typeName" : "String",
+                            "value" : "Helvetica"
+                          }
+                        ],
+                        [
+                          "hasBackground",
+                          {
+                            "typeName" : "Bool",
+                            "value" : false
+                          }
+                        ],
+                        [
+                          "height",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.10000000000000001
+                          }
+                        ],
+                        [
+                          "horizontalAlignment",
+                          {
+                            "typeName" : "String",
+                            "value" : "center"
+                          }
+                        ],
+                        [
+                          "material",
+                          {
+                            "typeName" : "String",
+                            "value" : "standard"
+                          }
+                        ],
+                        [
+                          "materialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              1,
+                              1,
+                              1,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "oneLine",
+                          {
+                            "typeName" : "Bool",
+                            "value" : false
+                          }
+                        ],
+                        [
+                          "precision",
+                          {
+                            "typeName" : "String",
+                            "value" : "normal"
+                          }
+                        ],
+                        [
+                          "text",
+                          {
+                            "typeName" : "String",
+                            "value" : "e"
+                          }
+                        ],
+                        [
+                          "verticalAlignment",
+                          {
+                            "typeName" : "String",
+                            "value" : "bottom"
+                          }
+                        ],
+                        [
+                          "verticalPosition",
+                          {
+                            "typeName" : "String",
+                            "value" : "middle"
+                          }
+                        ],
+                        [
+                          "wordWrap",
+                          {
+                            "typeName" : "Bool",
+                            "value" : true
+                          }
+                        ]
+                      ],
+                      "factory" : {
+                        "identifier" : "com.apple.rc.af.CoreAssetFactories.Text",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "201845B8-9C75-4D8C-89B6-75D340A1FB27"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        -0.14701424539089203,
+                        0.33284544944763184,
+                        0.011037427932024002,
+                        1
+                      ]
+                    }
+                  },
+                  "4DC2CA7E-CB3C-4738-B504-7D30CA09B979" : null,
+                  "6BBC8894-A783-4C02-8D83-6CD3EF533573" : {
+                    "overrides" : {
+                      "children" : {
+                        "USDScene" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "includeSceneScaling",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "subpath",
+                                {
+                                  "typeName" : "String",
+                                  "value" : ""
+                                }
+                              ],
+                              [
+                                "url",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "model:9b3ce657f4677964bbb90de70be311c3\/413c6c78-889f-4b3f-bc2e-c0e6d7124d7c.usdz"
+                                }
+                              ],
+                              [
+                                "withDescendants",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : true
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.af.FileImportAssetFactory",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "0D5AEA6D-60C7-4FEA-B56D-24004E00875E"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "F9215C0D-F9D9-4C08-B6B7-73385302681E"
+                          }
+                        ],
+                        [
+                          "rigidBody-enabled",
+                          {
+                            "typeName" : "Bool",
+                            "value" : false
+                          }
+                        ],
+                        [
+                          "rigidBody-material",
+                          {
+                            "typeName" : "RigidBodyMaterial",
+                            "value" : {
+                              "builtIn" : "lead",
+                              "overrides" : {
+
+                              }
+                            }
+                          }
+                        ],
+                        [
+                          "rigidBody-motionType",
+                          {
+                            "typeName" : "REMotionType",
+                            "value" : "static"
+                          }
+                        ],
+                        [
+                          "rigidBody-shapeType",
+                          {
+                            "typeName" : "String",
+                            "value" : "capsule"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        0.40785184502601624,
+                        1.7016952824633336e-07,
+                        -5.1050722049694741e-07,
+                        0,
+                        5.1050693627985311e-07,
+                        -2.4309849777637282e-07,
+                        0.40785157680511475,
+                        0,
+                        1.7016913034240133e-07,
+                        -0.40785157680511475,
+                        -2.4309849777637282e-07,
+                        0,
+                        0.0050866906531155109,
+                        0.13746640086174011,
+                        0.0085356254130601883,
+                        1
+                      ]
+                    }
+                  },
+                  "6E7D32A0-BCE5-4BE7-AA32-9978FB4AFB09" : null,
+                  "7FF024E0-563D-4291-96C5-EB928436CEF8" : {
+                    "overrides" : {
+                      "children" : {
+                        "AE01D7B3-F466-4A59-BA03-23E01C4ED931" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "bevelRadius",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.0050000000000000001
+                                }
+                              ],
+                              [
+                                "diameter",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.10000000000000001
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.0019999999999999922
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "plastic"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    0.85000002384185791,
+                                    0.85000002384185791,
+                                    0.17000000178813934,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "type",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "cylinder"
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.PrimitiveShapeAssetFactory",
+                              "version" : "1.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "E836B513-CA81-431C-8484-DF27AB0B93E6"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.99999994039535522,
+                              4.1724933907971717e-07,
+                              -1.2516837841758388e-06,
+                              0,
+                              1.2516819651864353e-06,
+                              7.1525477096656687e-07,
+                              0.99999850988388062,
+                              0,
+                              4.1724953803168319e-07,
+                              -0.99999850988388062,
+                              7.1525477096656687e-07,
+                              0,
+                              0,
+                              0.049999944865703583,
+                              -0.00024442223366349936,
+                              0.99999994039535522
+                            ]
+                          }
+                        },
+                        "F545348F-A95B-45EC-83F1-4FBDF546936B" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "boundHeight",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 1.5
+                                }
+                              ],
+                              [
+                                "boundWidth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 6
+                                }
+                              ],
+                              [
+                                "depth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.22
+                                }
+                              ],
+                              [
+                                "font",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "IBMPlexMono-Bold"
+                                }
+                              ],
+                              [
+                                "hasBackground",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.04317332056637662
+                                }
+                              ],
+                              [
+                                "horizontalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "center"
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "standard"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    1,
+                                    1,
+                                    1,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "oneLine",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "precision",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "normal"
+                                }
+                              ],
+                              [
+                                "text",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "scan\n\n\n"
+                                }
+                              ],
+                              [
+                                "verticalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "bottom"
+                                }
+                              ],
+                              [
+                                "verticalPosition",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "middle"
+                                }
+                              ],
+                              [
+                                "wordWrap",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.Text",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "41574235-4932-462A-A617-8F07C0D3847D"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.46791541576385498,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791541576385498,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791541576385498,
+                              0,
+                              0.00070881843566894531,
+                              0.025117905810475349,
+                              0.00075564405415207148,
+                              0.99999994039535522
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "AD6D3748-2C09-43CA-A58D-1C2DFD9D7174"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0.20203916728496552,
+                        0.064738273620605469,
+                        0.0017122823046520352,
+                        1
+                      ]
+                    }
+                  },
+                  "8B291734-F634-4F1E-9AD2-DD330D758874" : null,
+                  "9E8F7CD9-DDB0-420C-99B8-54E7F0C8C557" : null,
+                  "44D75FCF-CF1B-4BB3-8ED6-56BABEBE28AF" : null,
+                  "50CFFEA4-FFB4-43ED-91E7-FB01C9A7FE44" : null,
+                  "057A3D2F-8EDC-4D9E-8FC5-3BEFD2DE183A" : null,
+                  "78E46B53-7785-4356-8063-57F5046EAB06" : null,
+                  "96C63FF9-76B8-4FBF-A258-93C3FD3B055B" : null,
+                  "147DE9FB-FEDD-4E5F-9685-E17DD31E1783" : null,
+                  "283B1EB4-2488-4FBE-B3F8-2C0D395F1DB3" : {
+                    "overrides" : {
+                      "arguments" : [
+                        [
+                          "arrowAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowAngleOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : -17
+                          }
+                        ],
+                        [
+                          "arrowLength",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.31
+                          }
+                        ],
+                        [
+                          "arrowParam",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.070000000000000034
+                          }
+                        ],
+                        [
+                          "bevelRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "bubbleArrowBlendOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.29999999999999999
+                          }
+                        ],
+                        [
+                          "bubbleMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "paintEnamelMatte"
+                          }
+                        ],
+                        [
+                          "bubbleMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              1,
+                              1,
+                              1,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "bubbleType",
+                          {
+                            "typeName" : "String",
+                            "value" : "thought"
+                          }
+                        ],
+                        [
+                          "cornerRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "featureAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 135
+                          }
+                        ],
+                        [
+                          "height",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.18268999999999999
+                          }
+                        ],
+                        [
+                          "message",
+                          {
+                            "typeName" : "String",
+                            "value" : "The item has been decoded. The result is \"e\". Scan the next item..."
+                          }
+                        ],
+                        [
+                          "messageFont",
+                          {
+                            "typeName" : "String",
+                            "value" : "IBMPlexMono-Medium"
+                          }
+                        ],
+                        [
+                          "messageMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "plastic"
+                          }
+                        ],
+                        [
+                          "messageMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "messageScale",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "numFeatures",
+                          {
+                            "typeName" : "Int",
+                            "value" : 8
+                          }
+                        ],
+                        [
+                          "pillowSize",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.5
+                          }
+                        ],
+                        [
+                          "pillowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "thickness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.02
+                          }
+                        ],
+                        [
+                          "width",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.28278999999999999
+                          }
+                        ]
+                      ],
+                      "children" : {
+                        "text_1" : {
+                          "overrides" : {
+                            "factory" : null,
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "E5255676-B6AC-4191-B7A4-24FF3CFB0D5B"
+                                }
+                              ]
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.rc.af.CoreAssetFactories.QuoteBubbleAssetFactory",
+                        "version" : "1.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "165FCFD0-4E9C-483E-A1EF-FBBFC5938111"
+                          }
+                        ],
+                        [
+                          "entityName",
+                          {
+                            "typeName" : "String",
+                            "value" : "Lets go!"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1.0614228248596191,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.0614228248596191,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.0614228248596191,
+                        0,
+                        0.2095155268907547,
+                        0.43831124901771545,
+                        0.00037431460805237293,
+                        1
+                      ]
+                    }
+                  },
+                  "435D33F3-F03C-4765-929D-0BFD942776A8" : null,
+                  "581B2BAC-65E9-4B61-8D98-FF2EF6F57659" : null,
+                  "910CD068-929E-405B-9250-51146F94E151" : null,
+                  "3433C475-E4EC-4C85-B634-4935558A08C9" : null,
+                  "70159D90-6D13-4C2A-A82E-D16977501FD7" : null,
+                  "74543A22-4716-4AE9-B2CE-7DC64D96F120" : null,
+                  "2289988E-3E1C-4430-A232-9C3578E4A151" : null,
+                  "61855529-8AEB-4CEC-94BF-D4EDC579EDF3" : null,
+                  "A078B057-C0F8-48F9-9D51-B07B07B8D2C7" : null,
+                  "A466CB0B-8646-450B-AF06-E54EEDE39A3E" : null,
+                  "A865F917-3394-4AC4-8339-03D8020A5DFF" : null,
+                  "BB94B5E4-CF52-4BBF-9DA3-7195CD5F88D5" : null,
+                  "C2C4F9DB-CC54-432A-AB65-BEFDFD24406E" : null,
+                  "CBAD79AB-3A08-437B-B79C-20CB58299917" : null,
+                  "CF6E2364-15B6-4DE1-8860-486331EB6D40" : null,
+                  "D1368D33-E65C-4064-92EC-820F4F052607" : null,
+                  "DB310D5D-5B41-48B6-958B-A5FF30B422F3" : null,
+                  "EC71335E-345D-4996-8DE2-D172C05F6DFD" : null
+                },
+                "factory" : null,
+                "runtimeAttributes" : [
+                  [
+                    "isAccessibilityEnabled",
+                    {
+                      "typeName" : "Bool",
+                      "value" : false
+                    }
+                  ]
+                ]
+              },
+              "physicsMode" : "grid",
+              "title" : "BFA1 3",
+              "viewTransform" : {
+                "cameraTransform" : [
+                  0.99999421834945679,
+                  -4.6100467443466187e-08,
+                  -0.0033880248665809631,
+                  0,
+                  -0.001345281838439405,
+                  0.91778147220611572,
+                  -0.39708349108695984,
+                  0,
+                  0.0031094644218683243,
+                  0.39708587527275085,
+                  0.91777610778808594,
+                  0,
+                  0.10147520899772644,
+                  0.71790242195129395,
+                  1.1666033267974854,
+                  1
+                ],
+                "sceneTransform" : [
+                  1,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  1
+                ]
+              }
+            }
+          ],
+          "__version" : 5
+        },
+        {
+          "__content" : [
+            {
+              "arAnchorSpecification" : {
+                "name" : "image",
+                "physicalWidth" : 0.20961865782737732,
+                "url" : "image:6c6a9d5ea4f02320630fe02f0259ccb4\/IMG_9703.heic"
+              },
+              "behaviors" : [
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildOutAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 0,
+                                          "fadeOut" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "08B691F3-9ECA-43A5-AE77-1B3F43CC6A76",
+                                            "81827924-CE81-4D30-A1EB-261359A87058",
+                                            "36B2F754-0025-4FD9-A654-6DDA633E0A8E",
+                                            "47F750F6-25A2-4CF8-BDBC-F560DA8471E3"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "hide"
+                                        }
+                                      },
+                                      "identifier" : "2D8FBA9D-40EA-46BF-B8B8-5B8C80AD94A9",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "2C019194-CA83-4B94-BBDE-8E653FF5C48A",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "6314FE99-8C15-4588-9222-DE6BD948AFFB",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "EE888AD7-E282-4B14-BC70-C6F72AC7DBB5",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "36B2F754-0025-4FD9-A654-6DDA633E0A8E"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "29B29AA4-BCF3-4B72-942B-C998849E595E",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "D176B354-55C3-4154-8F9E-9706DE6E7040",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 2,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "08B691F3-9ECA-43A5-AE77-1B3F43CC6A76"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "3F744226-ABA8-4860-A8B8-8C455CF0BB84",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                },
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "duration" : 1,
+                                          "isTransformInitKeyPath" : true,
+                                          "linearCoefficient" : 1,
+                                          "location" : [
+                                            0.0050866724923253059,
+                                            0.13746640086174011,
+                                            0.0085356254130601883
+                                          ],
+                                          "moveEase" : "easeInOut",
+                                          "orientation" : [
+                                            0.70710694789886475,
+                                            5.9005611774409772e-07,
+                                            -2.9502768938982626e-07,
+                                            0.70710664987564087
+                                          ],
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "08B691F3-9ECA-43A5-AE77-1B3F43CC6A76"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "arguments" : "absolute",
+                                          "type" : "transform"
+                                        }
+                                      },
+                                      "identifier" : "E045CB3D-7861-42DE-87F1-C7896A7C55CE",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "697278DE-320B-4CCB-8BDE-24BAB9E4B025",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 0.20000000298023224
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "97706E29-46E4-4CB8-B293-7BC7DE2B7D22",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "C9A40206-039F-4C8D-B5DD-5A379A2B81A3",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "81827924-CE81-4D30-A1EB-261359A87058"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "6133F057-679A-453B-96E5-4424A3AC6F5F",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "7CF70724-7876-4E64-A2CB-4A7A661449A9",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 2
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "BED99362-9479-4E57-BCB3-D402C23B2D95",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "B972A5F5-EAE2-4D15-92AB-FC20CDCB5BAF",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "47F750F6-25A2-4CF8-BDBC-F560DA8471E3"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "0CABCF6B-6BE4-4969-9173-7F0BA2566089",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "0DF1CCD6-C170-491E-9B45-AB814D584206",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.364705890417099,
+                        0.74117648601531982,
+                        0.69019609689712524,
+                        1
+                      ],
+                      "identifier" : "9D4A00CD-42EF-4859-9F47-049B3BF56509",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+
+                                },
+                                "name" : "start"
+                              },
+                              "identifier" : "A773F0A3-6163-4031-A0D6-AD4EAC8C5078",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                },
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "targetScene" : "41F1FD91-1ECD-4CA3-A5FA-D643914D7E5D"
+                                        },
+                                        "name" : {
+                                          "type" : "changeScene"
+                                        }
+                                      },
+                                      "identifier" : "0ED5DAFB-2832-4BB5-92BE-51D71D44798F",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "49156389-7A1E-4A70-9FD3-7F7E100824B3",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.21568627655506134,
+                        0.72549021244049072,
+                        0.80000001192092896,
+                        1
+                      ],
+                      "identifier" : "AABB753B-F133-4815-919E-5500225A7794",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour 1",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+                                  "target" : [
+                                    "47F750F6-25A2-4CF8-BDBC-F560DA8471E3"
+                                  ]
+                                },
+                                "name" : "tapTarget"
+                              },
+                              "identifier" : "6A918D2D-BA00-4818-8408-35292132DA5E",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                }
+              ],
+              "gravity" : [
+                0,
+                -9.8000001907348633,
+                0
+              ],
+              "identifier" : "E2F93946-2C3F-4959-BD04-C6CE718A4312",
+              "material" : "concrete",
+              "overrides" : {
+                "children" : {
+                  "0D3334AA-F42C-477C-BF1C-BE6C7CE39439" : {
+                    "overrides" : {
+                      "children" : {
+                        "CA44F42D-B9AB-4411-AD31-3FBA1EF30537" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "bevelRadius",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.014592786801010466
+                                }
+                              ],
+                              [
+                                "depth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.002
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.12336984572974842
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "standard"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    0.14000000059604645,
+                                    0.14000000059604645,
+                                    0.69999998807907104,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "type",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "box"
+                                }
+                              ],
+                              [
+                                "width",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.33416449783759899
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.PrimitiveShapeAssetFactory",
+                              "version" : "1.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "CF9372A3-738B-488B-B231-D47EAAE3FD79"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0.028863333165645599,
+                              -1.0768011549089351e-07,
+                              0.99999994039535522
+                            ]
+                          }
+                        },
+                        "F52A9595-2E83-409D-9699-C4898DC3ED8A" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "boundHeight",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 1.5
+                                }
+                              ],
+                              [
+                                "boundWidth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 6
+                                }
+                              ],
+                              [
+                                "depth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.22
+                                }
+                              ],
+                              [
+                                "font",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "IBMPlexMono-Bold"
+                                }
+                              ],
+                              [
+                                "hasBackground",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.04317332056637662
+                                }
+                              ],
+                              [
+                                "horizontalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "center"
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "standard"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    1,
+                                    1,
+                                    1,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "oneLine",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "precision",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "normal"
+                                }
+                              ],
+                              [
+                                "text",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "Continue\n\n"
+                                }
+                              ],
+                              [
+                                "verticalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "bottom"
+                                }
+                              ],
+                              [
+                                "verticalPosition",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "middle"
+                                }
+                              ],
+                              [
+                                "wordWrap",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.Text",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "5627230C-679A-467F-872B-551E6078073E"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791538596153259,
+                              0,
+                              0.00015151500701904297,
+                              0.017762742936611176,
+                              1.20543575121701e-11,
+                              0.99999994039535522
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "47F750F6-25A2-4CF8-BDBC-F560DA8471E3"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0.20512458682060242,
+                        0.08587491512298584,
+                        0,
+                        1
+                      ]
+                    }
+                  },
+                  "1AEEAB2C-037D-42B1-8910-615F9C47EC94" : null,
+                  "1BD65D60-62E4-4E23-8988-BAC47EED9D41" : null,
+                  "2EB77437-77B3-493F-8F04-A6DA514DD8B3" : null,
+                  "3B4D2DDF-6DE9-4018-AB84-8209035207B6" : null,
+                  "3D8E51BD-5592-444B-9E28-17F6498A801A" : null,
+                  "4B87C6EA-51BA-47BD-BED5-D1C4FDEB3E0C" : null,
+                  "4DC2CA7E-CB3C-4738-B504-7D30CA09B979" : null,
+                  "6BBC8894-A783-4C02-8D83-6CD3EF533573" : {
+                    "overrides" : {
+                      "children" : {
+                        "USDScene" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "includeSceneScaling",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "subpath",
+                                {
+                                  "typeName" : "String",
+                                  "value" : ""
+                                }
+                              ],
+                              [
+                                "url",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "model:9b3ce657f4677964bbb90de70be311c3\/413c6c78-889f-4b3f-bc2e-c0e6d7124d7c.usdz"
+                                }
+                              ],
+                              [
+                                "withDescendants",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : true
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.af.FileImportAssetFactory",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "6F40848F-2CF5-4B9B-935C-D2AEE3074BDF"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "08B691F3-9ECA-43A5-AE77-1B3F43CC6A76"
+                          }
+                        ],
+                        [
+                          "rigidBody-enabled",
+                          {
+                            "typeName" : "Bool",
+                            "value" : false
+                          }
+                        ],
+                        [
+                          "rigidBody-material",
+                          {
+                            "typeName" : "RigidBodyMaterial",
+                            "value" : {
+                              "builtIn" : "lead",
+                              "overrides" : {
+
+                              }
+                            }
+                          }
+                        ],
+                        [
+                          "rigidBody-motionType",
+                          {
+                            "typeName" : "REMotionType",
+                            "value" : "static"
+                          }
+                        ],
+                        [
+                          "rigidBody-shapeType",
+                          {
+                            "typeName" : "String",
+                            "value" : "capsule"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        0.40785184502601624,
+                        1.7016949982462393e-07,
+                        -5.1050716365352855e-07,
+                        0,
+                        5.1050693627985311e-07,
+                        -1.9447878685241449e-07,
+                        0.40785154700279236,
+                        0,
+                        1.7016914455325605e-07,
+                        -0.40785154700279236,
+                        -1.9447878685241449e-07,
+                        0,
+                        -0.32966503500938416,
+                        0.13746640086174011,
+                        0.0085356254130601883,
+                        1
+                      ]
+                    }
+                  },
+                  "8B291734-F634-4F1E-9AD2-DD330D758874" : null,
+                  "9E8F7CD9-DDB0-420C-99B8-54E7F0C8C557" : null,
+                  "44D75FCF-CF1B-4BB3-8ED6-56BABEBE28AF" : null,
+                  "50CFFEA4-FFB4-43ED-91E7-FB01C9A7FE44" : null,
+                  "057A3D2F-8EDC-4D9E-8FC5-3BEFD2DE183A" : null,
+                  "78E46B53-7785-4356-8063-57F5046EAB06" : null,
+                  "96C63FF9-76B8-4FBF-A258-93C3FD3B055B" : null,
+                  "147DE9FB-FEDD-4E5F-9685-E17DD31E1783" : null,
+                  "283B1EB4-2488-4FBE-B3F8-2C0D395F1DB3" : {
+                    "overrides" : {
+                      "arguments" : [
+                        [
+                          "arrowAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowAngleOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : -17
+                          }
+                        ],
+                        [
+                          "arrowLength",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.31
+                          }
+                        ],
+                        [
+                          "arrowParam",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.070000000000000034
+                          }
+                        ],
+                        [
+                          "bevelRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "bubbleArrowBlendOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.29999999999999999
+                          }
+                        ],
+                        [
+                          "bubbleMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "paintEnamelMatte"
+                          }
+                        ],
+                        [
+                          "bubbleMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              1,
+                              1,
+                              1,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "bubbleType",
+                          {
+                            "typeName" : "String",
+                            "value" : "thought"
+                          }
+                        ],
+                        [
+                          "cornerRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "featureAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 135
+                          }
+                        ],
+                        [
+                          "height",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.18268999999999999
+                          }
+                        ],
+                        [
+                          "message",
+                          {
+                            "typeName" : "String",
+                            "value" : "The item has been decoded. The result is \"F\"."
+                          }
+                        ],
+                        [
+                          "messageFont",
+                          {
+                            "typeName" : "String",
+                            "value" : "IBMPlexMono-Medium"
+                          }
+                        ],
+                        [
+                          "messageMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "plastic"
+                          }
+                        ],
+                        [
+                          "messageMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "messageScale",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "numFeatures",
+                          {
+                            "typeName" : "Int",
+                            "value" : 8
+                          }
+                        ],
+                        [
+                          "pillowSize",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.5
+                          }
+                        ],
+                        [
+                          "pillowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "thickness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.02
+                          }
+                        ],
+                        [
+                          "width",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.28278999999999999
+                          }
+                        ]
+                      ],
+                      "children" : {
+                        "text_1" : {
+                          "overrides" : {
+                            "factory" : null,
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "3A7D13E6-9989-45DF-B656-14B20074A195"
+                                }
+                              ]
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.rc.af.CoreAssetFactories.QuoteBubbleAssetFactory",
+                        "version" : "1.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "81827924-CE81-4D30-A1EB-261359A87058"
+                          }
+                        ],
+                        [
+                          "entityName",
+                          {
+                            "typeName" : "String",
+                            "value" : "Lets go!"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1.0614228248596191,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.0614228248596191,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.0614228248596191,
+                        0,
+                        0.2095155268907547,
+                        0.43831124901771545,
+                        0.00037431460805237293,
+                        1
+                      ]
+                    }
+                  },
+                  "435D33F3-F03C-4765-929D-0BFD942776A8" : null,
+                  "581B2BAC-65E9-4B61-8D98-FF2EF6F57659" : null,
+                  "910CD068-929E-405B-9250-51146F94E151" : null,
+                  "3433C475-E4EC-4C85-B634-4935558A08C9" : null,
+                  "70159D90-6D13-4C2A-A82E-D16977501FD7" : null,
+                  "74543A22-4716-4AE9-B2CE-7DC64D96F120" : null,
+                  "734821CC-C828-4619-8132-D626D9310D24" : null,
+                  "2289988E-3E1C-4430-A232-9C3578E4A151" : null,
+                  "61855529-8AEB-4CEC-94BF-D4EDC579EDF3" : null,
+                  "A078B057-C0F8-48F9-9D51-B07B07B8D2C7" : null,
+                  "A466CB0B-8646-450B-AF06-E54EEDE39A3E" : null,
+                  "A865F917-3394-4AC4-8339-03D8020A5DFF" : null,
+                  "B722B2A2-7A87-44EE-976C-7682D4BB6618" : {
+                    "overrides" : {
+                      "arguments" : [
+                        [
+                          "boundHeight",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1.5
+                          }
+                        ],
+                        [
+                          "boundWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 6
+                          }
+                        ],
+                        [
+                          "depth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.22
+                          }
+                        ],
+                        [
+                          "font",
+                          {
+                            "typeName" : "String",
+                            "value" : "Helvetica"
+                          }
+                        ],
+                        [
+                          "hasBackground",
+                          {
+                            "typeName" : "Bool",
+                            "value" : false
+                          }
+                        ],
+                        [
+                          "height",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.10000000000000001
+                          }
+                        ],
+                        [
+                          "horizontalAlignment",
+                          {
+                            "typeName" : "String",
+                            "value" : "center"
+                          }
+                        ],
+                        [
+                          "material",
+                          {
+                            "typeName" : "String",
+                            "value" : "standard"
+                          }
+                        ],
+                        [
+                          "materialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              1,
+                              1,
+                              1,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "oneLine",
+                          {
+                            "typeName" : "Bool",
+                            "value" : false
+                          }
+                        ],
+                        [
+                          "precision",
+                          {
+                            "typeName" : "String",
+                            "value" : "normal"
+                          }
+                        ],
+                        [
+                          "text",
+                          {
+                            "typeName" : "String",
+                            "value" : "F"
+                          }
+                        ],
+                        [
+                          "verticalAlignment",
+                          {
+                            "typeName" : "String",
+                            "value" : "bottom"
+                          }
+                        ],
+                        [
+                          "verticalPosition",
+                          {
+                            "typeName" : "String",
+                            "value" : "middle"
+                          }
+                        ],
+                        [
+                          "wordWrap",
+                          {
+                            "typeName" : "Bool",
+                            "value" : true
+                          }
+                        ]
+                      ],
+                      "factory" : {
+                        "identifier" : "com.apple.rc.af.CoreAssetFactories.Text",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "36B2F754-0025-4FD9-A654-6DDA633E0A8E"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        -0.14701424539089203,
+                        0.33284544944763184,
+                        0.011037427932024002,
+                        1
+                      ]
+                    }
+                  },
+                  "BB94B5E4-CF52-4BBF-9DA3-7195CD5F88D5" : null,
+                  "BBDDF33D-95B5-44E9-9008-3280DB9FE289" : null,
+                  "C2C4F9DB-CC54-432A-AB65-BEFDFD24406E" : null,
+                  "CBAD79AB-3A08-437B-B79C-20CB58299917" : null,
+                  "CF6E2364-15B6-4DE1-8860-486331EB6D40" : null,
+                  "D1368D33-E65C-4064-92EC-820F4F052607" : null,
+                  "DB310D5D-5B41-48B6-958B-A5FF30B422F3" : null,
+                  "EC71335E-345D-4996-8DE2-D172C05F6DFD" : null
+                },
+                "factory" : null,
+                "runtimeAttributes" : [
+                  [
+                    "isAccessibilityEnabled",
+                    {
+                      "typeName" : "Bool",
+                      "value" : false
+                    }
+                  ]
+                ]
+              },
+              "physicsMode" : "grid",
+              "title" : "BFA1 4",
+              "viewTransform" : {
+                "cameraTransform" : [
+                  0.99999421834945679,
+                  -4.6100467443466187e-08,
+                  -0.0033880248665809631,
+                  0,
+                  -0.001345281838439405,
+                  0.91778147220611572,
+                  -0.39708349108695984,
+                  0,
+                  0.0031094644218683243,
+                  0.39708587527275085,
+                  0.91777610778808594,
+                  0,
+                  0.085729926824569702,
+                  0.60706305503845215,
+                  1.2146124839782715,
+                  1
+                ],
+                "sceneTransform" : [
+                  1,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  1
+                ]
+              }
+            }
+          ],
+          "__version" : 5
+        },
+        {
+          "__content" : [
+            {
+              "arAnchorSpecification" : {
+                "alignment" : "horizontal",
+                "name" : "surface"
+              },
+              "behaviors" : [
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildOutAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 0,
+                                          "fadeOut" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "B1E229F9-9C85-4B22-BA4C-EC116EAF2291",
+                                            "92A11C2A-59CD-4881-B6C0-90A3E3636495",
+                                            "36D2B1DD-4EC6-4CD6-9424-F7777248C40A",
+                                            "04D338E0-1026-4486-8D70-8791E028794A"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "hide"
+                                        }
+                                      },
+                                      "identifier" : "2D8FBA9D-40EA-46BF-B8B8-5B8C80AD94A9",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "2C019194-CA83-4B94-BBDE-8E653FF5C48A",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "6314FE99-8C15-4588-9222-DE6BD948AFFB",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "EE888AD7-E282-4B14-BC70-C6F72AC7DBB5",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "B1E229F9-9C85-4B22-BA4C-EC116EAF2291"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "29B29AA4-BCF3-4B72-942B-C998849E595E",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                },
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 2,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "92A11C2A-59CD-4881-B6C0-90A3E3636495"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "3F744226-ABA8-4860-A8B8-8C455CF0BB84",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "D176B354-55C3-4154-8F9E-9706DE6E7040",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 3
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "97706E29-46E4-4CB8-B293-7BC7DE2B7D22",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "C9A40206-039F-4C8D-B5DD-5A379A2B81A3",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildOutAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeOut" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "92A11C2A-59CD-4881-B6C0-90A3E3636495"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "hide"
+                                        }
+                                      },
+                                      "identifier" : "62F00EB8-2033-4433-8FDA-9722EBF509E1",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "797F0B16-5A7A-4E8E-8370-AC4C25EBF38E",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "36D2B1DD-4EC6-4CD6-9424-F7777248C40A",
+                                            "04D338E0-1026-4486-8D70-8791E028794A"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "0CABCF6B-6BE4-4969-9173-7F0BA2566089",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "0DF1CCD6-C170-491E-9B45-AB814D584206",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.364705890417099,
+                        0.74117648601531982,
+                        0.69019609689712524,
+                        1
+                      ],
+                      "identifier" : "9D4A00CD-42EF-4859-9F47-049B3BF56509",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+
+                                },
+                                "name" : "start"
+                              },
+                              "identifier" : "A773F0A3-6163-4031-A0D6-AD4EAC8C5078",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                },
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "targetScene" : "C2973068-36E4-416F-98CE-3D3DF1EC3B61"
+                                        },
+                                        "name" : {
+                                          "type" : "changeScene"
+                                        }
+                                      },
+                                      "identifier" : "0ED5DAFB-2832-4BB5-92BE-51D71D44798F",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "49156389-7A1E-4A70-9FD3-7F7E100824B3",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.21568627655506134,
+                        0.72549021244049072,
+                        0.80000001192092896,
+                        1
+                      ],
+                      "identifier" : "AABB753B-F133-4815-919E-5500225A7794",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour 1",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+                                  "target" : [
+                                    "04D338E0-1026-4486-8D70-8791E028794A"
+                                  ]
+                                },
+                                "name" : "tapTarget"
+                              },
+                              "identifier" : "6A918D2D-BA00-4818-8408-35292132DA5E",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                }
+              ],
+              "gravity" : [
+                0,
+                -9.8000001907348633,
+                0
+              ],
+              "identifier" : "41F1FD91-1ECD-4CA3-A5FA-D643914D7E5D",
+              "material" : "concrete",
+              "overrides" : {
+                "children" : {
+                  "1AEEAB2C-037D-42B1-8910-615F9C47EC94" : null,
+                  "1BD65D60-62E4-4E23-8988-BAC47EED9D41" : null,
+                  "2EB77437-77B3-493F-8F04-A6DA514DD8B3" : null,
+                  "3B4D2DDF-6DE9-4018-AB84-8209035207B6" : null,
+                  "3D8E51BD-5592-444B-9E28-17F6498A801A" : null,
+                  "4B87C6EA-51BA-47BD-BED5-D1C4FDEB3E0C" : null,
+                  "4DC2CA7E-CB3C-4738-B504-7D30CA09B979" : null,
+                  "6BBC8894-A783-4C02-8D83-6CD3EF533573" : {
+                    "overrides" : {
+                      "children" : {
+                        "USDScene" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "includeSceneScaling",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "subpath",
+                                {
+                                  "typeName" : "String",
+                                  "value" : ""
+                                }
+                              ],
+                              [
+                                "url",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "model:9b3ce657f4677964bbb90de70be311c3\/413c6c78-889f-4b3f-bc2e-c0e6d7124d7c.usdz"
+                                }
+                              ],
+                              [
+                                "withDescendants",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : true
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.af.FileImportAssetFactory",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "B80BE776-C62C-41B3-A159-009F7495BBD0"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "B1E229F9-9C85-4B22-BA4C-EC116EAF2291"
+                          }
+                        ],
+                        [
+                          "rigidBody-enabled",
+                          {
+                            "typeName" : "Bool",
+                            "value" : false
+                          }
+                        ],
+                        [
+                          "rigidBody-material",
+                          {
+                            "typeName" : "RigidBodyMaterial",
+                            "value" : {
+                              "builtIn" : "lead",
+                              "overrides" : {
+
+                              }
+                            }
+                          }
+                        ],
+                        [
+                          "rigidBody-motionType",
+                          {
+                            "typeName" : "REMotionType",
+                            "value" : "static"
+                          }
+                        ],
+                        [
+                          "rigidBody-shapeType",
+                          {
+                            "typeName" : "String",
+                            "value" : "capsule"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        0.40785184502601624,
+                        1.7016952824633336e-07,
+                        -5.1050722049694741e-07,
+                        0,
+                        5.1050693627985311e-07,
+                        -2.4309849777637282e-07,
+                        0.40785157680511475,
+                        0,
+                        1.7016913034240133e-07,
+                        -0.40785157680511475,
+                        -2.4309849777637282e-07,
+                        0,
+                        0.0050866906531155109,
+                        0.13746640086174011,
+                        0.0085356254130601883,
+                        1
+                      ]
+                    }
+                  },
+                  "7C91F3B4-8441-4B18-8563-F67DB7E43A4C" : {
+                    "overrides" : {
+                      "arguments" : [
+                        [
+                          "arrowAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowAngleOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : -17
+                          }
+                        ],
+                        [
+                          "arrowLength",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.31
+                          }
+                        ],
+                        [
+                          "arrowParam",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.070000000000000034
+                          }
+                        ],
+                        [
+                          "bevelRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "bubbleArrowBlendOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.29999999999999999
+                          }
+                        ],
+                        [
+                          "bubbleMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "paintEnamelMatte"
+                          }
+                        ],
+                        [
+                          "bubbleMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              1,
+                              1,
+                              1,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "bubbleType",
+                          {
+                            "typeName" : "String",
+                            "value" : "thought"
+                          }
+                        ],
+                        [
+                          "cornerRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "featureAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 135
+                          }
+                        ],
+                        [
+                          "height",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.18268999999999999
+                          }
+                        ],
+                        [
+                          "message",
+                          {
+                            "typeName" : "String",
+                            "value" : "One of these items is the password for the lock. Try to guess which one?"
+                          }
+                        ],
+                        [
+                          "messageFont",
+                          {
+                            "typeName" : "String",
+                            "value" : "IBMPlexMono-Medium"
+                          }
+                        ],
+                        [
+                          "messageMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "plastic"
+                          }
+                        ],
+                        [
+                          "messageMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "messageScale",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "numFeatures",
+                          {
+                            "typeName" : "Int",
+                            "value" : 8
+                          }
+                        ],
+                        [
+                          "pillowSize",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.5
+                          }
+                        ],
+                        [
+                          "pillowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "thickness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.02
+                          }
+                        ],
+                        [
+                          "width",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.28278999999999999
+                          }
+                        ]
+                      ],
+                      "children" : {
+                        "text_1" : {
+                          "overrides" : {
+                            "factory" : null,
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "36DA236B-ADD5-4E0C-A627-586BF5D63914"
+                                }
+                              ]
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.rc.af.CoreAssetFactories.QuoteBubbleAssetFactory",
+                        "version" : "1.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "36D2B1DD-4EC6-4CD6-9424-F7777248C40A"
+                          }
+                        ],
+                        [
+                          "entityName",
+                          {
+                            "typeName" : "String",
+                            "value" : "Lets go!"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1.4269086122512817,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.4269086122512817,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.4269086122512817,
+                        0,
+                        0.25203913450241089,
+                        0.49972072243690491,
+                        0.00090473622549325228,
+                        1
+                      ]
+                    }
+                  },
+                  "8B291734-F634-4F1E-9AD2-DD330D758874" : null,
+                  "9DE994DC-4E7A-4CFC-B6E7-DBB4083339EC" : {
+                    "overrides" : {
+                      "children" : {
+                        "AE01D7B3-F466-4A59-BA03-23E01C4ED931" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "bevelRadius",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.0050000000000000001
+                                }
+                              ],
+                              [
+                                "diameter",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.10000000000000001
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.0019999999999999922
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "plastic"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    0.85000002384185791,
+                                    0.85000002384185791,
+                                    0.17000000178813934,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "type",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "cylinder"
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.PrimitiveShapeAssetFactory",
+                              "version" : "1.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "07037AA1-4063-48A5-BD1C-B65B1B149BE7"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.99999994039535522,
+                              4.1724933907971717e-07,
+                              -1.2516837841758388e-06,
+                              0,
+                              1.2516819651864353e-06,
+                              7.1525477096656687e-07,
+                              0.99999850988388062,
+                              0,
+                              4.1724953803168319e-07,
+                              -0.99999850988388062,
+                              7.1525477096656687e-07,
+                              0,
+                              0,
+                              0.049999944865703583,
+                              -0.00024442223366349936,
+                              0.99999994039535522
+                            ]
+                          }
+                        },
+                        "F545348F-A95B-45EC-83F1-4FBDF546936B" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "boundHeight",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 1.5
+                                }
+                              ],
+                              [
+                                "boundWidth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 6
+                                }
+                              ],
+                              [
+                                "depth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.22
+                                }
+                              ],
+                              [
+                                "font",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "IBMPlexMono-Bold"
+                                }
+                              ],
+                              [
+                                "hasBackground",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.04317332056637662
+                                }
+                              ],
+                              [
+                                "horizontalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "center"
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "standard"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    1,
+                                    1,
+                                    1,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "oneLine",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "precision",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "normal"
+                                }
+                              ],
+                              [
+                                "text",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "scan\n\n\n"
+                                }
+                              ],
+                              [
+                                "verticalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "bottom"
+                                }
+                              ],
+                              [
+                                "verticalPosition",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "middle"
+                                }
+                              ],
+                              [
+                                "wordWrap",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.Text",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "9271DFE2-7C81-405F-ADEA-2349715A9606"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.46791541576385498,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791541576385498,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791541576385498,
+                              0,
+                              0.00070881843566894531,
+                              0.025117905810475349,
+                              0.00075564405415207148,
+                              0.99999994039535522
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "04D338E0-1026-4486-8D70-8791E028794A"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0.20203913748264313,
+                        0.064738258719444275,
+                        0.0017122863791882992,
+                        1
+                      ]
+                    }
+                  },
+                  "9E8F7CD9-DDB0-420C-99B8-54E7F0C8C557" : null,
+                  "44D75FCF-CF1B-4BB3-8ED6-56BABEBE28AF" : null,
+                  "50CFFEA4-FFB4-43ED-91E7-FB01C9A7FE44" : null,
+                  "057A3D2F-8EDC-4D9E-8FC5-3BEFD2DE183A" : null,
+                  "78E46B53-7785-4356-8063-57F5046EAB06" : null,
+                  "96C63FF9-76B8-4FBF-A258-93C3FD3B055B" : null,
+                  "147DE9FB-FEDD-4E5F-9685-E17DD31E1783" : null,
+                  "283B1EB4-2488-4FBE-B3F8-2C0D395F1DB3" : {
+                    "overrides" : {
+                      "arguments" : [
+                        [
+                          "arrowAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowAngleOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : -17
+                          }
+                        ],
+                        [
+                          "arrowLength",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.31
+                          }
+                        ],
+                        [
+                          "arrowParam",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.070000000000000034
+                          }
+                        ],
+                        [
+                          "bevelRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "bubbleArrowBlendOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.29999999999999999
+                          }
+                        ],
+                        [
+                          "bubbleMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "paintEnamelMatte"
+                          }
+                        ],
+                        [
+                          "bubbleMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              1,
+                              1,
+                              1,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "bubbleType",
+                          {
+                            "typeName" : "String",
+                            "value" : "thought"
+                          }
+                        ],
+                        [
+                          "cornerRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "featureAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 135
+                          }
+                        ],
+                        [
+                          "height",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.18268999999999999
+                          }
+                        ],
+                        [
+                          "message",
+                          {
+                            "typeName" : "String",
+                            "value" : "Now we will find out how a brute-force attack works."
+                          }
+                        ],
+                        [
+                          "messageFont",
+                          {
+                            "typeName" : "String",
+                            "value" : "IBMPlexMono-Medium"
+                          }
+                        ],
+                        [
+                          "messageMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "plastic"
+                          }
+                        ],
+                        [
+                          "messageMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "messageScale",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "numFeatures",
+                          {
+                            "typeName" : "Int",
+                            "value" : 8
+                          }
+                        ],
+                        [
+                          "pillowSize",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.5
+                          }
+                        ],
+                        [
+                          "pillowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "thickness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.02
+                          }
+                        ],
+                        [
+                          "width",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.28278999999999999
+                          }
+                        ]
+                      ],
+                      "children" : {
+                        "text_1" : {
+                          "overrides" : {
+                            "factory" : null,
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "D5E944B8-E25A-48A0-AE70-8BFB400D8D75"
+                                }
+                              ]
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.rc.af.CoreAssetFactories.QuoteBubbleAssetFactory",
+                        "version" : "1.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "92A11C2A-59CD-4881-B6C0-90A3E3636495"
+                          }
+                        ],
+                        [
+                          "entityName",
+                          {
+                            "typeName" : "String",
+                            "value" : "Lets go!"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1.0614228248596191,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.0614228248596191,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.0614228248596191,
+                        0,
+                        0.2095155268907547,
+                        0.43831124901771545,
+                        0.00037431460805237293,
+                        1
+                      ]
+                    }
+                  },
+                  "435D33F3-F03C-4765-929D-0BFD942776A8" : null,
+                  "581B2BAC-65E9-4B61-8D98-FF2EF6F57659" : null,
+                  "910CD068-929E-405B-9250-51146F94E151" : null,
+                  "3433C475-E4EC-4C85-B634-4935558A08C9" : null,
+                  "70159D90-6D13-4C2A-A82E-D16977501FD7" : null,
+                  "74543A22-4716-4AE9-B2CE-7DC64D96F120" : null,
+                  "2289988E-3E1C-4430-A232-9C3578E4A151" : null,
+                  "61855529-8AEB-4CEC-94BF-D4EDC579EDF3" : null,
+                  "A078B057-C0F8-48F9-9D51-B07B07B8D2C7" : null,
+                  "A466CB0B-8646-450B-AF06-E54EEDE39A3E" : null,
+                  "A865F917-3394-4AC4-8339-03D8020A5DFF" : null,
+                  "BB94B5E4-CF52-4BBF-9DA3-7195CD5F88D5" : null,
+                  "BBDDF33D-95B5-44E9-9008-3280DB9FE289" : null,
+                  "C2C4F9DB-CC54-432A-AB65-BEFDFD24406E" : null,
+                  "C2E11C7C-BB83-4FA1-97FB-68338605EA8D" : null,
+                  "CBAD79AB-3A08-437B-B79C-20CB58299917" : null,
+                  "CF6E2364-15B6-4DE1-8860-486331EB6D40" : null,
+                  "D1368D33-E65C-4064-92EC-820F4F052607" : null,
+                  "DB310D5D-5B41-48B6-958B-A5FF30B422F3" : null,
+                  "EC71335E-345D-4996-8DE2-D172C05F6DFD" : null
+                },
+                "factory" : null,
+                "runtimeAttributes" : [
+                  [
+                    "isAccessibilityEnabled",
+                    {
+                      "typeName" : "Bool",
+                      "value" : false
+                    }
+                  ]
+                ]
+              },
+              "physicsMode" : "grid",
+              "title" : "BFA1 5",
+              "viewTransform" : {
+                "cameraTransform" : [
+                  0.99999421834945679,
+                  -4.6100467443466187e-08,
+                  -0.0033880248665809631,
+                  0,
+                  -0.001345281838439405,
+                  0.91778147220611572,
+                  -0.39708349108695984,
+                  0,
+                  0.0031094644218683243,
+                  0.39708587527275085,
+                  0.91777610778808594,
+                  0,
+                  0.050007101148366928,
+                  0.69147849082946777,
+                  1.5882167816162109,
+                  1
+                ],
+                "sceneTransform" : [
+                  1,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  1
+                ]
+              }
+            }
+          ],
+          "__version" : 5
+        },
+        {
+          "__content" : [
+            {
+              "arAnchorSpecification" : {
+                "alignment" : "horizontal",
+                "name" : "surface"
+              },
+              "behaviors" : [
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildOutAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 0,
+                                          "fadeOut" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "D1191C1D-69D4-41B3-B523-E7C2CE42C0DA",
+                                            "95DFF891-C77F-4749-BD1C-693C985CB1C9",
+                                            "D653CAD3-18CF-4DD9-80DD-6723DAED3AC8"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "hide"
+                                        }
+                                      },
+                                      "identifier" : "2D8FBA9D-40EA-46BF-B8B8-5B8C80AD94A9",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "2C019194-CA83-4B94-BBDE-8E653FF5C48A",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "6314FE99-8C15-4588-9222-DE6BD948AFFB",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "EE888AD7-E282-4B14-BC70-C6F72AC7DBB5",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "D1191C1D-69D4-41B3-B523-E7C2CE42C0DA"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "29B29AA4-BCF3-4B72-942B-C998849E595E",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                },
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 2,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "95DFF891-C77F-4749-BD1C-693C985CB1C9"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "3F744226-ABA8-4860-A8B8-8C455CF0BB84",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "D176B354-55C3-4154-8F9E-9706DE6E7040",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "97706E29-46E4-4CB8-B293-7BC7DE2B7D22",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "C9A40206-039F-4C8D-B5DD-5A379A2B81A3",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "D653CAD3-18CF-4DD9-80DD-6723DAED3AC8"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "6133F057-679A-453B-96E5-4424A3AC6F5F",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "7CF70724-7876-4E64-A2CB-4A7A661449A9",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.364705890417099,
+                        0.74117648601531982,
+                        0.69019609689712524,
+                        1
+                      ],
+                      "identifier" : "9D4A00CD-42EF-4859-9F47-049B3BF56509",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+
+                                },
+                                "name" : "start"
+                              },
+                              "identifier" : "A773F0A3-6163-4031-A0D6-AD4EAC8C5078",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                },
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "targetScene" : "45AB79E1-ED74-4A3D-980D-1CC3578C9EE6"
+                                        },
+                                        "name" : {
+                                          "type" : "changeScene"
+                                        }
+                                      },
+                                      "identifier" : "0ED5DAFB-2832-4BB5-92BE-51D71D44798F",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "49156389-7A1E-4A70-9FD3-7F7E100824B3",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.21568627655506134,
+                        0.72549021244049072,
+                        0.80000001192092896,
+                        1
+                      ],
+                      "identifier" : "AABB753B-F133-4815-919E-5500225A7794",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour 1",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+                                  "target" : [
+                                    "D653CAD3-18CF-4DD9-80DD-6723DAED3AC8"
+                                  ]
+                                },
+                                "name" : "tapTarget"
+                              },
+                              "identifier" : "6A918D2D-BA00-4818-8408-35292132DA5E",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                }
+              ],
+              "gravity" : [
+                0,
+                -9.8000001907348633,
+                0
+              ],
+              "identifier" : "C2973068-36E4-416F-98CE-3D3DF1EC3B61",
+              "material" : "concrete",
+              "overrides" : {
+                "children" : {
+                  "1AEEAB2C-037D-42B1-8910-615F9C47EC94" : null,
+                  "1BD65D60-62E4-4E23-8988-BAC47EED9D41" : null,
+                  "2EB77437-77B3-493F-8F04-A6DA514DD8B3" : null,
+                  "3B4D2DDF-6DE9-4018-AB84-8209035207B6" : null,
+                  "3D8E51BD-5592-444B-9E28-17F6498A801A" : null,
+                  "4B87C6EA-51BA-47BD-BED5-D1C4FDEB3E0C" : null,
+                  "4DC2CA7E-CB3C-4738-B504-7D30CA09B979" : null,
+                  "5BB2EED4-EC62-4DE4-806E-6DF351372DB3" : {
+                    "overrides" : {
+                      "children" : {
+                        "AE01D7B3-F466-4A59-BA03-23E01C4ED931" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "bevelRadius",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.0050000000000000001
+                                }
+                              ],
+                              [
+                                "diameter",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.10000000000000001
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.0019999999999999922
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "plastic"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    0.85000002384185791,
+                                    0.85000002384185791,
+                                    0.17000000178813934,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "type",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "cylinder"
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.PrimitiveShapeAssetFactory",
+                              "version" : "1.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "3F42D32E-F365-4FCE-9CEF-18641AB265EE"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.99999994039535522,
+                              4.1724933907971717e-07,
+                              -1.2516837841758388e-06,
+                              0,
+                              1.2516819651864353e-06,
+                              7.1525477096656687e-07,
+                              0.99999850988388062,
+                              0,
+                              4.1724953803168319e-07,
+                              -0.99999850988388062,
+                              7.1525477096656687e-07,
+                              0,
+                              0,
+                              0.049999944865703583,
+                              -0.00024442223366349936,
+                              0.99999994039535522
+                            ]
+                          }
+                        },
+                        "F545348F-A95B-45EC-83F1-4FBDF546936B" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "boundHeight",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 1.5
+                                }
+                              ],
+                              [
+                                "boundWidth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 6
+                                }
+                              ],
+                              [
+                                "depth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.22
+                                }
+                              ],
+                              [
+                                "font",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "IBMPlexMono-Bold"
+                                }
+                              ],
+                              [
+                                "hasBackground",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.04317332056637662
+                                }
+                              ],
+                              [
+                                "horizontalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "center"
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "standard"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    1,
+                                    1,
+                                    1,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "oneLine",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "precision",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "normal"
+                                }
+                              ],
+                              [
+                                "text",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "scan\n\n\n"
+                                }
+                              ],
+                              [
+                                "verticalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "bottom"
+                                }
+                              ],
+                              [
+                                "verticalPosition",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "middle"
+                                }
+                              ],
+                              [
+                                "wordWrap",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.Text",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "61B0CDE6-503B-4A97-90E9-222DE9F68025"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.46791541576385498,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791541576385498,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791541576385498,
+                              0,
+                              0.00070881843566894531,
+                              0.025117905810475349,
+                              0.00075564405415207148,
+                              0.99999994039535522
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "D653CAD3-18CF-4DD9-80DD-6723DAED3AC8"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0.20203913748264313,
+                        0.064738258719444275,
+                        0.0017122863791882992,
+                        1
+                      ]
+                    }
+                  },
+                  "6BBC8894-A783-4C02-8D83-6CD3EF533573" : {
+                    "overrides" : {
+                      "children" : {
+                        "USDScene" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "includeSceneScaling",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "subpath",
+                                {
+                                  "typeName" : "String",
+                                  "value" : ""
+                                }
+                              ],
+                              [
+                                "url",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "model:9b3ce657f4677964bbb90de70be311c3\/413c6c78-889f-4b3f-bc2e-c0e6d7124d7c.usdz"
+                                }
+                              ],
+                              [
+                                "withDescendants",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : true
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.af.FileImportAssetFactory",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "7A27C654-F405-4003-97F7-27923EF08F13"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "D1191C1D-69D4-41B3-B523-E7C2CE42C0DA"
+                          }
+                        ],
+                        [
+                          "rigidBody-enabled",
+                          {
+                            "typeName" : "Bool",
+                            "value" : false
+                          }
+                        ],
+                        [
+                          "rigidBody-material",
+                          {
+                            "typeName" : "RigidBodyMaterial",
+                            "value" : {
+                              "builtIn" : "lead",
+                              "overrides" : {
+
+                              }
+                            }
+                          }
+                        ],
+                        [
+                          "rigidBody-motionType",
+                          {
+                            "typeName" : "REMotionType",
+                            "value" : "static"
+                          }
+                        ],
+                        [
+                          "rigidBody-shapeType",
+                          {
+                            "typeName" : "String",
+                            "value" : "capsule"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        0.40785184502601624,
+                        1.7016952824633336e-07,
+                        -5.1050722049694741e-07,
+                        0,
+                        5.1050693627985311e-07,
+                        -2.4309849777637282e-07,
+                        0.40785157680511475,
+                        0,
+                        1.7016913034240133e-07,
+                        -0.40785157680511475,
+                        -2.4309849777637282e-07,
+                        0,
+                        0.0050866906531155109,
+                        0.13746640086174011,
+                        0.0085356254130601883,
+                        1
+                      ]
+                    }
+                  },
+                  "7C91F3B4-8441-4B18-8563-F67DB7E43A4C" : null,
+                  "8B291734-F634-4F1E-9AD2-DD330D758874" : null,
+                  "9E8F7CD9-DDB0-420C-99B8-54E7F0C8C557" : null,
+                  "44D75FCF-CF1B-4BB3-8ED6-56BABEBE28AF" : null,
+                  "50CFFEA4-FFB4-43ED-91E7-FB01C9A7FE44" : null,
+                  "057A3D2F-8EDC-4D9E-8FC5-3BEFD2DE183A" : null,
+                  "78E46B53-7785-4356-8063-57F5046EAB06" : null,
+                  "96C63FF9-76B8-4FBF-A258-93C3FD3B055B" : null,
+                  "147DE9FB-FEDD-4E5F-9685-E17DD31E1783" : null,
+                  "283B1EB4-2488-4FBE-B3F8-2C0D395F1DB3" : {
+                    "overrides" : {
+                      "arguments" : [
+                        [
+                          "arrowAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowAngleOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : -17
+                          }
+                        ],
+                        [
+                          "arrowLength",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.31
+                          }
+                        ],
+                        [
+                          "arrowParam",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.070000000000000034
+                          }
+                        ],
+                        [
+                          "bevelRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "bubbleArrowBlendOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.29999999999999999
+                          }
+                        ],
+                        [
+                          "bubbleMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "paintEnamelMatte"
+                          }
+                        ],
+                        [
+                          "bubbleMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              1,
+                              1,
+                              1,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "bubbleType",
+                          {
+                            "typeName" : "String",
+                            "value" : "thought"
+                          }
+                        ],
+                        [
+                          "cornerRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "featureAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 135
+                          }
+                        ],
+                        [
+                          "height",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.18268999999999999
+                          }
+                        ],
+                        [
+                          "message",
+                          {
+                            "typeName" : "String",
+                            "value" : "No, you didn't guess. Try to scan another one."
+                          }
+                        ],
+                        [
+                          "messageFont",
+                          {
+                            "typeName" : "String",
+                            "value" : "IBMPlexMono-Medium"
+                          }
+                        ],
+                        [
+                          "messageMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "plastic"
+                          }
+                        ],
+                        [
+                          "messageMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "messageScale",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92092572414414564
+                          }
+                        ],
+                        [
+                          "numFeatures",
+                          {
+                            "typeName" : "Int",
+                            "value" : 8
+                          }
+                        ],
+                        [
+                          "pillowSize",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.5
+                          }
+                        ],
+                        [
+                          "pillowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "thickness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.02
+                          }
+                        ],
+                        [
+                          "width",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.28278999999999999
+                          }
+                        ]
+                      ],
+                      "children" : {
+                        "text_1" : {
+                          "overrides" : {
+                            "factory" : null,
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "9D1454EC-9878-4B13-B5B8-09EF04235B1D"
+                                }
+                              ]
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.rc.af.CoreAssetFactories.QuoteBubbleAssetFactory",
+                        "version" : "1.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "95DFF891-C77F-4749-BD1C-693C985CB1C9"
+                          }
+                        ],
+                        [
+                          "entityName",
+                          {
+                            "typeName" : "String",
+                            "value" : "Lets go!"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1.2403452396392822,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.2403452396392822,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.2403452396392822,
+                        0,
+                        0.22534012794494629,
+                        0.46725380420684814,
+                        0.00037431629607453942,
+                        1
+                      ]
+                    }
+                  },
+                  "435D33F3-F03C-4765-929D-0BFD942776A8" : null,
+                  "581B2BAC-65E9-4B61-8D98-FF2EF6F57659" : null,
+                  "910CD068-929E-405B-9250-51146F94E151" : null,
+                  "3433C475-E4EC-4C85-B634-4935558A08C9" : null,
+                  "70159D90-6D13-4C2A-A82E-D16977501FD7" : null,
+                  "74543A22-4716-4AE9-B2CE-7DC64D96F120" : null,
+                  "2289988E-3E1C-4430-A232-9C3578E4A151" : null,
+                  "61855529-8AEB-4CEC-94BF-D4EDC579EDF3" : null,
+                  "A078B057-C0F8-48F9-9D51-B07B07B8D2C7" : null,
+                  "A466CB0B-8646-450B-AF06-E54EEDE39A3E" : null,
+                  "A865F917-3394-4AC4-8339-03D8020A5DFF" : null,
+                  "BB94B5E4-CF52-4BBF-9DA3-7195CD5F88D5" : null,
+                  "BBDDF33D-95B5-44E9-9008-3280DB9FE289" : null,
+                  "C2C4F9DB-CC54-432A-AB65-BEFDFD24406E" : null,
+                  "C2E11C7C-BB83-4FA1-97FB-68338605EA8D" : null,
+                  "CBAD79AB-3A08-437B-B79C-20CB58299917" : null,
+                  "CF6E2364-15B6-4DE1-8860-486331EB6D40" : null,
+                  "D1368D33-E65C-4064-92EC-820F4F052607" : null,
+                  "DB310D5D-5B41-48B6-958B-A5FF30B422F3" : null,
+                  "EC71335E-345D-4996-8DE2-D172C05F6DFD" : null
+                },
+                "factory" : null,
+                "runtimeAttributes" : [
+                  [
+                    "isAccessibilityEnabled",
+                    {
+                      "typeName" : "Bool",
+                      "value" : false
+                    }
+                  ]
+                ]
+              },
+              "physicsMode" : "grid",
+              "title" : "BFA1 6",
+              "viewTransform" : {
+                "cameraTransform" : [
+                  0.99999421834945679,
+                  -4.6100467443466187e-08,
+                  -0.0033880248665809631,
+                  0,
+                  -0.001345281838439405,
+                  0.91778147220611572,
+                  -0.39708349108695984,
+                  0,
+                  0.0031094644218683243,
+                  0.39708587527275085,
+                  0.91777610778808594,
+                  0,
+                  0.10147520899772644,
+                  0.71790242195129395,
+                  1.1666033267974854,
+                  1
+                ],
+                "sceneTransform" : [
+                  1,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  1
+                ]
+              }
+            }
+          ],
+          "__version" : 5
+        },
+        {
+          "__content" : [
+            {
+              "arAnchorSpecification" : {
+                "alignment" : "horizontal",
+                "name" : "surface"
+              },
+              "behaviors" : [
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildOutAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 0,
+                                          "fadeOut" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "F3E4977A-8CBA-49F2-B15C-B2F774A60B79",
+                                            "9185F4B9-31A4-45D2-A032-5626374A37A4",
+                                            "E3DF1508-BA41-41FF-94BF-AE9FEA479530"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "hide"
+                                        }
+                                      },
+                                      "identifier" : "2D8FBA9D-40EA-46BF-B8B8-5B8C80AD94A9",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "2C019194-CA83-4B94-BBDE-8E653FF5C48A",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "6314FE99-8C15-4588-9222-DE6BD948AFFB",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "EE888AD7-E282-4B14-BC70-C6F72AC7DBB5",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "F3E4977A-8CBA-49F2-B15C-B2F774A60B79"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "29B29AA4-BCF3-4B72-942B-C998849E595E",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                },
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 2,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "9185F4B9-31A4-45D2-A032-5626374A37A4"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "3F744226-ABA8-4860-A8B8-8C455CF0BB84",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "D176B354-55C3-4154-8F9E-9706DE6E7040",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "97706E29-46E4-4CB8-B293-7BC7DE2B7D22",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "C9A40206-039F-4C8D-B5DD-5A379A2B81A3",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "E3DF1508-BA41-41FF-94BF-AE9FEA479530"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "6133F057-679A-453B-96E5-4424A3AC6F5F",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "7CF70724-7876-4E64-A2CB-4A7A661449A9",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.364705890417099,
+                        0.74117648601531982,
+                        0.69019609689712524,
+                        1
+                      ],
+                      "identifier" : "9D4A00CD-42EF-4859-9F47-049B3BF56509",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+
+                                },
+                                "name" : "start"
+                              },
+                              "identifier" : "A773F0A3-6163-4031-A0D6-AD4EAC8C5078",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                },
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "targetScene" : "C98F1070-106D-4665-A801-35833A9ACD6E"
+                                        },
+                                        "name" : {
+                                          "type" : "changeScene"
+                                        }
+                                      },
+                                      "identifier" : "0ED5DAFB-2832-4BB5-92BE-51D71D44798F",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "49156389-7A1E-4A70-9FD3-7F7E100824B3",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.21568627655506134,
+                        0.72549021244049072,
+                        0.80000001192092896,
+                        1
+                      ],
+                      "identifier" : "AABB753B-F133-4815-919E-5500225A7794",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour 1",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+                                  "target" : [
+                                    "E3DF1508-BA41-41FF-94BF-AE9FEA479530"
+                                  ]
+                                },
+                                "name" : "tapTarget"
+                              },
+                              "identifier" : "6A918D2D-BA00-4818-8408-35292132DA5E",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                }
+              ],
+              "gravity" : [
+                0,
+                -9.8000001907348633,
+                0
+              ],
+              "identifier" : "45AB79E1-ED74-4A3D-980D-1CC3578C9EE6",
+              "material" : "concrete",
+              "overrides" : {
+                "children" : {
+                  "0F732C5C-731E-400F-8472-52BD79D543B2" : {
+                    "overrides" : {
+                      "children" : {
+                        "CA44F42D-B9AB-4411-AD31-3FBA1EF30537" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "bevelRadius",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.014592786801010466
+                                }
+                              ],
+                              [
+                                "depth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.002
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.12336984572974842
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "standard"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    0.14000000059604645,
+                                    0.14000000059604645,
+                                    0.69999998807907104,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "type",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "box"
+                                }
+                              ],
+                              [
+                                "width",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.33416449783759899
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.PrimitiveShapeAssetFactory",
+                              "version" : "1.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "24D0F33D-2ED9-4267-A036-29958B6157E7"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0.028863333165645599,
+                              -1.0768011549089351e-07,
+                              0.99999994039535522
+                            ]
+                          }
+                        },
+                        "F52A9595-2E83-409D-9699-C4898DC3ED8A" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "boundHeight",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 1.5
+                                }
+                              ],
+                              [
+                                "boundWidth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 6
+                                }
+                              ],
+                              [
+                                "depth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.22
+                                }
+                              ],
+                              [
+                                "font",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "IBMPlexMono-Bold"
+                                }
+                              ],
+                              [
+                                "hasBackground",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.04317332056637662
+                                }
+                              ],
+                              [
+                                "horizontalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "center"
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "standard"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    1,
+                                    1,
+                                    1,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "oneLine",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "precision",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "normal"
+                                }
+                              ],
+                              [
+                                "text",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "Continue\n\n"
+                                }
+                              ],
+                              [
+                                "verticalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "bottom"
+                                }
+                              ],
+                              [
+                                "verticalPosition",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "middle"
+                                }
+                              ],
+                              [
+                                "wordWrap",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.Text",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "324B9481-76A7-4581-8163-1F628983A142"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791538596153259,
+                              0,
+                              0.00015151500701904297,
+                              0.017762742936611176,
+                              1.20543575121701e-11,
+                              0.99999994039535522
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "E3DF1508-BA41-41FF-94BF-AE9FEA479530"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0.2253401130437851,
+                        0.083847537636756897,
+                        -2.4274099175158881e-08,
+                        1
+                      ]
+                    }
+                  },
+                  "1AEEAB2C-037D-42B1-8910-615F9C47EC94" : null,
+                  "1BD65D60-62E4-4E23-8988-BAC47EED9D41" : null,
+                  "2EB77437-77B3-493F-8F04-A6DA514DD8B3" : null,
+                  "3B4D2DDF-6DE9-4018-AB84-8209035207B6" : null,
+                  "3D8E51BD-5592-444B-9E28-17F6498A801A" : null,
+                  "3F54BC97-9045-40E7-A08B-4A8AA4C60A8B" : null,
+                  "4B87C6EA-51BA-47BD-BED5-D1C4FDEB3E0C" : null,
+                  "4DC2CA7E-CB3C-4738-B504-7D30CA09B979" : null,
+                  "6BBC8894-A783-4C02-8D83-6CD3EF533573" : {
+                    "overrides" : {
+                      "children" : {
+                        "USDScene" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "includeSceneScaling",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "subpath",
+                                {
+                                  "typeName" : "String",
+                                  "value" : ""
+                                }
+                              ],
+                              [
+                                "url",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "model:9b3ce657f4677964bbb90de70be311c3\/413c6c78-889f-4b3f-bc2e-c0e6d7124d7c.usdz"
+                                }
+                              ],
+                              [
+                                "withDescendants",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : true
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.af.FileImportAssetFactory",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "756119EA-B103-4F98-B722-063D67FCC07F"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "F3E4977A-8CBA-49F2-B15C-B2F774A60B79"
+                          }
+                        ],
+                        [
+                          "rigidBody-enabled",
+                          {
+                            "typeName" : "Bool",
+                            "value" : false
+                          }
+                        ],
+                        [
+                          "rigidBody-material",
+                          {
+                            "typeName" : "RigidBodyMaterial",
+                            "value" : {
+                              "builtIn" : "lead",
+                              "overrides" : {
+
+                              }
+                            }
+                          }
+                        ],
+                        [
+                          "rigidBody-motionType",
+                          {
+                            "typeName" : "REMotionType",
+                            "value" : "static"
+                          }
+                        ],
+                        [
+                          "rigidBody-shapeType",
+                          {
+                            "typeName" : "String",
+                            "value" : "capsule"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        0.40785184502601624,
+                        1.7016952824633336e-07,
+                        -5.1050722049694741e-07,
+                        0,
+                        5.1050693627985311e-07,
+                        -2.4309849777637282e-07,
+                        0.40785157680511475,
+                        0,
+                        1.7016913034240133e-07,
+                        -0.40785157680511475,
+                        -2.4309849777637282e-07,
+                        0,
+                        0.0050866906531155109,
+                        0.13746640086174011,
+                        0.0085356254130601883,
+                        1
+                      ]
+                    }
+                  },
+                  "7C91F3B4-8441-4B18-8563-F67DB7E43A4C" : null,
+                  "8B291734-F634-4F1E-9AD2-DD330D758874" : null,
+                  "9E8F7CD9-DDB0-420C-99B8-54E7F0C8C557" : null,
+                  "026AC2DE-3800-4D7C-88B0-452F557EC4AF" : null,
+                  "44D75FCF-CF1B-4BB3-8ED6-56BABEBE28AF" : null,
+                  "50CFFEA4-FFB4-43ED-91E7-FB01C9A7FE44" : null,
+                  "057A3D2F-8EDC-4D9E-8FC5-3BEFD2DE183A" : null,
+                  "78E46B53-7785-4356-8063-57F5046EAB06" : null,
+                  "96C63FF9-76B8-4FBF-A258-93C3FD3B055B" : null,
+                  "147DE9FB-FEDD-4E5F-9685-E17DD31E1783" : null,
+                  "283B1EB4-2488-4FBE-B3F8-2C0D395F1DB3" : {
+                    "overrides" : {
+                      "arguments" : [
+                        [
+                          "arrowAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowAngleOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : -17
+                          }
+                        ],
+                        [
+                          "arrowLength",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.31
+                          }
+                        ],
+                        [
+                          "arrowParam",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.070000000000000034
+                          }
+                        ],
+                        [
+                          "bevelRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "bubbleArrowBlendOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.29999999999999999
+                          }
+                        ],
+                        [
+                          "bubbleMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "paintEnamelMatte"
+                          }
+                        ],
+                        [
+                          "bubbleMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              1,
+                              1,
+                              1,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "bubbleType",
+                          {
+                            "typeName" : "String",
+                            "value" : "thought"
+                          }
+                        ],
+                        [
+                          "cornerRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "featureAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 135
+                          }
+                        ],
+                        [
+                          "height",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.18268999999999999
+                          }
+                        ],
+                        [
+                          "message",
+                          {
+                            "typeName" : "String",
+                            "value" : "Yes, you guessed the password."
+                          }
+                        ],
+                        [
+                          "messageFont",
+                          {
+                            "typeName" : "String",
+                            "value" : "IBMPlexMono-Medium"
+                          }
+                        ],
+                        [
+                          "messageMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "plastic"
+                          }
+                        ],
+                        [
+                          "messageMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "messageScale",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92092572414414564
+                          }
+                        ],
+                        [
+                          "numFeatures",
+                          {
+                            "typeName" : "Int",
+                            "value" : 8
+                          }
+                        ],
+                        [
+                          "pillowSize",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.5
+                          }
+                        ],
+                        [
+                          "pillowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "thickness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.02
+                          }
+                        ],
+                        [
+                          "width",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.28278999999999999
+                          }
+                        ]
+                      ],
+                      "children" : {
+                        "text_1" : {
+                          "overrides" : {
+                            "factory" : null,
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "5E3AB89B-C86C-4CFA-BC73-81210E6CF811"
+                                }
+                              ]
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.rc.af.CoreAssetFactories.QuoteBubbleAssetFactory",
+                        "version" : "1.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "9185F4B9-31A4-45D2-A032-5626374A37A4"
+                          }
+                        ],
+                        [
+                          "entityName",
+                          {
+                            "typeName" : "String",
+                            "value" : "Lets go!"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1.2403452396392822,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.2403452396392822,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.2403452396392822,
+                        0,
+                        0.22534012794494629,
+                        0.46725380420684814,
+                        0.00037431629607453942,
+                        1
+                      ]
+                    }
+                  },
+                  "435D33F3-F03C-4765-929D-0BFD942776A8" : null,
+                  "581B2BAC-65E9-4B61-8D98-FF2EF6F57659" : null,
+                  "910CD068-929E-405B-9250-51146F94E151" : null,
+                  "3433C475-E4EC-4C85-B634-4935558A08C9" : null,
+                  "70159D90-6D13-4C2A-A82E-D16977501FD7" : null,
+                  "74543A22-4716-4AE9-B2CE-7DC64D96F120" : null,
+                  "2289988E-3E1C-4430-A232-9C3578E4A151" : null,
+                  "61855529-8AEB-4CEC-94BF-D4EDC579EDF3" : null,
+                  "A078B057-C0F8-48F9-9D51-B07B07B8D2C7" : null,
+                  "A466CB0B-8646-450B-AF06-E54EEDE39A3E" : null,
+                  "A865F917-3394-4AC4-8339-03D8020A5DFF" : null,
+                  "BB94B5E4-CF52-4BBF-9DA3-7195CD5F88D5" : null,
+                  "BBDDF33D-95B5-44E9-9008-3280DB9FE289" : null,
+                  "C2C4F9DB-CC54-432A-AB65-BEFDFD24406E" : null,
+                  "C2E11C7C-BB83-4FA1-97FB-68338605EA8D" : null,
+                  "CBAD79AB-3A08-437B-B79C-20CB58299917" : null,
+                  "CF6E2364-15B6-4DE1-8860-486331EB6D40" : null,
+                  "D1368D33-E65C-4064-92EC-820F4F052607" : null,
+                  "DB310D5D-5B41-48B6-958B-A5FF30B422F3" : null,
+                  "EC71335E-345D-4996-8DE2-D172C05F6DFD" : null,
+                  "F3D34CA1-3BBC-4F70-B05B-92B79A85D37A" : null
+                },
+                "factory" : null,
+                "runtimeAttributes" : [
+                  [
+                    "isAccessibilityEnabled",
+                    {
+                      "typeName" : "Bool",
+                      "value" : false
+                    }
+                  ]
+                ]
+              },
+              "physicsMode" : "grid",
+              "title" : "BFA1 7",
+              "viewTransform" : {
+                "cameraTransform" : [
+                  0.99999421834945679,
+                  -4.6100467443466187e-08,
+                  -0.0033880248665809631,
+                  0,
+                  -0.001345281838439405,
+                  0.91778147220611572,
+                  -0.39708349108695984,
+                  0,
+                  0.0031094644218683243,
+                  0.39708587527275085,
+                  0.91777610778808594,
+                  0,
+                  0.10147520899772644,
+                  0.71790242195129395,
+                  1.1666033267974854,
+                  1
+                ],
+                "sceneTransform" : [
+                  1,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  1
+                ]
+              }
+            }
+          ],
+          "__version" : 5
+        },
+        {
+          "__content" : [
+            {
+              "arAnchorSpecification" : {
+                "alignment" : "horizontal",
+                "name" : "surface"
+              },
+              "behaviors" : [
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildOutAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 0,
+                                          "fadeOut" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "2D4CCF8A-F034-48FB-86C3-3ED93B04576B",
+                                            "8D3DBA3E-75BD-4C8E-92A3-C20B45960173",
+                                            "63439E8F-F0A9-418D-A87A-38BA3415F88E",
+                                            "2D74EA5A-EFFC-4F3C-B6E0-094C8392CFAF"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "hide"
+                                        }
+                                      },
+                                      "identifier" : "2D8FBA9D-40EA-46BF-B8B8-5B8C80AD94A9",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "2C019194-CA83-4B94-BBDE-8E653FF5C48A",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "6314FE99-8C15-4588-9222-DE6BD948AFFB",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "EE888AD7-E282-4B14-BC70-C6F72AC7DBB5",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "2D4CCF8A-F034-48FB-86C3-3ED93B04576B"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "29B29AA4-BCF3-4B72-942B-C998849E595E",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                },
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 2,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "63439E8F-F0A9-418D-A87A-38BA3415F88E"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "3F744226-ABA8-4860-A8B8-8C455CF0BB84",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "D176B354-55C3-4154-8F9E-9706DE6E7040",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1.8473788499832153
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "97706E29-46E4-4CB8-B293-7BC7DE2B7D22",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "C9A40206-039F-4C8D-B5DD-5A379A2B81A3",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildOutAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeOut" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "63439E8F-F0A9-418D-A87A-38BA3415F88E"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "hide"
+                                        }
+                                      },
+                                      "identifier" : "7191BE0B-AA90-4223-8976-8D6122023EF9",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "AA19EA4B-1DF4-43EC-B9A1-F30BF1BE91B5",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "8D3DBA3E-75BD-4C8E-92A3-C20B45960173"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "6133F057-679A-453B-96E5-4424A3AC6F5F",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "7CF70724-7876-4E64-A2CB-4A7A661449A9",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 0.6592598557472229
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "BED99362-9479-4E57-BCB3-D402C23B2D95",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "B972A5F5-EAE2-4D15-92AB-FC20CDCB5BAF",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "2D74EA5A-EFFC-4F3C-B6E0-094C8392CFAF"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "0CABCF6B-6BE4-4969-9173-7F0BA2566089",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "0DF1CCD6-C170-491E-9B45-AB814D584206",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.364705890417099,
+                        0.74117648601531982,
+                        0.69019609689712524,
+                        1
+                      ],
+                      "identifier" : "9D4A00CD-42EF-4859-9F47-049B3BF56509",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+
+                                },
+                                "name" : "start"
+                              },
+                              "identifier" : "A773F0A3-6163-4031-A0D6-AD4EAC8C5078",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                },
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "targetScene" : "D8154137-29B3-4ED0-9466-0489A39CDBA4"
+                                        },
+                                        "name" : {
+                                          "type" : "changeScene"
+                                        }
+                                      },
+                                      "identifier" : "0ED5DAFB-2832-4BB5-92BE-51D71D44798F",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "49156389-7A1E-4A70-9FD3-7F7E100824B3",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.21568627655506134,
+                        0.72549021244049072,
+                        0.80000001192092896,
+                        1
+                      ],
+                      "identifier" : "AABB753B-F133-4815-919E-5500225A7794",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour 1",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+                                  "target" : [
+                                    "2D74EA5A-EFFC-4F3C-B6E0-094C8392CFAF"
+                                  ]
+                                },
+                                "name" : "tapTarget"
+                              },
+                              "identifier" : "6A918D2D-BA00-4818-8408-35292132DA5E",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                }
+              ],
+              "gravity" : [
+                0,
+                -9.8000001907348633,
+                0
+              ],
+              "identifier" : "C98F1070-106D-4665-A801-35833A9ACD6E",
+              "material" : "concrete",
+              "overrides" : {
+                "children" : {
+                  "1AEEAB2C-037D-42B1-8910-615F9C47EC94" : null,
+                  "1BD65D60-62E4-4E23-8988-BAC47EED9D41" : null,
+                  "2EB77437-77B3-493F-8F04-A6DA514DD8B3" : null,
+                  "3B4D2DDF-6DE9-4018-AB84-8209035207B6" : null,
+                  "3D8E51BD-5592-444B-9E28-17F6498A801A" : null,
+                  "3F54BC97-9045-40E7-A08B-4A8AA4C60A8B" : null,
+                  "4B87C6EA-51BA-47BD-BED5-D1C4FDEB3E0C" : null,
+                  "4DC2CA7E-CB3C-4738-B504-7D30CA09B979" : null,
+                  "6BBC8894-A783-4C02-8D83-6CD3EF533573" : {
+                    "overrides" : {
+                      "children" : {
+                        "USDScene" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "includeSceneScaling",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "subpath",
+                                {
+                                  "typeName" : "String",
+                                  "value" : ""
+                                }
+                              ],
+                              [
+                                "url",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "model:9b3ce657f4677964bbb90de70be311c3\/413c6c78-889f-4b3f-bc2e-c0e6d7124d7c.usdz"
+                                }
+                              ],
+                              [
+                                "withDescendants",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : true
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.af.FileImportAssetFactory",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "9715168D-9041-4C14-A9AC-3ACA85C1BD34"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "2D4CCF8A-F034-48FB-86C3-3ED93B04576B"
+                          }
+                        ],
+                        [
+                          "rigidBody-enabled",
+                          {
+                            "typeName" : "Bool",
+                            "value" : false
+                          }
+                        ],
+                        [
+                          "rigidBody-material",
+                          {
+                            "typeName" : "RigidBodyMaterial",
+                            "value" : {
+                              "builtIn" : "lead",
+                              "overrides" : {
+
+                              }
+                            }
+                          }
+                        ],
+                        [
+                          "rigidBody-motionType",
+                          {
+                            "typeName" : "REMotionType",
+                            "value" : "static"
+                          }
+                        ],
+                        [
+                          "rigidBody-shapeType",
+                          {
+                            "typeName" : "String",
+                            "value" : "capsule"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        0.40785184502601624,
+                        1.7016952824633336e-07,
+                        -5.1050722049694741e-07,
+                        0,
+                        5.1050693627985311e-07,
+                        -2.4309849777637282e-07,
+                        0.40785157680511475,
+                        0,
+                        1.7016913034240133e-07,
+                        -0.40785157680511475,
+                        -2.4309849777637282e-07,
+                        0,
+                        0.0050866906531155109,
+                        0.13746640086174011,
+                        0.0085356254130601883,
+                        1
+                      ]
+                    }
+                  },
+                  "7C91F3B4-8441-4B18-8563-F67DB7E43A4C" : null,
+                  "8AA3AE20-5AFD-4EB4-894E-1E4BF73E1C54" : null,
+                  "8B291734-F634-4F1E-9AD2-DD330D758874" : null,
+                  "9E8F7CD9-DDB0-420C-99B8-54E7F0C8C557" : null,
+                  "44D75FCF-CF1B-4BB3-8ED6-56BABEBE28AF" : null,
+                  "50CFFEA4-FFB4-43ED-91E7-FB01C9A7FE44" : null,
+                  "057A3D2F-8EDC-4D9E-8FC5-3BEFD2DE183A" : null,
+                  "78E46B53-7785-4356-8063-57F5046EAB06" : null,
+                  "96C63FF9-76B8-4FBF-A258-93C3FD3B055B" : null,
+                  "147DE9FB-FEDD-4E5F-9685-E17DD31E1783" : null,
+                  "283B1EB4-2488-4FBE-B3F8-2C0D395F1DB3" : {
+                    "overrides" : {
+                      "arguments" : [
+                        [
+                          "arrowAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowAngleOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : -17
+                          }
+                        ],
+                        [
+                          "arrowLength",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.31
+                          }
+                        ],
+                        [
+                          "arrowParam",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.070000000000000034
+                          }
+                        ],
+                        [
+                          "bevelRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "bubbleArrowBlendOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.29999999999999999
+                          }
+                        ],
+                        [
+                          "bubbleMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "paintEnamelMatte"
+                          }
+                        ],
+                        [
+                          "bubbleMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              1,
+                              1,
+                              1,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "bubbleType",
+                          {
+                            "typeName" : "String",
+                            "value" : "thought"
+                          }
+                        ],
+                        [
+                          "cornerRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "featureAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 135
+                          }
+                        ],
+                        [
+                          "height",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.18268999999999999
+                          }
+                        ],
+                        [
+                          "message",
+                          {
+                            "typeName" : "String",
+                            "value" : "Now let's try to guess a three-character password"
+                          }
+                        ],
+                        [
+                          "messageFont",
+                          {
+                            "typeName" : "String",
+                            "value" : "IBMPlexMono-Medium"
+                          }
+                        ],
+                        [
+                          "messageMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "plastic"
+                          }
+                        ],
+                        [
+                          "messageMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "messageScale",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.83335955889132918
+                          }
+                        ],
+                        [
+                          "numFeatures",
+                          {
+                            "typeName" : "Int",
+                            "value" : 8
+                          }
+                        ],
+                        [
+                          "pillowSize",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.5
+                          }
+                        ],
+                        [
+                          "pillowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "thickness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.02
+                          }
+                        ],
+                        [
+                          "width",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.28278999999999999
+                          }
+                        ]
+                      ],
+                      "children" : {
+                        "text_1" : {
+                          "overrides" : {
+                            "factory" : null,
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "7AFB4E53-4912-49A4-A43F-74F9A75D2B65"
+                                }
+                              ]
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.rc.af.CoreAssetFactories.QuoteBubbleAssetFactory",
+                        "version" : "1.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "8D3DBA3E-75BD-4C8E-92A3-C20B45960173"
+                          }
+                        ],
+                        [
+                          "entityName",
+                          {
+                            "typeName" : "String",
+                            "value" : "Lets go!"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1.6535061597824097,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.6535061597824097,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.6535061597824097,
+                        0,
+                        0.27632558345794678,
+                        0.55275827646255493,
+                        0.0003743522975128144,
+                        1
+                      ]
+                    }
+                  },
+                  "435D33F3-F03C-4765-929D-0BFD942776A8" : null,
+                  "581B2BAC-65E9-4B61-8D98-FF2EF6F57659" : null,
+                  "910CD068-929E-405B-9250-51146F94E151" : null,
+                  "3433C475-E4EC-4C85-B634-4935558A08C9" : null,
+                  "70159D90-6D13-4C2A-A82E-D16977501FD7" : null,
+                  "74543A22-4716-4AE9-B2CE-7DC64D96F120" : null,
+                  "2289988E-3E1C-4430-A232-9C3578E4A151" : null,
+                  "4888291D-9F65-4F8A-B3D7-C2FD494C6B0A" : null,
+                  "61855529-8AEB-4CEC-94BF-D4EDC579EDF3" : null,
+                  "87568191-1D92-45E3-A379-C7FEC290676B" : {
+                    "overrides" : {
+                      "arguments" : [
+                        [
+                          "arrowAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowAngleOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : -17
+                          }
+                        ],
+                        [
+                          "arrowLength",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.31
+                          }
+                        ],
+                        [
+                          "arrowParam",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.070000000000000034
+                          }
+                        ],
+                        [
+                          "bevelRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "bubbleArrowBlendOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.29999999999999999
+                          }
+                        ],
+                        [
+                          "bubbleMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "paintEnamelMatte"
+                          }
+                        ],
+                        [
+                          "bubbleMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              1,
+                              1,
+                              1,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "bubbleType",
+                          {
+                            "typeName" : "String",
+                            "value" : "thought"
+                          }
+                        ],
+                        [
+                          "cornerRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "featureAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 135
+                          }
+                        ],
+                        [
+                          "height",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.18268999999999999
+                          }
+                        ],
+                        [
+                          "message",
+                          {
+                            "typeName" : "String",
+                            "value" : "As you can see, single-character passwords are easy to guess."
+                          }
+                        ],
+                        [
+                          "messageFont",
+                          {
+                            "typeName" : "String",
+                            "value" : "IBMPlexMono-Medium"
+                          }
+                        ],
+                        [
+                          "messageMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "plastic"
+                          }
+                        ],
+                        [
+                          "messageMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "messageScale",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92092572414414564
+                          }
+                        ],
+                        [
+                          "numFeatures",
+                          {
+                            "typeName" : "Int",
+                            "value" : 8
+                          }
+                        ],
+                        [
+                          "pillowSize",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.5
+                          }
+                        ],
+                        [
+                          "pillowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "thickness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.02
+                          }
+                        ],
+                        [
+                          "width",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.28278999999999999
+                          }
+                        ]
+                      ],
+                      "children" : {
+                        "text_1" : {
+                          "overrides" : {
+                            "factory" : null,
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "3F03749A-2C56-448D-81C1-69F569DE7AB2"
+                                }
+                              ]
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.rc.af.CoreAssetFactories.QuoteBubbleAssetFactory",
+                        "version" : "1.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "63439E8F-F0A9-418D-A87A-38BA3415F88E"
+                          }
+                        ],
+                        [
+                          "entityName",
+                          {
+                            "typeName" : "String",
+                            "value" : "Lets go!"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1.3742985725402832,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.3742985725402832,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.3742985725402832,
+                        0,
+                        0.23052464425563812,
+                        0.48975497484207153,
+                        0,
+                        1
+                      ]
+                    }
+                  },
+                  "A078B057-C0F8-48F9-9D51-B07B07B8D2C7" : null,
+                  "A466CB0B-8646-450B-AF06-E54EEDE39A3E" : null,
+                  "A865F917-3394-4AC4-8339-03D8020A5DFF" : null,
+                  "BB94B5E4-CF52-4BBF-9DA3-7195CD5F88D5" : null,
+                  "BBDDF33D-95B5-44E9-9008-3280DB9FE289" : null,
+                  "C1F55EA1-6503-420A-ACC2-9AC007C7B4B7" : {
+                    "overrides" : {
+                      "children" : {
+                        "CA44F42D-B9AB-4411-AD31-3FBA1EF30537" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "bevelRadius",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.014592786801010466
+                                }
+                              ],
+                              [
+                                "depth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.002
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.12336984572974842
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "standard"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    0.14000000059604645,
+                                    0.14000000059604645,
+                                    0.69999998807907104,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "type",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "box"
+                                }
+                              ],
+                              [
+                                "width",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.33416449783759899
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.PrimitiveShapeAssetFactory",
+                              "version" : "1.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "41D56BE2-C970-42AD-AFB1-FB10731564F8"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0.028863333165645599,
+                              -1.0768011549089351e-07,
+                              0.99999994039535522
+                            ]
+                          }
+                        },
+                        "F52A9595-2E83-409D-9699-C4898DC3ED8A" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "boundHeight",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 1.5
+                                }
+                              ],
+                              [
+                                "boundWidth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 6
+                                }
+                              ],
+                              [
+                                "depth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.22
+                                }
+                              ],
+                              [
+                                "font",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "IBMPlexMono-Bold"
+                                }
+                              ],
+                              [
+                                "hasBackground",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.04317332056637662
+                                }
+                              ],
+                              [
+                                "horizontalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "center"
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "standard"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    1,
+                                    1,
+                                    1,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "oneLine",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "precision",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "normal"
+                                }
+                              ],
+                              [
+                                "text",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "Continue\n\n"
+                                }
+                              ],
+                              [
+                                "verticalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "bottom"
+                                }
+                              ],
+                              [
+                                "verticalPosition",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "middle"
+                                }
+                              ],
+                              [
+                                "wordWrap",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.Text",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "DD4C604C-BD05-45B3-9C2F-C08B75F0A801"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791538596153259,
+                              0,
+                              0.00015151500701904297,
+                              0.017762742936611176,
+                              1.20543575121701e-11,
+                              0.99999994039535522
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "2D74EA5A-EFFC-4F3C-B6E0-094C8392CFAF"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0.24640601873397827,
+                        0.083847522735595703,
+                        -2.4272274856684817e-08,
+                        1
+                      ]
+                    }
+                  },
+                  "C2C4F9DB-CC54-432A-AB65-BEFDFD24406E" : null,
+                  "C2E11C7C-BB83-4FA1-97FB-68338605EA8D" : null,
+                  "CBAD79AB-3A08-437B-B79C-20CB58299917" : null,
+                  "CF6E2364-15B6-4DE1-8860-486331EB6D40" : null,
+                  "D1368D33-E65C-4064-92EC-820F4F052607" : null,
+                  "DB310D5D-5B41-48B6-958B-A5FF30B422F3" : null,
+                  "EC71335E-345D-4996-8DE2-D172C05F6DFD" : null,
+                  "F3D34CA1-3BBC-4F70-B05B-92B79A85D37A" : null
+                },
+                "factory" : null,
+                "runtimeAttributes" : [
+                  [
+                    "isAccessibilityEnabled",
+                    {
+                      "typeName" : "Bool",
+                      "value" : false
+                    }
+                  ]
+                ]
+              },
+              "physicsMode" : "grid",
+              "title" : "BFA1 8",
+              "viewTransform" : {
+                "cameraTransform" : [
+                  0.99999421834945679,
+                  -4.6100467443466187e-08,
+                  -0.0033880248665809631,
+                  0,
+                  -0.001345281838439405,
+                  0.91778147220611572,
+                  -0.39708349108695984,
+                  0,
+                  0.0031094644218683243,
+                  0.39708587527275085,
+                  0.91777610778808594,
+                  0,
+                  0.10147520899772644,
+                  0.71790242195129395,
+                  1.1666033267974854,
+                  1
+                ],
+                "sceneTransform" : [
+                  1,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  1
+                ]
+              }
+            }
+          ],
+          "__version" : 5
+        },
+        {
+          "__content" : [
+            {
+              "arAnchorSpecification" : {
+                "alignment" : "horizontal",
+                "name" : "surface"
+              },
+              "behaviors" : [
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildOutAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 0,
+                                          "fadeOut" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "7FB35778-7440-4411-9B90-2AB9C3068665",
+                                            "024EA320-F2FB-487E-8C95-88C9CB7D1A92",
+                                            "35276AF4-F724-4CE1-AEB5-FA4870EE63B9"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "hide"
+                                        }
+                                      },
+                                      "identifier" : "2D8FBA9D-40EA-46BF-B8B8-5B8C80AD94A9",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "2C019194-CA83-4B94-BBDE-8E653FF5C48A",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "6314FE99-8C15-4588-9222-DE6BD948AFFB",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "EE888AD7-E282-4B14-BC70-C6F72AC7DBB5",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "7FB35778-7440-4411-9B90-2AB9C3068665"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "29B29AA4-BCF3-4B72-942B-C998849E595E",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                },
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 2,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "024EA320-F2FB-487E-8C95-88C9CB7D1A92"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "3F744226-ABA8-4860-A8B8-8C455CF0BB84",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "D176B354-55C3-4154-8F9E-9706DE6E7040",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "97706E29-46E4-4CB8-B293-7BC7DE2B7D22",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "C9A40206-039F-4C8D-B5DD-5A379A2B81A3",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "35276AF4-F724-4CE1-AEB5-FA4870EE63B9"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "6133F057-679A-453B-96E5-4424A3AC6F5F",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "7CF70724-7876-4E64-A2CB-4A7A661449A9",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.364705890417099,
+                        0.74117648601531982,
+                        0.69019609689712524,
+                        1
+                      ],
+                      "identifier" : "9D4A00CD-42EF-4859-9F47-049B3BF56509",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+
+                                },
+                                "name" : "start"
+                              },
+                              "identifier" : "A773F0A3-6163-4031-A0D6-AD4EAC8C5078",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                },
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "targetScene" : "48297369-D89F-4F6C-B57A-2FF8E853A19A"
+                                        },
+                                        "name" : {
+                                          "type" : "changeScene"
+                                        }
+                                      },
+                                      "identifier" : "0ED5DAFB-2832-4BB5-92BE-51D71D44798F",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "49156389-7A1E-4A70-9FD3-7F7E100824B3",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.21568627655506134,
+                        0.72549021244049072,
+                        0.80000001192092896,
+                        1
+                      ],
+                      "identifier" : "AABB753B-F133-4815-919E-5500225A7794",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour 1",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+                                  "target" : [
+                                    "35276AF4-F724-4CE1-AEB5-FA4870EE63B9"
+                                  ]
+                                },
+                                "name" : "tapTarget"
+                              },
+                              "identifier" : "6A918D2D-BA00-4818-8408-35292132DA5E",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                }
+              ],
+              "gravity" : [
+                0,
+                -9.8000001907348633,
+                0
+              ],
+              "identifier" : "D8154137-29B3-4ED0-9466-0489A39CDBA4",
+              "material" : "concrete",
+              "overrides" : {
+                "children" : {
+                  "1AEEAB2C-037D-42B1-8910-615F9C47EC94" : null,
+                  "1BD65D60-62E4-4E23-8988-BAC47EED9D41" : null,
+                  "2EB77437-77B3-493F-8F04-A6DA514DD8B3" : null,
+                  "3B4D2DDF-6DE9-4018-AB84-8209035207B6" : null,
+                  "3D8E51BD-5592-444B-9E28-17F6498A801A" : null,
+                  "3F54BC97-9045-40E7-A08B-4A8AA4C60A8B" : null,
+                  "4B87C6EA-51BA-47BD-BED5-D1C4FDEB3E0C" : null,
+                  "4DC2CA7E-CB3C-4738-B504-7D30CA09B979" : null,
+                  "6BBC8894-A783-4C02-8D83-6CD3EF533573" : {
+                    "overrides" : {
+                      "children" : {
+                        "USDScene" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "includeSceneScaling",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "subpath",
+                                {
+                                  "typeName" : "String",
+                                  "value" : ""
+                                }
+                              ],
+                              [
+                                "url",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "model:9b3ce657f4677964bbb90de70be311c3\/413c6c78-889f-4b3f-bc2e-c0e6d7124d7c.usdz"
+                                }
+                              ],
+                              [
+                                "withDescendants",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : true
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.af.FileImportAssetFactory",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "3C6C5A40-3432-47A1-BF82-97E2903433BF"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "7FB35778-7440-4411-9B90-2AB9C3068665"
+                          }
+                        ],
+                        [
+                          "rigidBody-enabled",
+                          {
+                            "typeName" : "Bool",
+                            "value" : false
+                          }
+                        ],
+                        [
+                          "rigidBody-material",
+                          {
+                            "typeName" : "RigidBodyMaterial",
+                            "value" : {
+                              "builtIn" : "lead",
+                              "overrides" : {
+
+                              }
+                            }
+                          }
+                        ],
+                        [
+                          "rigidBody-motionType",
+                          {
+                            "typeName" : "REMotionType",
+                            "value" : "static"
+                          }
+                        ],
+                        [
+                          "rigidBody-shapeType",
+                          {
+                            "typeName" : "String",
+                            "value" : "capsule"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        0.40785184502601624,
+                        1.7016952824633336e-07,
+                        -5.1050722049694741e-07,
+                        0,
+                        5.1050693627985311e-07,
+                        -2.4309849777637282e-07,
+                        0.40785157680511475,
+                        0,
+                        1.7016913034240133e-07,
+                        -0.40785157680511475,
+                        -2.4309849777637282e-07,
+                        0,
+                        0.0050866906531155109,
+                        0.13746640086174011,
+                        0.0085356254130601883,
+                        1
+                      ]
+                    }
+                  },
+                  "7C91F3B4-8441-4B18-8563-F67DB7E43A4C" : null,
+                  "8B291734-F634-4F1E-9AD2-DD330D758874" : null,
+                  "9E8F7CD9-DDB0-420C-99B8-54E7F0C8C557" : null,
+                  "44D75FCF-CF1B-4BB3-8ED6-56BABEBE28AF" : null,
+                  "50CFFEA4-FFB4-43ED-91E7-FB01C9A7FE44" : null,
+                  "057A3D2F-8EDC-4D9E-8FC5-3BEFD2DE183A" : null,
+                  "78E46B53-7785-4356-8063-57F5046EAB06" : null,
+                  "96C63FF9-76B8-4FBF-A258-93C3FD3B055B" : null,
+                  "147DE9FB-FEDD-4E5F-9685-E17DD31E1783" : null,
+                  "283B1EB4-2488-4FBE-B3F8-2C0D395F1DB3" : {
+                    "overrides" : {
+                      "arguments" : [
+                        [
+                          "arrowAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowAngleOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : -17
+                          }
+                        ],
+                        [
+                          "arrowLength",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.31
+                          }
+                        ],
+                        [
+                          "arrowParam",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.070000000000000034
+                          }
+                        ],
+                        [
+                          "bevelRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "bubbleArrowBlendOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.29999999999999999
+                          }
+                        ],
+                        [
+                          "bubbleMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "paintEnamelMatte"
+                          }
+                        ],
+                        [
+                          "bubbleMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              1,
+                              1,
+                              1,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "bubbleType",
+                          {
+                            "typeName" : "String",
+                            "value" : "thought"
+                          }
+                        ],
+                        [
+                          "cornerRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "featureAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 135
+                          }
+                        ],
+                        [
+                          "height",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.18268999999999999
+                          }
+                        ],
+                        [
+                          "message",
+                          {
+                            "typeName" : "String",
+                            "value" : "Put three items together and scan them"
+                          }
+                        ],
+                        [
+                          "messageFont",
+                          {
+                            "typeName" : "String",
+                            "value" : "IBMPlexMono-Medium"
+                          }
+                        ],
+                        [
+                          "messageMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "plastic"
+                          }
+                        ],
+                        [
+                          "messageMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "messageScale",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.83335955889132918
+                          }
+                        ],
+                        [
+                          "numFeatures",
+                          {
+                            "typeName" : "Int",
+                            "value" : 8
+                          }
+                        ],
+                        [
+                          "pillowSize",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.5
+                          }
+                        ],
+                        [
+                          "pillowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "thickness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.02
+                          }
+                        ],
+                        [
+                          "width",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.28278999999999999
+                          }
+                        ]
+                      ],
+                      "children" : {
+                        "text_1" : {
+                          "overrides" : {
+                            "factory" : null,
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "7904DD7B-7B97-4301-A9C1-BE57B93AB8AA"
+                                }
+                              ]
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.rc.af.CoreAssetFactories.QuoteBubbleAssetFactory",
+                        "version" : "1.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "024EA320-F2FB-487E-8C95-88C9CB7D1A92"
+                          }
+                        ],
+                        [
+                          "entityName",
+                          {
+                            "typeName" : "String",
+                            "value" : "Lets go!"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1.6535061597824097,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.6535061597824097,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.6535061597824097,
+                        0,
+                        0.27632558345794678,
+                        0.55275827646255493,
+                        0.0003743522975128144,
+                        1
+                      ]
+                    }
+                  },
+                  "435D33F3-F03C-4765-929D-0BFD942776A8" : null,
+                  "581B2BAC-65E9-4B61-8D98-FF2EF6F57659" : null,
+                  "910CD068-929E-405B-9250-51146F94E151" : null,
+                  "3433C475-E4EC-4C85-B634-4935558A08C9" : null,
+                  "70159D90-6D13-4C2A-A82E-D16977501FD7" : null,
+                  "74543A22-4716-4AE9-B2CE-7DC64D96F120" : null,
+                  "2289988E-3E1C-4430-A232-9C3578E4A151" : null,
+                  "61855529-8AEB-4CEC-94BF-D4EDC579EDF3" : null,
+                  "A078B057-C0F8-48F9-9D51-B07B07B8D2C7" : null,
+                  "A466CB0B-8646-450B-AF06-E54EEDE39A3E" : null,
+                  "A865F917-3394-4AC4-8339-03D8020A5DFF" : null,
+                  "BB94B5E4-CF52-4BBF-9DA3-7195CD5F88D5" : null,
+                  "BBDDF33D-95B5-44E9-9008-3280DB9FE289" : null,
+                  "C2C4F9DB-CC54-432A-AB65-BEFDFD24406E" : null,
+                  "C2E11C7C-BB83-4FA1-97FB-68338605EA8D" : null,
+                  "CBAD79AB-3A08-437B-B79C-20CB58299917" : null,
+                  "CF6E2364-15B6-4DE1-8860-486331EB6D40" : null,
+                  "D1368D33-E65C-4064-92EC-820F4F052607" : null,
+                  "DB310D5D-5B41-48B6-958B-A5FF30B422F3" : null,
+                  "E7ACE62F-1947-4DE6-ACCD-273681A4B369" : {
+                    "overrides" : {
+                      "children" : {
+                        "AE01D7B3-F466-4A59-BA03-23E01C4ED931" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "bevelRadius",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.0050000000000000001
+                                }
+                              ],
+                              [
+                                "diameter",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.10000000000000001
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.0019999999999999922
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "plastic"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    0.85000002384185791,
+                                    0.85000002384185791,
+                                    0.17000000178813934,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "type",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "cylinder"
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.PrimitiveShapeAssetFactory",
+                              "version" : "1.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "054E2A6F-0D9F-4A54-8D89-A022C3D8C391"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.99999994039535522,
+                              4.1724933907971717e-07,
+                              -1.2516837841758388e-06,
+                              0,
+                              1.2516819651864353e-06,
+                              7.1525477096656687e-07,
+                              0.99999850988388062,
+                              0,
+                              4.1724953803168319e-07,
+                              -0.99999850988388062,
+                              7.1525477096656687e-07,
+                              0,
+                              0,
+                              0.049999944865703583,
+                              -0.00024442223366349936,
+                              0.99999994039535522
+                            ]
+                          }
+                        },
+                        "F545348F-A95B-45EC-83F1-4FBDF546936B" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "boundHeight",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 1.5
+                                }
+                              ],
+                              [
+                                "boundWidth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 6
+                                }
+                              ],
+                              [
+                                "depth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.22
+                                }
+                              ],
+                              [
+                                "font",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "IBMPlexMono-Bold"
+                                }
+                              ],
+                              [
+                                "hasBackground",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.04317332056637662
+                                }
+                              ],
+                              [
+                                "horizontalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "center"
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "standard"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    1,
+                                    1,
+                                    1,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "oneLine",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "precision",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "normal"
+                                }
+                              ],
+                              [
+                                "text",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "scan\n\n\n"
+                                }
+                              ],
+                              [
+                                "verticalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "bottom"
+                                }
+                              ],
+                              [
+                                "verticalPosition",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "middle"
+                                }
+                              ],
+                              [
+                                "wordWrap",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.Text",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "063F58A5-30CC-4ED7-BAC1-06792F1A7B7F"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.46791541576385498,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791541576385498,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791541576385498,
+                              0,
+                              0.00070881843566894531,
+                              0.025117905810475349,
+                              0.00075564405415207148,
+                              0.99999994039535522
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "35276AF4-F724-4CE1-AEB5-FA4870EE63B9"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0.20203913748264313,
+                        0.064738258719444275,
+                        0.0017122863791882992,
+                        1
+                      ]
+                    }
+                  },
+                  "EC71335E-345D-4996-8DE2-D172C05F6DFD" : null,
+                  "F3D34CA1-3BBC-4F70-B05B-92B79A85D37A" : null
+                },
+                "factory" : null,
+                "runtimeAttributes" : [
+                  [
+                    "isAccessibilityEnabled",
+                    {
+                      "typeName" : "Bool",
+                      "value" : false
+                    }
+                  ]
+                ]
+              },
+              "physicsMode" : "grid",
+              "title" : "BFA1 9",
+              "viewTransform" : {
+                "cameraTransform" : [
+                  0.99999421834945679,
+                  -4.6100467443466187e-08,
+                  -0.0033880248665809631,
+                  0,
+                  -0.001345281838439405,
+                  0.91778147220611572,
+                  -0.39708349108695984,
+                  0,
+                  0.0031094644218683243,
+                  0.39708587527275085,
+                  0.91777610778808594,
+                  0,
+                  0.10147520899772644,
+                  0.71790242195129395,
+                  1.1666033267974854,
+                  1
+                ],
+                "sceneTransform" : [
+                  1,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  1
+                ]
+              }
+            }
+          ],
+          "__version" : 5
+        },
+        {
+          "__content" : [
+            {
+              "arAnchorSpecification" : {
+                "alignment" : "horizontal",
+                "name" : "surface"
+              },
+              "behaviors" : [
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildOutAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 0,
+                                          "fadeOut" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "9EC9F1C3-3F04-4567-AF30-745830974BD2",
+                                            "B3C8285D-B2A6-4FA8-902D-F5140281E5E0",
+                                            "C7B5B1F6-B365-4B73-B039-D972FA0844BF"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "hide"
+                                        }
+                                      },
+                                      "identifier" : "2D8FBA9D-40EA-46BF-B8B8-5B8C80AD94A9",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "2C019194-CA83-4B94-BBDE-8E653FF5C48A",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "6314FE99-8C15-4588-9222-DE6BD948AFFB",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "EE888AD7-E282-4B14-BC70-C6F72AC7DBB5",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "9EC9F1C3-3F04-4567-AF30-745830974BD2"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "29B29AA4-BCF3-4B72-942B-C998849E595E",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                },
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 2,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "B3C8285D-B2A6-4FA8-902D-F5140281E5E0"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "3F744226-ABA8-4860-A8B8-8C455CF0BB84",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "D176B354-55C3-4154-8F9E-9706DE6E7040",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "97706E29-46E4-4CB8-B293-7BC7DE2B7D22",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "C9A40206-039F-4C8D-B5DD-5A379A2B81A3",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "C7B5B1F6-B365-4B73-B039-D972FA0844BF"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "6133F057-679A-453B-96E5-4424A3AC6F5F",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "7CF70724-7876-4E64-A2CB-4A7A661449A9",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.364705890417099,
+                        0.74117648601531982,
+                        0.69019609689712524,
+                        1
+                      ],
+                      "identifier" : "9D4A00CD-42EF-4859-9F47-049B3BF56509",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+
+                                },
+                                "name" : "start"
+                              },
+                              "identifier" : "A773F0A3-6163-4031-A0D6-AD4EAC8C5078",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                },
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "targetScene" : "5EDC118C-B61E-4840-A95E-BC83F25ADD86"
+                                        },
+                                        "name" : {
+                                          "type" : "changeScene"
+                                        }
+                                      },
+                                      "identifier" : "0ED5DAFB-2832-4BB5-92BE-51D71D44798F",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "49156389-7A1E-4A70-9FD3-7F7E100824B3",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.21568627655506134,
+                        0.72549021244049072,
+                        0.80000001192092896,
+                        1
+                      ],
+                      "identifier" : "AABB753B-F133-4815-919E-5500225A7794",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour 1",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+                                  "target" : [
+                                    "C7B5B1F6-B365-4B73-B039-D972FA0844BF"
+                                  ]
+                                },
+                                "name" : "tapTarget"
+                              },
+                              "identifier" : "6A918D2D-BA00-4818-8408-35292132DA5E",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                }
+              ],
+              "gravity" : [
+                0,
+                -9.8000001907348633,
+                0
+              ],
+              "identifier" : "48297369-D89F-4F6C-B57A-2FF8E853A19A",
+              "material" : "concrete",
+              "overrides" : {
+                "children" : {
+                  "1AEEAB2C-037D-42B1-8910-615F9C47EC94" : null,
+                  "1BD65D60-62E4-4E23-8988-BAC47EED9D41" : null,
+                  "2EB77437-77B3-493F-8F04-A6DA514DD8B3" : null,
+                  "3B4D2DDF-6DE9-4018-AB84-8209035207B6" : null,
+                  "3D8E51BD-5592-444B-9E28-17F6498A801A" : null,
+                  "3F54BC97-9045-40E7-A08B-4A8AA4C60A8B" : null,
+                  "4B87C6EA-51BA-47BD-BED5-D1C4FDEB3E0C" : null,
+                  "4DC2CA7E-CB3C-4738-B504-7D30CA09B979" : null,
+                  "6BBC8894-A783-4C02-8D83-6CD3EF533573" : {
+                    "overrides" : {
+                      "children" : {
+                        "USDScene" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "includeSceneScaling",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "subpath",
+                                {
+                                  "typeName" : "String",
+                                  "value" : ""
+                                }
+                              ],
+                              [
+                                "url",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "model:9b3ce657f4677964bbb90de70be311c3\/413c6c78-889f-4b3f-bc2e-c0e6d7124d7c.usdz"
+                                }
+                              ],
+                              [
+                                "withDescendants",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : true
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.af.FileImportAssetFactory",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "65BEF2CB-E323-4638-9C85-BB3044A73610"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "9EC9F1C3-3F04-4567-AF30-745830974BD2"
+                          }
+                        ],
+                        [
+                          "rigidBody-enabled",
+                          {
+                            "typeName" : "Bool",
+                            "value" : false
+                          }
+                        ],
+                        [
+                          "rigidBody-material",
+                          {
+                            "typeName" : "RigidBodyMaterial",
+                            "value" : {
+                              "builtIn" : "lead",
+                              "overrides" : {
+
+                              }
+                            }
+                          }
+                        ],
+                        [
+                          "rigidBody-motionType",
+                          {
+                            "typeName" : "REMotionType",
+                            "value" : "static"
+                          }
+                        ],
+                        [
+                          "rigidBody-shapeType",
+                          {
+                            "typeName" : "String",
+                            "value" : "capsule"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        0.40785184502601624,
+                        1.7016952824633336e-07,
+                        -5.1050722049694741e-07,
+                        0,
+                        5.1050693627985311e-07,
+                        -2.4309849777637282e-07,
+                        0.40785157680511475,
+                        0,
+                        1.7016913034240133e-07,
+                        -0.40785157680511475,
+                        -2.4309849777637282e-07,
+                        0,
+                        0.0050866906531155109,
+                        0.13746640086174011,
+                        0.0085356254130601883,
+                        1
+                      ]
+                    }
+                  },
+                  "7C91F3B4-8441-4B18-8563-F67DB7E43A4C" : null,
+                  "8B291734-F634-4F1E-9AD2-DD330D758874" : null,
+                  "9E8F7CD9-DDB0-420C-99B8-54E7F0C8C557" : null,
+                  "44D75FCF-CF1B-4BB3-8ED6-56BABEBE28AF" : null,
+                  "50CFFEA4-FFB4-43ED-91E7-FB01C9A7FE44" : null,
+                  "057A3D2F-8EDC-4D9E-8FC5-3BEFD2DE183A" : null,
+                  "74EAB3C2-CACA-4DD7-9C1D-CD172A9FB626" : {
+                    "overrides" : {
+                      "children" : {
+                        "AE01D7B3-F466-4A59-BA03-23E01C4ED931" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "bevelRadius",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.0050000000000000001
+                                }
+                              ],
+                              [
+                                "diameter",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.10000000000000001
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.0019999999999999922
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "plastic"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    0.85000002384185791,
+                                    0.85000002384185791,
+                                    0.17000000178813934,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "type",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "cylinder"
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.PrimitiveShapeAssetFactory",
+                              "version" : "1.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "62238FE6-11FB-409E-B0B3-0D417C8C7BF4"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.99999994039535522,
+                              4.1724933907971717e-07,
+                              -1.2516837841758388e-06,
+                              0,
+                              1.2516819651864353e-06,
+                              7.1525477096656687e-07,
+                              0.99999850988388062,
+                              0,
+                              4.1724953803168319e-07,
+                              -0.99999850988388062,
+                              7.1525477096656687e-07,
+                              0,
+                              0,
+                              0.049999944865703583,
+                              -0.00024442223366349936,
+                              0.99999994039535522
+                            ]
+                          }
+                        },
+                        "F545348F-A95B-45EC-83F1-4FBDF546936B" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "boundHeight",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 1.5
+                                }
+                              ],
+                              [
+                                "boundWidth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 6
+                                }
+                              ],
+                              [
+                                "depth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.22
+                                }
+                              ],
+                              [
+                                "font",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "IBMPlexMono-Bold"
+                                }
+                              ],
+                              [
+                                "hasBackground",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.04317332056637662
+                                }
+                              ],
+                              [
+                                "horizontalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "center"
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "standard"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    1,
+                                    1,
+                                    1,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "oneLine",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "precision",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "normal"
+                                }
+                              ],
+                              [
+                                "text",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "scan\n\n\n"
+                                }
+                              ],
+                              [
+                                "verticalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "bottom"
+                                }
+                              ],
+                              [
+                                "verticalPosition",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "middle"
+                                }
+                              ],
+                              [
+                                "wordWrap",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.Text",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "340CABF7-0F55-4FA6-9F10-1AFE8E1B5C53"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.46791541576385498,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791541576385498,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791541576385498,
+                              0,
+                              0.00070881843566894531,
+                              0.025117905810475349,
+                              0.00075564405415207148,
+                              0.99999994039535522
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "C7B5B1F6-B365-4B73-B039-D972FA0844BF"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0.20203913748264313,
+                        0.064738258719444275,
+                        0.0017122863791882992,
+                        1
+                      ]
+                    }
+                  },
+                  "78E46B53-7785-4356-8063-57F5046EAB06" : null,
+                  "96C63FF9-76B8-4FBF-A258-93C3FD3B055B" : null,
+                  "147DE9FB-FEDD-4E5F-9685-E17DD31E1783" : null,
+                  "283B1EB4-2488-4FBE-B3F8-2C0D395F1DB3" : {
+                    "overrides" : {
+                      "arguments" : [
+                        [
+                          "arrowAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowAngleOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : -17
+                          }
+                        ],
+                        [
+                          "arrowLength",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.31
+                          }
+                        ],
+                        [
+                          "arrowParam",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.070000000000000034
+                          }
+                        ],
+                        [
+                          "bevelRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "bubbleArrowBlendOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.29999999999999999
+                          }
+                        ],
+                        [
+                          "bubbleMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "paintEnamelMatte"
+                          }
+                        ],
+                        [
+                          "bubbleMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              1,
+                              1,
+                              1,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "bubbleType",
+                          {
+                            "typeName" : "String",
+                            "value" : "thought"
+                          }
+                        ],
+                        [
+                          "cornerRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "featureAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 135
+                          }
+                        ],
+                        [
+                          "height",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.18268999999999999
+                          }
+                        ],
+                        [
+                          "message",
+                          {
+                            "typeName" : "String",
+                            "value" : "No, this password does not match. Try to put together and scan the other three items."
+                          }
+                        ],
+                        [
+                          "messageFont",
+                          {
+                            "typeName" : "String",
+                            "value" : "IBMPlexMono-Medium"
+                          }
+                        ],
+                        [
+                          "messageMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "plastic"
+                          }
+                        ],
+                        [
+                          "messageMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "messageScale",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.86930027044075242
+                          }
+                        ],
+                        [
+                          "numFeatures",
+                          {
+                            "typeName" : "Int",
+                            "value" : 8
+                          }
+                        ],
+                        [
+                          "pillowSize",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.5
+                          }
+                        ],
+                        [
+                          "pillowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "thickness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.02
+                          }
+                        ],
+                        [
+                          "width",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.28278999999999999
+                          }
+                        ]
+                      ],
+                      "children" : {
+                        "text_1" : {
+                          "overrides" : {
+                            "factory" : null,
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "2831E635-B9CB-4680-807F-5B3DFC9B99B6"
+                                }
+                              ]
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.rc.af.CoreAssetFactories.QuoteBubbleAssetFactory",
+                        "version" : "1.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "B3C8285D-B2A6-4FA8-902D-F5140281E5E0"
+                          }
+                        ],
+                        [
+                          "entityName",
+                          {
+                            "typeName" : "String",
+                            "value" : "Lets go!"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1.9549477100372314,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.9549477100372314,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.9549477100372314,
+                        0,
+                        0.29124507308006287,
+                        0.60340708494186401,
+                        0.00037423058529384434,
+                        1
+                      ]
+                    }
+                  },
+                  "435D33F3-F03C-4765-929D-0BFD942776A8" : null,
+                  "581B2BAC-65E9-4B61-8D98-FF2EF6F57659" : null,
+                  "910CD068-929E-405B-9250-51146F94E151" : null,
+                  "3433C475-E4EC-4C85-B634-4935558A08C9" : null,
+                  "70159D90-6D13-4C2A-A82E-D16977501FD7" : null,
+                  "74543A22-4716-4AE9-B2CE-7DC64D96F120" : null,
+                  "2289988E-3E1C-4430-A232-9C3578E4A151" : null,
+                  "61855529-8AEB-4CEC-94BF-D4EDC579EDF3" : null,
+                  "A078B057-C0F8-48F9-9D51-B07B07B8D2C7" : null,
+                  "A466CB0B-8646-450B-AF06-E54EEDE39A3E" : null,
+                  "A865F917-3394-4AC4-8339-03D8020A5DFF" : null,
+                  "BB94B5E4-CF52-4BBF-9DA3-7195CD5F88D5" : null,
+                  "BBDDF33D-95B5-44E9-9008-3280DB9FE289" : null,
+                  "C2C4F9DB-CC54-432A-AB65-BEFDFD24406E" : null,
+                  "C2E11C7C-BB83-4FA1-97FB-68338605EA8D" : null,
+                  "CBAD79AB-3A08-437B-B79C-20CB58299917" : null,
+                  "CF6E2364-15B6-4DE1-8860-486331EB6D40" : null,
+                  "D1368D33-E65C-4064-92EC-820F4F052607" : null,
+                  "DB310D5D-5B41-48B6-958B-A5FF30B422F3" : null,
+                  "EC71335E-345D-4996-8DE2-D172C05F6DFD" : null,
+                  "F3D34CA1-3BBC-4F70-B05B-92B79A85D37A" : null
+                },
+                "factory" : null,
+                "runtimeAttributes" : [
+                  [
+                    "isAccessibilityEnabled",
+                    {
+                      "typeName" : "Bool",
+                      "value" : false
+                    }
+                  ]
+                ]
+              },
+              "physicsMode" : "grid",
+              "title" : "BFA1 10",
+              "viewTransform" : {
+                "cameraTransform" : [
+                  0.99999421834945679,
+                  -4.6100467443466187e-08,
+                  -0.0033880248665809631,
+                  0,
+                  -0.001345281838439405,
+                  0.91778147220611572,
+                  -0.39708349108695984,
+                  0,
+                  0.0031094644218683243,
+                  0.39708587527275085,
+                  0.91777610778808594,
+                  0,
+                  0.10147520899772644,
+                  0.71790242195129395,
+                  1.1666033267974854,
+                  1
+                ],
+                "sceneTransform" : [
+                  1,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  1
+                ]
+              }
+            }
+          ],
+          "__version" : 5
+        },
+        {
+          "__content" : [
+            {
+              "arAnchorSpecification" : {
+                "alignment" : "horizontal",
+                "name" : "surface"
+              },
+              "behaviors" : [
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildOutAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 0,
+                                          "fadeOut" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "FE13A092-D6CB-4980-8ADE-56385002E854",
+                                            "F682F012-4D95-41D8-9A54-2FFB13D05607",
+                                            "3F9EBA05-11BD-46EC-A177-CF37D98B0640"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "hide"
+                                        }
+                                      },
+                                      "identifier" : "2D8FBA9D-40EA-46BF-B8B8-5B8C80AD94A9",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "2C019194-CA83-4B94-BBDE-8E653FF5C48A",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "6314FE99-8C15-4588-9222-DE6BD948AFFB",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "EE888AD7-E282-4B14-BC70-C6F72AC7DBB5",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "FE13A092-D6CB-4980-8ADE-56385002E854"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "29B29AA4-BCF3-4B72-942B-C998849E595E",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                },
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 2,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "F682F012-4D95-41D8-9A54-2FFB13D05607"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "3F744226-ABA8-4860-A8B8-8C455CF0BB84",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "D176B354-55C3-4154-8F9E-9706DE6E7040",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "duration" : 1
+                                        },
+                                        "name" : {
+                                          "type" : "wait"
+                                        }
+                                      },
+                                      "identifier" : "97706E29-46E4-4CB8-B293-7BC7DE2B7D22",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "C9A40206-039F-4C8D-B5DD-5A379A2B81A3",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        },
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "angularCoefficient" : 1,
+                                          "animationStyle" : "basic",
+                                          "buildInAnimationType" : "none",
+                                          "distance" : 1,
+                                          "duration" : 1,
+                                          "fadeIn" : true,
+                                          "linearCoefficient" : 1,
+                                          "moveEase" : "easeInOut",
+                                          "respectPhysics" : false,
+                                          "target" : [
+                                            "3F9EBA05-11BD-46EC-A177-CF37D98B0640"
+                                          ]
+                                        },
+                                        "name" : {
+                                          "type" : "show"
+                                        }
+                                      },
+                                      "identifier" : "6133F057-679A-453B-96E5-4424A3AC6F5F",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "7CF70724-7876-4E64-A2CB-4A7A661449A9",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.364705890417099,
+                        0.74117648601531982,
+                        0.69019609689712524,
+                        1
+                      ],
+                      "identifier" : "9D4A00CD-42EF-4859-9F47-049B3BF56509",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+
+                                },
+                                "name" : "start"
+                              },
+                              "identifier" : "A773F0A3-6163-4031-A0D6-AD4EAC8C5078",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                },
+                {
+                  "__content" : [
+                    {
+                      "accessibility" : {
+                        "__content" : [
+                          {
+                            "isEnabled" : false
+                          }
+                        ],
+                        "__version" : 1
+                      },
+                      "actionGroups" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurations" : [
+                                {
+                                  "__content" : [
+                                    {
+                                      "configurationBox" : {
+                                        "configuration" : {
+                                          "target" : [
+
+                                          ],
+                                          "userIdentifier" : "BFCompleted"
+                                        },
+                                        "name" : {
+                                          "type" : "custom"
+                                        }
+                                      },
+                                      "identifier" : "2117EC43-2D0C-402B-A977-DB7987612235",
+                                      "isEnabled" : true
+                                    }
+                                  ],
+                                  "__version" : 1
+                                }
+                              ],
+                              "identifier" : "65A0C77A-45E6-4719-BF0F-F8576CF58F86",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ],
+                      "color" : [
+                        0.21568627655506134,
+                        0.72549021244049072,
+                        0.80000001192092896,
+                        1
+                      ],
+                      "identifier" : "AABB753B-F133-4815-919E-5500225A7794",
+                      "isEnabled" : true,
+                      "isLooping" : false,
+                      "isModal" : false,
+                      "name" : "Behaviour 1",
+                      "triggers" : [
+                        {
+                          "__content" : [
+                            {
+                              "configurationBox" : {
+                                "configuration" : {
+                                  "target" : [
+                                    "3F9EBA05-11BD-46EC-A177-CF37D98B0640"
+                                  ]
+                                },
+                                "name" : "tapTarget"
+                              },
+                              "identifier" : "6A918D2D-BA00-4818-8408-35292132DA5E",
+                              "isEnabled" : true
+                            }
+                          ],
+                          "__version" : 1
+                        }
+                      ]
+                    }
+                  ],
+                  "__version" : 3
+                }
+              ],
+              "gravity" : [
+                0,
+                -9.8000001907348633,
+                0
+              ],
+              "identifier" : "5EDC118C-B61E-4840-A95E-BC83F25ADD86",
+              "material" : "concrete",
+              "overrides" : {
+                "children" : {
+                  "1AEEAB2C-037D-42B1-8910-615F9C47EC94" : null,
+                  "1BD65D60-62E4-4E23-8988-BAC47EED9D41" : null,
+                  "2EB77437-77B3-493F-8F04-A6DA514DD8B3" : null,
+                  "3A1D3E12-D28A-4DBB-B725-80C364B39CBB" : null,
+                  "3B4D2DDF-6DE9-4018-AB84-8209035207B6" : null,
+                  "3D8E51BD-5592-444B-9E28-17F6498A801A" : null,
+                  "3F54BC97-9045-40E7-A08B-4A8AA4C60A8B" : null,
+                  "4B87C6EA-51BA-47BD-BED5-D1C4FDEB3E0C" : null,
+                  "4DC2CA7E-CB3C-4738-B504-7D30CA09B979" : null,
+                  "6BBC8894-A783-4C02-8D83-6CD3EF533573" : {
+                    "overrides" : {
+                      "children" : {
+                        "USDScene" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "includeSceneScaling",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "subpath",
+                                {
+                                  "typeName" : "String",
+                                  "value" : ""
+                                }
+                              ],
+                              [
+                                "url",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "model:9b3ce657f4677964bbb90de70be311c3\/413c6c78-889f-4b3f-bc2e-c0e6d7124d7c.usdz"
+                                }
+                              ],
+                              [
+                                "withDescendants",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : true
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.af.FileImportAssetFactory",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "18F6DEF1-CC49-42EF-95E3-C71D08993F0F"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1,
+                              0,
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "FE13A092-D6CB-4980-8ADE-56385002E854"
+                          }
+                        ],
+                        [
+                          "rigidBody-enabled",
+                          {
+                            "typeName" : "Bool",
+                            "value" : false
+                          }
+                        ],
+                        [
+                          "rigidBody-material",
+                          {
+                            "typeName" : "RigidBodyMaterial",
+                            "value" : {
+                              "builtIn" : "lead",
+                              "overrides" : {
+
+                              }
+                            }
+                          }
+                        ],
+                        [
+                          "rigidBody-motionType",
+                          {
+                            "typeName" : "REMotionType",
+                            "value" : "static"
+                          }
+                        ],
+                        [
+                          "rigidBody-shapeType",
+                          {
+                            "typeName" : "String",
+                            "value" : "capsule"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        0.40785184502601624,
+                        1.7016952824633336e-07,
+                        -5.1050722049694741e-07,
+                        0,
+                        5.1050693627985311e-07,
+                        -2.4309849777637282e-07,
+                        0.40785157680511475,
+                        0,
+                        1.7016913034240133e-07,
+                        -0.40785157680511475,
+                        -2.4309849777637282e-07,
+                        0,
+                        0.0050866906531155109,
+                        0.13746640086174011,
+                        0.0085356254130601883,
+                        1
+                      ]
+                    }
+                  },
+                  "7C91F3B4-8441-4B18-8563-F67DB7E43A4C" : null,
+                  "8B291734-F634-4F1E-9AD2-DD330D758874" : null,
+                  "9E8F7CD9-DDB0-420C-99B8-54E7F0C8C557" : null,
+                  "44D75FCF-CF1B-4BB3-8ED6-56BABEBE28AF" : null,
+                  "50CFFEA4-FFB4-43ED-91E7-FB01C9A7FE44" : null,
+                  "057A3D2F-8EDC-4D9E-8FC5-3BEFD2DE183A" : null,
+                  "78E46B53-7785-4356-8063-57F5046EAB06" : null,
+                  "96C63FF9-76B8-4FBF-A258-93C3FD3B055B" : null,
+                  "114EE457-5F6D-40E8-A119-94106A4B889B" : null,
+                  "147DE9FB-FEDD-4E5F-9685-E17DD31E1783" : null,
+                  "283B1EB4-2488-4FBE-B3F8-2C0D395F1DB3" : {
+                    "overrides" : {
+                      "arguments" : [
+                        [
+                          "arrowAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowAngleOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : -17
+                          }
+                        ],
+                        [
+                          "arrowLength",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.31
+                          }
+                        ],
+                        [
+                          "arrowParam",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.92000000000000004
+                          }
+                        ],
+                        [
+                          "arrowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.070000000000000034
+                          }
+                        ],
+                        [
+                          "bevelRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "bubbleArrowBlendOffset",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.29999999999999999
+                          }
+                        ],
+                        [
+                          "bubbleMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "paintEnamelMatte"
+                          }
+                        ],
+                        [
+                          "bubbleMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              1,
+                              1,
+                              1,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "bubbleType",
+                          {
+                            "typeName" : "String",
+                            "value" : "thought"
+                          }
+                        ],
+                        [
+                          "cornerRoundness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "featureAngle",
+                          {
+                            "typeName" : "Double",
+                            "value" : 135
+                          }
+                        ],
+                        [
+                          "height",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.18268999999999999
+                          }
+                        ],
+                        [
+                          "message",
+                          {
+                            "typeName" : "String",
+                            "value" : "Yes, you guessed the three-character password."
+                          }
+                        ],
+                        [
+                          "messageFont",
+                          {
+                            "typeName" : "String",
+                            "value" : "IBMPlexMono-Medium"
+                          }
+                        ],
+                        [
+                          "messageMaterial",
+                          {
+                            "typeName" : "String",
+                            "value" : "plastic"
+                          }
+                        ],
+                        [
+                          "messageMaterialColor",
+                          {
+                            "typeName" : "double4",
+                            "value" : [
+                              0,
+                              0,
+                              0,
+                              1
+                            ]
+                          }
+                        ],
+                        [
+                          "messageScale",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.80224810240913358
+                          }
+                        ],
+                        [
+                          "numFeatures",
+                          {
+                            "typeName" : "Int",
+                            "value" : 8
+                          }
+                        ],
+                        [
+                          "pillowSize",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.5
+                          }
+                        ],
+                        [
+                          "pillowWidth",
+                          {
+                            "typeName" : "Double",
+                            "value" : 1
+                          }
+                        ],
+                        [
+                          "thickness",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.02
+                          }
+                        ],
+                        [
+                          "width",
+                          {
+                            "typeName" : "Double",
+                            "value" : 0.28278999999999999
+                          }
+                        ]
+                      ],
+                      "children" : {
+                        "text_1" : {
+                          "overrides" : {
+                            "factory" : null,
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "DCEF0DD2-6E03-4665-88A8-55762153612F"
+                                }
+                              ]
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.rc.af.CoreAssetFactories.QuoteBubbleAssetFactory",
+                        "version" : "1.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "F682F012-4D95-41D8-9A54-2FFB13D05607"
+                          }
+                        ],
+                        [
+                          "entityName",
+                          {
+                            "typeName" : "String",
+                            "value" : "Lets go!"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1.9549477100372314,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.9549477100372314,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1.9549477100372314,
+                        0,
+                        0.29124507308006287,
+                        0.60340708494186401,
+                        0.00037423058529384434,
+                        1
+                      ]
+                    }
+                  },
+                  "435D33F3-F03C-4765-929D-0BFD942776A8" : null,
+                  "581B2BAC-65E9-4B61-8D98-FF2EF6F57659" : null,
+                  "910CD068-929E-405B-9250-51146F94E151" : null,
+                  "3433C475-E4EC-4C85-B634-4935558A08C9" : null,
+                  "70159D90-6D13-4C2A-A82E-D16977501FD7" : null,
+                  "74543A22-4716-4AE9-B2CE-7DC64D96F120" : null,
+                  "2289988E-3E1C-4430-A232-9C3578E4A151" : null,
+                  "61855529-8AEB-4CEC-94BF-D4EDC579EDF3" : null,
+                  "A078B057-C0F8-48F9-9D51-B07B07B8D2C7" : null,
+                  "A466CB0B-8646-450B-AF06-E54EEDE39A3E" : null,
+                  "A865F917-3394-4AC4-8339-03D8020A5DFF" : null,
+                  "BB94B5E4-CF52-4BBF-9DA3-7195CD5F88D5" : null,
+                  "BBDDF33D-95B5-44E9-9008-3280DB9FE289" : null,
+                  "C2C4F9DB-CC54-432A-AB65-BEFDFD24406E" : null,
+                  "C2E11C7C-BB83-4FA1-97FB-68338605EA8D" : null,
+                  "CBAD79AB-3A08-437B-B79C-20CB58299917" : null,
+                  "CF6E2364-15B6-4DE1-8860-486331EB6D40" : null,
+                  "D1368D33-E65C-4064-92EC-820F4F052607" : null,
+                  "DB310D5D-5B41-48B6-958B-A5FF30B422F3" : null,
+                  "EC71335E-345D-4996-8DE2-D172C05F6DFD" : null,
+                  "F3D34CA1-3BBC-4F70-B05B-92B79A85D37A" : null,
+                  "F92C56B3-4246-4ACF-8DE0-6A28B3666A13" : {
+                    "overrides" : {
+                      "children" : {
+                        "CA44F42D-B9AB-4411-AD31-3FBA1EF30537" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "bevelRadius",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.014592786801010466
+                                }
+                              ],
+                              [
+                                "depth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.002
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.12336984572974842
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "standard"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    0.14000000059604645,
+                                    0.14000000059604645,
+                                    0.69999998807907104,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "type",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "box"
+                                }
+                              ],
+                              [
+                                "width",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.33416449783759899
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.PrimitiveShapeAssetFactory",
+                              "version" : "1.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "8C45E998-369A-4437-ABD2-C918F5F1C915"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0.028863333165645599,
+                              -1.0768011549089351e-07,
+                              0.99999994039535522
+                            ]
+                          }
+                        },
+                        "F52A9595-2E83-409D-9699-C4898DC3ED8A" : {
+                          "overrides" : {
+                            "arguments" : [
+                              [
+                                "boundHeight",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 1.5
+                                }
+                              ],
+                              [
+                                "boundWidth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 6
+                                }
+                              ],
+                              [
+                                "depth",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.22
+                                }
+                              ],
+                              [
+                                "font",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "IBMPlexMono-Bold"
+                                }
+                              ],
+                              [
+                                "hasBackground",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "height",
+                                {
+                                  "typeName" : "Double",
+                                  "value" : 0.04317332056637662
+                                }
+                              ],
+                              [
+                                "horizontalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "center"
+                                }
+                              ],
+                              [
+                                "material",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "standard"
+                                }
+                              ],
+                              [
+                                "materialColor",
+                                {
+                                  "typeName" : "double4",
+                                  "value" : [
+                                    1,
+                                    1,
+                                    1,
+                                    1
+                                  ]
+                                }
+                              ],
+                              [
+                                "oneLine",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ],
+                              [
+                                "precision",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "normal"
+                                }
+                              ],
+                              [
+                                "text",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "Continue\n\n"
+                                }
+                              ],
+                              [
+                                "verticalAlignment",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "bottom"
+                                }
+                              ],
+                              [
+                                "verticalPosition",
+                                {
+                                  "typeName" : "String",
+                                  "value" : "middle"
+                                }
+                              ],
+                              [
+                                "wordWrap",
+                                {
+                                  "typeName" : "Bool",
+                                  "value" : false
+                                }
+                              ]
+                            ],
+                            "factory" : {
+                              "identifier" : "com.apple.rc.af.CoreAssetFactories.Text",
+                              "version" : "0.0"
+                            },
+                            "runtimeAttributes" : [
+                              [
+                                "RuntimeIdentifier",
+                                {
+                                  "typeName" : "UUID",
+                                  "value" : "E76DFE1C-8A19-4762-BB75-EDEFF8C3F5A8"
+                                }
+                              ]
+                            ]
+                          },
+                          "transform" : {
+                            "matrix" : [
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791538596153259,
+                              0,
+                              0,
+                              0,
+                              0,
+                              0.46791538596153259,
+                              0,
+                              0.00015151500701904297,
+                              0.017762742936611176,
+                              1.20543575121701e-11,
+                              0.99999994039535522
+                            ]
+                          }
+                        }
+                      },
+                      "factory" : {
+                        "identifier" : "com.apple.af.Group",
+                        "version" : "0.0"
+                      },
+                      "runtimeAttributes" : [
+                        [
+                          "RuntimeIdentifier",
+                          {
+                            "typeName" : "UUID",
+                            "value" : "3F9EBA05-11BD-46EC-A177-CF37D98B0640"
+                          }
+                        ]
+                      ]
+                    },
+                    "transform" : {
+                      "matrix" : [
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0,
+                        0,
+                        0,
+                        1,
+                        0,
+                        0.23883761465549469,
+                        0.083847522735595703,
+                        -2.4272312160178444e-08,
+                        1
+                      ]
+                    }
+                  }
+                },
+                "factory" : null,
+                "runtimeAttributes" : [
+                  [
+                    "isAccessibilityEnabled",
+                    {
+                      "typeName" : "Bool",
+                      "value" : false
+                    }
+                  ]
+                ]
+              },
+              "physicsMode" : "grid",
+              "title" : "BFA1 11",
+              "viewTransform" : {
+                "cameraTransform" : [
+                  0.99999421834945679,
+                  -4.6100467443466187e-08,
+                  -0.0033880248665809631,
+                  0,
+                  -0.001345281838439405,
+                  0.91778147220611572,
+                  -0.39708349108695984,
+                  0,
+                  0.0031094644218683243,
+                  0.39708587527275085,
+                  0.91777610778808594,
+                  0,
+                  0.10147520899772644,
+                  0.71790242195129395,
+                  1.1666033267974854,
+                  1
+                ],
+                "sceneTransform" : [
+                  1,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  0.99999994039535522,
+                  0,
+                  0,
+                  0,
+                  0,
+                  1
+                ]
+              }
+            }
+          ],
+          "__version" : 5
+        }
+      ],
+      "tags" : {
+        "__content" : [
+          {
+            "tagsStore" : {
+
+            }
+          }
+        ],
+        "__version" : 1
+      }
+    }
+  ],
+  "__version" : 1
+}
\ No newline at end of file
diff --git a/Lets Literate/PasswordsIntro.m4v b/Lets Literate/PasswordsIntro.m4v
new file mode 100644
index 0000000000000000000000000000000000000000..fe858afa602591be769c0303bcd7fe0b95337412
Binary files /dev/null and b/Lets Literate/PasswordsIntro.m4v differ
diff --git a/Lets Literate/Station.swift b/Lets Literate/Station.swift
new file mode 100644
index 0000000000000000000000000000000000000000..dd0fd69d13e30f3fec7f54a740d6d49df1c91f62
--- /dev/null
+++ b/Lets Literate/Station.swift	
@@ -0,0 +1,54 @@
+//
+//  Station.swift
+//  Lets Literate
+//
+//  Created by Aljoscha Peters on 02.02.22.
+//
+
+import Foundation
+
+class Station {
+    
+    private var name : String = ""
+    private var solved : Bool = false
+    private var tasks : [Task] = []
+    
+    public func setName (name:String) {
+        self.name = name
+    }
+    public func getName () -> String {
+        return self.name
+    }
+    
+    public func setSolved (solved:Bool) {
+        self.solved = solved
+    }
+    public func isSolved () -> Bool {
+        return self.solved
+    }
+    
+    public func addTask (task : Task) {
+        self.tasks.append(task)
+    }
+    public func getTasks () -> [Task] {
+        return self.tasks
+    }
+    
+    public func getSolvedTasks () -> [Task] {
+        var solvedTasks : [Task] = []
+        for task in tasks {
+            if task.isSolved() == true {
+                solvedTasks.append(task)
+            }
+        }
+        return solvedTasks
+    }
+    
+    private static var allStationsSolved = false
+    public static func setAllStationsSolved (solved:Bool) {
+        Station.allStationsSolved = solved
+    }
+    public static func getAllStationsSolved () -> Bool {
+        return Station.allStationsSolved
+    }
+}
diff --git a/Lets Literate/Task.swift b/Lets Literate/Task.swift
new file mode 100644
index 0000000000000000000000000000000000000000..4169ec92d821821bffacdc6870236696adf5cf33
--- /dev/null
+++ b/Lets Literate/Task.swift	
@@ -0,0 +1,57 @@
+//
+//  Task.swift
+//  Lets Literate
+//
+//  Created by Aljoscha Peters on 05.02.22.
+//
+
+import Foundation
+
+class Task {
+    private var name : String = ""
+    private var description : String = ""
+    private var solved : Bool = false
+    private var isFinal : Bool = false
+    
+    init() {
+        self.name = "NO_TASKNAME"
+        self.name = "NO_DESCRIPTION"
+        self.solved = false
+    }
+    
+    public func setName (name : String) {
+        if name.count > 0 {
+            self.name = name
+        }
+    }
+    
+    public func getName() -> String {
+        return self.name
+    }
+    
+    public func setDescription (description : String) {
+        if description.count > 0 {
+            self.description = description
+        }
+    }
+    
+    public func getDescription() -> String {
+        return self.description
+    }
+    
+    public func setSolved (solved : Bool) {
+        self.solved = solved
+    }
+    
+    public func isSolved () -> Bool {
+        return self.solved
+    }
+    
+    public func setFinal (isFinal : Bool) {
+        self.isFinal = isFinal
+    }
+    
+    public func getIsFinal () -> Bool {
+        return self.isFinal
+    }
+}
diff --git a/Lets Literate/VideoTutorialViewController.swift b/Lets Literate/VideoTutorialViewController.swift
new file mode 100644
index 0000000000000000000000000000000000000000..c2dca1d42dd5a897e1075f39fb28cd9940e43829
--- /dev/null
+++ b/Lets Literate/VideoTutorialViewController.swift	
@@ -0,0 +1,45 @@
+//
+//  VideoTutorialViewController.swift
+//  Lets Literate
+//
+//  Created by Aljoscha Peters on 31.01.22.
+//
+
+import UIKit
+import AVKit
+import AVFoundation
+
+class VideoTutorialViewController: UIViewController {
+    
+    override func viewDidLoad() {
+        super.viewDidLoad()
+        
+        // Do any additional setup after loading the view.
+    }
+
+    @IBAction func btnPlayVideo(_ sender: Any) {
+        guard let url = URL(string: "https://example.com/my-example-video.m3u8") else { return }
+
+        // Create an AVPlayer, passing it the HTTP Live Streaming URL.
+        let player = AVPlayer(url: url)
+
+        // Create a new AVPlayerViewController and pass it a reference to the player.
+        let controller = AVPlayerViewController()
+        controller.player = player
+
+        // Modally present the player and call the player's play() method when complete.
+        present(controller, animated: true) {
+            player.play()
+        }
+    }
+    /*
+    // MARK: - Navigation
+
+    // In a storyboard-based application, you will often want to do a little preparation before navigation
+    override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
+        // Get the new view controller using segue.destination.
+        // Pass the selected object to the new view controller.
+    }
+    */
+
+}
diff --git a/Lets Literate/ViewController.swift b/Lets Literate/ViewController.swift
new file mode 100644
index 0000000000000000000000000000000000000000..3006d2192ef9b088b056dadd3390222b690a1bad
--- /dev/null
+++ b/Lets Literate/ViewController.swift	
@@ -0,0 +1,27 @@
+//
+//  ViewController.swift
+//  Lets Literate
+//
+//  Created by Aljoscha Peters on 31.01.22.
+//
+
+import UIKit
+import RealityKit
+
+class ViewController: UIViewController {
+    
+    @IBOutlet var arView: ARView!
+    
+    override func viewDidLoad() {
+        super.viewDidLoad()
+        
+        //Debug - show info of AR
+        arView.debugOptions = [.showFeaturePoints, .showAnchorOrigins, .showAnchorGeometry]
+        
+        // Load the "Box" scene from the "Experience" Reality File
+        //let boxAnchor = try! Letsliterate.loadFirstScene()
+        
+        // Add the box anchor to the scene
+        //arView.scene.anchors.append(boxAnchor)
+    }
+}
diff --git a/Lets Literate/bruteForce_mask_scan_single_stone.png b/Lets Literate/bruteForce_mask_scan_single_stone.png
new file mode 100755
index 0000000000000000000000000000000000000000..379acdcf39e025dcc8f5ffc8d0f2b4a1ab4a09fc
Binary files /dev/null and b/Lets Literate/bruteForce_mask_scan_single_stone.png differ
diff --git a/Lets Literate/explore_btn_inventory.png b/Lets Literate/explore_btn_inventory.png
new file mode 100644
index 0000000000000000000000000000000000000000..a385df8d9eac060f1b9481f33c43c349d9474cf3
Binary files /dev/null and b/Lets Literate/explore_btn_inventory.png differ
diff --git a/Lets Literate/explore_mask_scan.png b/Lets Literate/explore_mask_scan.png
new file mode 100755
index 0000000000000000000000000000000000000000..152128ecaf4543fa6d633f3d42bea4d4ee651334
Binary files /dev/null and b/Lets Literate/explore_mask_scan.png differ
diff --git a/Lets Literate/good_idea_bad_idea.png b/Lets Literate/good_idea_bad_idea.png
new file mode 100644
index 0000000000000000000000000000000000000000..6085b1297808cc5d2a91b0d545a370e0c63aa15e
Binary files /dev/null and b/Lets Literate/good_idea_bad_idea.png differ
diff --git a/Lets Literate/inventory_collected2.png b/Lets Literate/inventory_collected2.png
new file mode 100644
index 0000000000000000000000000000000000000000..960a0f809bd5d671e0c0393c65e3f829ef9eab59
Binary files /dev/null and b/Lets Literate/inventory_collected2.png differ
diff --git a/Lets Literate/inventory_not_collected.png b/Lets Literate/inventory_not_collected.png
new file mode 100644
index 0000000000000000000000000000000000000000..182e20ef7f54d56ab26a21dce6bf456b264732e2
Binary files /dev/null and b/Lets Literate/inventory_not_collected.png differ
diff --git a/Lets Literate/mainmenu_background02.png b/Lets Literate/mainmenu_background02.png
new file mode 100755
index 0000000000000000000000000000000000000000..f49f79497c539d9f65f3d9d9cc9d7a9896338a46
Binary files /dev/null and b/Lets Literate/mainmenu_background02.png differ
diff --git a/Lets Literate/mainmenu_background03.png b/Lets Literate/mainmenu_background03.png
new file mode 100755
index 0000000000000000000000000000000000000000..03e63af725e9adfbcea9fc77d5aab4672bbba0fd
Binary files /dev/null and b/Lets Literate/mainmenu_background03.png differ
diff --git a/Lets Literate/mainmenu_btn_explore.png b/Lets Literate/mainmenu_btn_explore.png
new file mode 100755
index 0000000000000000000000000000000000000000..cbeba4f2a82f8230326f6e15cd750055df07bd9f
Binary files /dev/null and b/Lets Literate/mainmenu_btn_explore.png differ
diff --git a/Lets Literate/mainmenu_btn_reset.png b/Lets Literate/mainmenu_btn_reset.png
new file mode 100755
index 0000000000000000000000000000000000000000..7394b7bad323c54c35721627b92b0bdd521a7ff3
Binary files /dev/null and b/Lets Literate/mainmenu_btn_reset.png differ
diff --git a/Lets Literate/mainmenu_btn_tutorial.png b/Lets Literate/mainmenu_btn_tutorial.png
new file mode 100755
index 0000000000000000000000000000000000000000..7ea283801bb4a3374db2c48beeaece5ed6b6ef71
Binary files /dev/null and b/Lets Literate/mainmenu_btn_tutorial.png differ
diff --git a/Lets Literate/passwordsBruteForceFrom1To3.mp4 b/Lets Literate/passwordsBruteForceFrom1To3.mp4
new file mode 100755
index 0000000000000000000000000000000000000000..c424b40dc5a7d1c75edf3e35a422cbcc28fcf552
Binary files /dev/null and b/Lets Literate/passwordsBruteForceFrom1To3.mp4 differ
diff --git a/Lets Literate/passwordsBruteForceIntro.m4v b/Lets Literate/passwordsBruteForceIntro.m4v
new file mode 100644
index 0000000000000000000000000000000000000000..1262fcf0955bb41f86517cc68390f1cc6e4268f5
Binary files /dev/null and b/Lets Literate/passwordsBruteForceIntro.m4v differ
diff --git a/Lets Literate/passwordsBruteForceOutro.mp4 b/Lets Literate/passwordsBruteForceOutro.mp4
new file mode 100755
index 0000000000000000000000000000000000000000..f1ef13f7ab6f0cccdb71d42f00dea99595751003
Binary files /dev/null and b/Lets Literate/passwordsBruteForceOutro.mp4 differ
diff --git a/Lets Literate/passwordsIntro.mp4 b/Lets Literate/passwordsIntro.mp4
new file mode 100755
index 0000000000000000000000000000000000000000..f6b22eca54a299b8cd7806b5f532cf58f9b02a75
Binary files /dev/null and b/Lets Literate/passwordsIntro.mp4 differ
diff --git a/Lets Literate/passwordsOutro.mp4 b/Lets Literate/passwordsOutro.mp4
new file mode 100755
index 0000000000000000000000000000000000000000..135e16e63612978f8ba40c7ca725b3c30371e5f2
Binary files /dev/null and b/Lets Literate/passwordsOutro.mp4 differ
diff --git a/Lets Literate/ranking_passwords.png b/Lets Literate/ranking_passwords.png
new file mode 100644
index 0000000000000000000000000000000000000000..102baa1be535b9fd22066b718a98288ab9dfa6b2
Binary files /dev/null and b/Lets Literate/ranking_passwords.png differ
diff --git a/Lets Literate/station_passwords_scan_cube_plane.png b/Lets Literate/station_passwords_scan_cube_plane.png
new file mode 100644
index 0000000000000000000000000000000000000000..86dc4fae96e3b261d3484f2d0daf20abbc913eab
Binary files /dev/null and b/Lets Literate/station_passwords_scan_cube_plane.png differ
diff --git a/Lets Literate/strong_password.png b/Lets Literate/strong_password.png
new file mode 100644
index 0000000000000000000000000000000000000000..02ec1b7684f9f475a461247f7094998967d584b9
Binary files /dev/null and b/Lets Literate/strong_password.png differ
diff --git a/Lets Literate/tutorial.mp4 b/Lets Literate/tutorial.mp4
new file mode 100755
index 0000000000000000000000000000000000000000..a1c2c1a3b1230e5a77993e6a8cd16f0428aa3179
Binary files /dev/null and b/Lets Literate/tutorial.mp4 differ
diff --git a/Lets Literate/types_of_usage.png b/Lets Literate/types_of_usage.png
new file mode 100644
index 0000000000000000000000000000000000000000..2a8808cbe25d7ac14fa4b3194fca1dda724c9a0a
Binary files /dev/null and b/Lets Literate/types_of_usage.png differ
diff --git a/README.md b/README.md
index 45af9a247185dfaff3f876a74781cebf3e46191b..c6a27d000c61b3a863f9307dee80503f8a5422ad 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,3 @@
-Read.me
+# Kim + Explore Collect Reflect
+
+An AR-Game for Primary Students about Digital Souvereignity
\ No newline at end of file