<?xml version="1.0" encoding="utf-8"?>
<screenAssets>
<screen id="DifficultySelectView">
<item id="audio/sfx/sfx_button.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/intro/assets/select_difficulty_bg.png">
<type>image</type>
<position x="0.0" y="0.0"/>
<scale x="1" y="1"/>
<anchor x="0" y="0"/>
</item>
</group>
<item id="game/ui/backButton.png">
<tag>backButton</tag>
<type>button</type>
<position x="110.625" y="112.5"/>
<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>
<item id="game/ui/lock_atlas.png">
<type>atlas</type>
<tag>lock</tag>
<position x="93.75" y="90.0"/>
<scale x="1" y="1"/>
<anchor x="0.5" y="0.5"/>
<animations>
<animation framerate="10" frames="0,1,2,3" id="unlock" loop="false"/>
</animations>
</item>

    <group id="buzz">
        <item id="screens/intro/assets/buz.png">
            <type>image</type>
            <position x="0.0" y="1530.0"/>
            <scale x="1" y="1"/>
            <anchor x="1" y="1"/>
        </item>
        <position x="1920.0" y="0.0"/>
        <tweens>
            <tween delay="0" ease="Quadratic.Out" fromX="2670.0" fromY="360.0" length=".4" tag="show"/>
            <tween delay="0" ease="Quadratic.In" length=".4" tag="hide" toX="2670.0" toY="360.0"/>
            <tween breatheX="1.005" breatheY="1.005" length="2"/>
        </tweens>
    </group>
<group id="woody">
<item id="screens/intro/assets/woody.png">
<type>image</type>
<position x="-500" y="1500"/>
<scale x="1" y="1"/>
<anchor x="0" y="1"/>
</item>
<tweens>
<tween delay="0" ease="Quadratic.In" length=".4" tag="hide" toX="-562.5" toY="360.0"/>
<tween delay="0" ease="Quadratic.Out" fromX="-562.5" fromY="360.0" length=".4" tag="show"/>
</tweens>
</group>

	<group id="titleWoody">
		<item id="screens/intro/woody.png">
			<type>image</type>
			<anchor x="0.5" y="0.5"/>
			<scale x="1.2" y="1.2"/>
		</item>
		<tweens>
			<tween delay="0" ease="Quadratic.Out" fromX="-375.0" length="0.4"/>
			<tween breatheX="1.004" breatheY="1.01" length="2"/>
		</tweens>
	</group>

<group id="playButton">
<item id="game/ui/headingBlock.png">
<type>image</type>
<position x="121.875" y="27.0"/>
<scale x="1" y="1"/>
<anchor x="0.5" y="0.5"/>
</item>
<item id="disneyJunior">
<type>webfont</type>
<url>game/fonts/disneyJunior/DisneyJunior-Bold</url>
<position x="121.875" y="27.0"/>
<scale x="1" y="1"/>
<anchor x="0.5" y="0.5"/>
<cmsKey>difficultySelect</cmsKey>
<fontSize>75.0</fontSize>
<tint>#F0CB02</tint>
<stroke>#771f03</stroke>
<strokeThickness>5</strokeThickness>
</item>
<item id="disneyJunior">
<type>webfont</type>
<url>game/fonts/disneyJunior/DisneyJunior-Bold</url>
<tag>easyText</tag>
<position x="-93.75" y="360.0"/>
<scale x="1" y="1"/>
<anchor x="0.5" y="0.5"/>
<cmsKey>difficultyEasy</cmsKey>
<fontSize>75.0</fontSize>
<tint>#ebcb44</tint>
<stroke>#702910</stroke>
<strokeThickness>4</strokeThickness>
</item>
<item id="game/ui/difficultySelectBlock.png">
<type>button</type>
<tag>easy</tag>
<position x="-93.75" y="360.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>
<item id="game/ui/difficultySelectBlock.png">
<type>button</type>
<tag>hard</tag>
<position x="337.5" y="360.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>
<item id="disneyJunior">
<type>webfont</type>
<url>game/fonts/disneyJunior/DisneyJunior-Bold</url>
<tag>hardText</tag>
<position x="337.5" y="360.0"/>
<scale x="1" y="1"/>
<anchor x="0.5" y="0.5"/>
<cmsKey>difficultyHard</cmsKey>
<fontSize>75.0</fontSize>
<tint>#ebcb44</tint>
<stroke>#702910</stroke>
<strokeThickness>4</strokeThickness>
</item>
<position x="843.75" y="90.0"/>
<tweens>
<!-- <tween tag="show" scaleFromX="1.2" scaleFromY="1.2" alphaFrom="0" length=".2" ease="Quadratic.Out" delay="0" /> -->
<tween alphaFrom="0" delay="0" ease="Quadratic.In" length=".2" tag="show"/>
<tween alpha="0" delay="0" ease="Quadratic.Out" length=".2" tag="hide"/>
</tweens>
</group>
</screen>
</screenAssets>