<?xml version="1.0" encoding="utf-8"?>
<screenAssets>
	<screen id="StickerCollectedView">
		<item id="audio/sfx/sfx_button.mp3">
			<type>sound</type>
		</item>
		<item id="successMusic">
			<url>audio/music/level_complete.mp3</url>
			<tag>successMusic</tag>
			<type>sound</type>
			<volume>1</volume>
			<loop>false</loop>
		</item>
		<item id="failMusic">
			<url>audio/music/level_fail.mp3</url>
			<tag>failMusic</tag>
			<type>sound</type>
			<volume>1</volume>
			<loop>false</loop>
		</item>
		<!-- <group id="background">
			<item id="screens/end/assets/bg_tint.png">
				<type>image</type>
				<position x="0" y="0"/>
				<scale x="1136" y="640"/>
				<anchor x="0" y="0"/>
			</item>
			<tweens>
					<tween tag="show" alphaFrom="0" length=".2" ease="Quadratic.Out" delay="0" />
					<tween tag="hide" alpha="0" length=".2" ease="Quadratic.Out" delay="0" />
			</tweens>
		</group> -->
		<group id="panel">
			
			<item id="screens/stickerCollection/stickerBox.png">
				<type>image</type>
				<position x="0.0" y="0.0"/>
				<scale x="1" y="1"/>
				<anchor x="0.5" y="0.5"/>
			</item>
            <item id="screens/stickerCollection/titleBox.png">
				<type>image</type>
				<position x="0.0" y="-300.0"/>
				<scale x="1" y="1"/>
				<anchor x="0.5" y="0.5"/>
			</item>

            <item id="screens/stickerCollection/godrays.png">
				<type>image</type>
				<tag>godrays</tag>
				<position x="0.0" y="0.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="0.0" y="-300.0"/>
				<scale x="1" y="1"/>
				<anchor x="0.5" y="0.5"/>
				<cmsKey>stickerUnlocked</cmsKey>
				<tint>#f4fd53</tint>
				<stroke>#771f03</stroke>
				<strokeThickness>5</strokeThickness>
				<fontSize>75.0</fontSize>
			</item>
			
			<!-- //fast -->
            <item id="sticker.png">
			<!-- <item id="sticker"> -->
                <tag>sticker</tag>
				<type>image</type>
				<position x="0.0" y="0"/>
				<scale x="1.5" y="1.5"/>
				<anchor x="0.5" y="0.5"/>
			</item>
			
			<position x="960.0" y="562.5"/>
			<tweens>
				<tween delay="0" ease="Elastic.Out" length="1" scaleFromX="1.1" scaleFromY="1.1" tag="show"/>
				<tween alphaFrom="0" delay="0" ease="Quadratic.Out" length=".2" tag="show"/>
				<tween alpha="0" delay="0" ease="Quadratic.Out" length=".2" scaleToX="0.8" scaleToY="0.8" tag="hide"/>
			</tweens>
		</group>
		<!-- <group id="character1">
			<item id="screens/end/assets/ben.png">
				<type>image</type>
				<position x="273" y="640"/>
				<anchor x="0.5" y="1" />
			</item>
			<tweens>
				<tween tag="show" fromX="-450" fromY="0" length="0.4" ease="Quadratic.Out" delay="0.1" />
				<tween tag="hide" toX="-450" toY="0" length="0.4" ease="Quadratic.Out" delay="0" />
			</tweens>
		</group>
		<group id="character2">
			<item id="screens/end/assets/sean.png">
				<type>image</type>
				<position x="875" y="640"/>
				<anchor x="0.5" y="1" />
			</item>
			<tweens>
				<tween tag="show" fromX="450" fromY="0" length="0.4" ease="Quadratic.Out" delay="0.2" />
				<tween tag="hide" toX="450" toY="0" length="0.4" ease="Quadratic.Out" delay="0" />
			</tweens>
		</group> -->
	</screen>
</screenAssets>