<?xml version="1.0" encoding="utf-8"?>
<screenAssets>
    <screen id="OutroComicView">
        <item id="audio/sfx/sfx_button.mp3">
            <type>sound</type>
        </item>

        <item id="audio/sfx/sfx_sploosh1.mp3">
            <type>sound</type>
        </item>

        <item id="audio/sfx/sfx_sploosh2.mp3">
            <type>sound</type>
        </item>

        <item id="audio/sfx/sfx_star_results1.mp3">
            <type>sound</type>
        </item>

        <item id="audio/sfx/sfx_star_results2.mp3">
            <type>sound</type>
        </item>

        <item id="titleMusic">
            <url>audio/music/menu_music.mp3</url>
            <type>sound</type>
            <tag>BGMusic</tag>
            <volume>0.5</volume>
            <loop>true</loop>
        </item>
        <group id="background">
            <item id="screens/introComic/bg.png">
                <type>image</type>
                <position x="0.0" y="0.0"/>
                <scale x="1" y="1"/>
                <anchor x="0" y="0"/>
            </item>
        </group>

        <pages delayBetweenPages="2">
            <page id="page 1">
                <item id="screens/introComic/Panel 1.png">
                    <type>image</type>
                    <position x="567.5" y="296.5"/>
                    <scale x="1" y="1"/>
                    <anchor x="0.5" y="0.5"/>
                    <soundOnShow>audio/sfx/sfx_sploosh1.mp3</soundOnShow>
                    <tweens>
                        <tween ease="Quadratic.InOut" length="1" scaleFromX="1.5" scaleFromY="1.5" alphaFrom="0" tag="show"/>
                        <tween ease="Quadratic.InOut" length="1" toX="-1000" tag="hide"/>
                    </tweens>
                </item>

                <item id="screens/introComic/Panel 2.png">
                    <type>image</type>
                    <position x="1352.5" y="296.5"/>
                    <scale x="1" y="1"/>
                    <anchor x="0.5" y="0.5"/>
                    <soundOnShow>audio/sfx/sfx_sploosh2.mp3</soundOnShow>
                    <tweens>
                        <tween ease="Quadratic.InOut" length="1" scaleFromX="1.5" scaleFromY="1.5" alphaFrom="0" tag="show" delay="1"/>
                        <tween ease="Quadratic.InOut" length="1" alpha="0" tag="hide"/>
                    </tweens>
                </item>

                <item id="screens/introComic/Panel 3.png">
                    <type>image</type>
                    <position x="567.5" y="784.5"/>
                    <scale x="1" y="1"/>
                    <anchor x="0.5" y="0.5"/>
                    <soundOnShow>audio/sfx/sfx_sploosh1.mp3</soundOnShow>
                    <tweens>
                        <tween ease="Bounce.Out" length="1" scaleFromX="1.5" scaleFromY="1.5" alphaFrom="0" tag="show" delay="2"/>
                        <tween ease="Quadratic.InOut" length="1" alpha="0" tag="hide"/>
                    </tweens>
                </item>

                <item id="screens/introComic/Panel 4.png">
                    <type>image</type>
                    <position x="1352.5" y="784.5"/>
                    <scale x="1" y="1"/>
                    <anchor x="0.5" y="0.5"/>
                    <soundOnShow>audio/sfx/sfx_star_results1.mp3</soundOnShow>
                    <tweens>
                        <tween ease="Quadratic.InOut" length="0.2" fromX="3000" tag="show" delay="3"/>
                        <tween ease="Quadratic.InOut" length="1" toX="3000" tag="hide"/>
                    </tweens>
                </item>
            </page>
            <page id="page 2">


                <item id="screens/introComic/Panel 5.png">
                    <type>image</type>
                    <position x="567.5" y="296.5"/>
                    <scale x="1" y="1"/>
                    <anchor x="0.5" y="0.5"/>
                    <tweens>
                        <tween ease="Quadratic.InOut" length="1" scaleFromX="1.5" scaleFromY="1.5" alphaFrom="0" tag="show"/>
                        <tween ease="Quadratic.InOut" length="1" alpha="0" tag="hide"/>
                    </tweens>
                </item>

                <item id="screens/introComic/Panel 6.png">
                    <type>image</type>
                    <position x="1352.5" y="296.5"/>
                    <scale x="1" y="1"/>
                    <anchor x="0.5" y="0.5"/>
                    <soundOnShow>audio/sfx/sfx_star_results2.mp3</soundOnShow>
                    <tweens>
                        <tween ease="Quadratic.InOut" length="0.2" scaleFromX="1.5" scaleFromY="1.5" alphaFrom="0" tag="show" delay="1"/>
                        <tween ease="Quadratic.InOut" length="1" alpha="0" tag="hide"/>
                    </tweens>
                </item>

                <item id="screens/introComic/Panel 7.png">
                    <type>image</type>
                    <position x="958.5" y="784.5"/>
                    <scale x="1" y="1"/>
                    <anchor x="0.5" y="0.5"/>
                    <tweens>
                        <tween ease="Quadratic.InOut" length="1" scaleFromX="1.5" scaleFromY="1.5" alphaFrom="0" tag="show" delay="2" />
                        <tween ease="Quadratic.InOut" length="1" alpha="0" tag="hide"/>
                    </tweens>
                </item>
            </page>
        </pages>

        <group id="skipButton">
            <item id="screens/introComic/skipButton.png">
                <type>button</type>
                <tag>skip</tag>
                <position x="0.0" y="0.0"/>
                <scale x="1" y="1"/>
                <anchor x="0.5" y="0.5"/>
                <buttonOverSize x="1.05" y="1.05"/>
                <buttonDownSize x="0.95" y="0.95"/>
                <clickSound>audio/sfx/sfx_button.mp3</clickSound>
            </item>
            <position x="1815" y="977"/>
            <tweens>
                <tween delay="1" ease="Quadratic.Out" length="0.4" scaleFromX="0" scaleFromY="0"/>
            </tweens>
        </group>
    </screen>
</screenAssets>