<?xml version="1.0" encoding="utf-8"?>
<screenAssets>
<screen id="PauseOverlay">
<item id="audio/sfx/sfx_button.mp3">
<type>sound</type>
</item>
<group id="background">
<item id="screens/pixelBG.png">
<!-- <tag>overlay</tag> -->
<type>image</type>
<position x="0.0" y="0.0"/>
<scale x="1920" y="1080"/>
<anchor x="0" y="0"/>
</item>
<tweens>
<tween alphaFrom="0" delay="0" ease="Quadratic.Out" length=".2" tag="show"/>
<tween alpha="0" delay="0" ease="Quadratic.Out" length=".2" tag="hide"/>
</tweens>
</group>
<group id="panel">
<item id="game/ui/pausePopup.png">
<type>image</type>
<position x="0.0" y="-45.0"/>
<scale x="1" y="1"/>
<anchor x="0.5" y="0.5"/>
</item>
<item id="game/ui/playButton.png">
<tag>resumeButton</tag>
<type>button</type>
<scale x="1" y="1"/>
<position x="0.0" y="-181.8"/>
<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/mapButton.png">
<tag>homeButton</tag>
<type>button</type>
<position x="-187.5" y="81.0"/>
<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/helpButton.png">
<tag>helpButton</tag>
<type>button</type>
<position x="187.5" y="81.0"/>
<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/restartButton.png">
<tag>resetButton</tag>
<type>button</type>
<position x="0.0" y="81.0"/>
<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/pauseBlock.png">
<type>image</type>
<position x="0.0" y="-527.4"/>
<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="-527.4"/>
<scale x="1" y="1"/>
<anchor x="0.5" y="0.5"/>
<cmsKey>pauseTitle</cmsKey>
<fontSize>75.0</fontSize>
<tint>#F0CB02</tint>
<stroke>#771f03</stroke>
<strokeThickness>5</strokeThickness>
</item>
<position x="960.0" y="630.0"/>
<tweens>
<tween alphaFrom="0" delay="0" ease="Quadratic.Out" length=".2" scaleFromX="1.2" scaleFromY="1.2" tag="show"/>
<tween alpha="0" delay="0" ease="Quadratic.Out" length=".2" scaleToX="0.8" scaleToY="0.8" tag="hide"/>
</tweens>
</group>
</screen>
</screenAssets>