lfs, current build
@@ -0,0 +1,3 @@
|
||||
<Areas TextureRootPath="gfx/areas" BaseAnm2="area.anm2" WorldBoundsNull="Bounds" ItemSpawnNull="ItemSpawn">
|
||||
<Area Texture="area.png" Gravity="0.95" Friction="0.75" AirResistance="0.975" />
|
||||
</Areas>
|
||||
@@ -0,0 +1,67 @@
|
||||
<Character Name="Princess Mini" TextureRootPath="gfx" SoundRootPath="sfx" Render="preview/render.png" Portrait="preview/portrait.png" Anm2="character/mini.anm2" Description="A sprightly, pampered, petite princess. Don't call her "Mint"!" Credits="Art, Animation, Dialogue: ShweetMagnet Character: 2x/MerchantAnon Sound Effects: JC Sounds (CC-BY 4.0), artisticdude (CC0), Kronbits (CC0), Vehicle (CC0), pixabay.org, ShweetMagnet Font: DPComic" WeightKilograms="40" WeightMaxKilograms="100" CapacityCalories="1250" CapacityMinCalories="1250" CapacityMaxCalories="10000" CapacityOverstuffedMultiplier="1.5" CapacityIfOverStuffedOnDigestBonus="0.2" CaloriesToKilogram="0.001" DigestionRatePerSecond="1.5" DigestionRatePerSecondMax="4.5" DigestionTimerMax="120" BlinkChance="0.5" GurgleChance="0.00050000002" GurgleChanceFromCapacityMultiplier="10" DialoguePool="Stage1" ColorR="0.18799999" ColorG="0.65100002" ColorB="0.42399999">
|
||||
<Stages>
|
||||
<Stage ThresholdKilograms="45" DialoguePool="Stage2" AppendStringForAnimations="Stage2" />
|
||||
<Stage ThresholdKilograms="60" DialoguePool="Stage3" AppendStringForAnimations="Stage3" />
|
||||
<Stage ThresholdKilograms="70" DialoguePool="Stage4" AppendStringForAnimations="Stage4" />
|
||||
<Stage ThresholdKilograms="90" DialoguePool="Stage5" AppendStringForAnimations="Stage5" />
|
||||
</Stages>
|
||||
<Animations>
|
||||
<Start Animation="Appear" />
|
||||
<Idle Animation="Neutral" />
|
||||
<IdleFull Animation="NeutralFull" />
|
||||
<StageUp Animation="StageUp" />
|
||||
</Animations>
|
||||
<AnimationOverrides>
|
||||
<Talk LayerSource="Talk" LayerDestination="Mouth" />
|
||||
<Blink LayerSource="Blink" LayerDestination="Eye" />
|
||||
</AnimationOverrides>
|
||||
<EatAreas>
|
||||
<EatArea Null="Mouth" Animation="Eat" EventToActivate="Eat" />
|
||||
</EatAreas>
|
||||
<Actions>
|
||||
<Digest>
|
||||
<Sound Path="digest1.ogg" />
|
||||
<Sound Path="digest2.ogg" />
|
||||
<Sound Path="digest3.ogg" />
|
||||
</Digest>
|
||||
<Gurgle>
|
||||
<Sound Path="gurgle1.ogg" />
|
||||
<Sound Path="gurgle2.ogg" />
|
||||
<Sound Path="gurgle3.ogg" />
|
||||
<Sound Path="gurgle4.ogg" />
|
||||
<Sound Path="gurgle5.ogg" />
|
||||
</Gurgle>
|
||||
</Actions>
|
||||
<ExpandAreas>
|
||||
<ExpandArea Layer="Torso" Null="Belly" ScaleMultiplierMaximum="2.5" />
|
||||
</ExpandAreas>
|
||||
<InteractAreaTypes>
|
||||
<InteractArea Type="Rub" GlyphFromIconFont="2" IsHold="true" AnimationCursorHover="Hover" AnimationCursorActive="Rub">
|
||||
<Sound Path="rub.ogg" />
|
||||
<Particle Type="Circle" />
|
||||
</InteractArea>
|
||||
<InteractArea Type="Smack" GlyphFromIconFont="3" AnimationCursorHover="SmackHover" AnimationCursorActive="Smack" TimeToActivateNewDialogueTicks="40" ScaleEffectAmplitude="1" ScaleEffectCycles="3" DigestionBonusOnClick="0.25">
|
||||
<Sound Path="smack1.ogg" />
|
||||
<Sound Path="smack2.ogg" />
|
||||
<Sound Path="smack3.ogg" />
|
||||
<Sound Path="smack4.ogg" />
|
||||
<Sound Path="smack5.ogg" />
|
||||
<Particle Type="Circle" />
|
||||
</InteractArea>
|
||||
<InteractArea Type="Kiss" GlyphFromIconFont="4" AnimationCursorHover="KissHover" AnimationCursorActive="Kiss">
|
||||
<Sound Path="kiss1.ogg" />
|
||||
<Sound Path="kiss2.ogg" />
|
||||
<Sound Path="kiss3.ogg" />
|
||||
<Sound Path="kiss4.ogg" />
|
||||
<Sound Path="kiss5.ogg" />
|
||||
<Particle Type="Circle" />
|
||||
</InteractArea>
|
||||
</InteractAreaTypes>
|
||||
<InteractAreas>
|
||||
<InteractArea Type="Rub" Null="Head" DialoguePool="HeadRub" DialoguePoolFull="HeadRubFull" />
|
||||
<InteractArea Type="Rub" Null="Belly" AnimationCursorActive="Grab" DialoguePool="BellyRub" DigestionBonusOnHover="0.1" DialoguePoolFull="BellyRubFull" />
|
||||
<InteractArea Type="Kiss" Null="Mouth" DialoguePool="MouthKiss" DialoguePoolFull="MouthKiss" />
|
||||
<InteractArea Type="Kiss" Null="Belly" DialoguePool="BellyKiss" DialoguePoolFull="BellyKiss" />
|
||||
<InteractArea Type="Smack" Null="Belly" DialoguePool="BellySmack" Layer="Torso" DialoguePoolFull="BellySmack" />
|
||||
</InteractAreas>
|
||||
</Character>
|
||||
@@ -0,0 +1,22 @@
|
||||
<Cursor TextureRootPath="gfx" SoundRootPath="sfx" Anm2="cursor/cursor.anm2">
|
||||
<Actions>
|
||||
<Idle Animation="Default" />
|
||||
<Click Animation="Click" />
|
||||
<Hover Animation="Hover" />
|
||||
<Grab Animation="Grab">
|
||||
<Sound Path="grab.ogg" />
|
||||
<Particle Type="Circle" />
|
||||
</Grab>
|
||||
<Release>
|
||||
<Sound Path="release.ogg" />
|
||||
</Release>
|
||||
<Pan Animation="Pan" />
|
||||
<Zoom Animation="Zoom" />
|
||||
<Dispose Animation="Dispose" />
|
||||
<Throw>
|
||||
<Sound Path="throw1.ogg" />
|
||||
<Sound Path="throw2.ogg" />
|
||||
<Sound Path="throw3.ogg" />
|
||||
</Throw>
|
||||
</Actions>
|
||||
</Cursor>
|
||||
@@ -0,0 +1,76 @@
|
||||
<AnimatedActor>
|
||||
<Info CreatedBy="robot" CreatedOn="07/06/2026 09:29:37 PM" Fps="30" Version="0"/>
|
||||
<Content>
|
||||
<Spritesheets>
|
||||
<Spritesheet Id="0" Path="area.png"/>
|
||||
</Spritesheets>
|
||||
<Layers>
|
||||
<Layer Id="0" Name="BG" SpritesheetId="0"/>
|
||||
</Layers>
|
||||
<Nulls>
|
||||
<Null Id="0" Name="Bounds" ShowRect="true"/>
|
||||
<Null Id="1" Name="ItemSpawn" ShowRect="true"/>
|
||||
</Nulls>
|
||||
<Events/>
|
||||
</Content>
|
||||
<Animations DefaultAnimation="Default">
|
||||
<Animation Name="Default" FrameNum="1" Loop="true">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame XPivot="600" YPivot="750" XCrop="0" YCrop="0" Width="1200" Height="900" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations>
|
||||
<NullAnimation NullId="0" Visible="true">
|
||||
<Frame XPosition="0" YPosition="-300" Delay="1" Visible="true" XScale="1000" YScale="800" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</NullAnimation>
|
||||
<NullAnimation NullId="1" Visible="true">
|
||||
<Frame XPosition="-10" YPosition="-637" Delay="1" Visible="true" XScale="733" YScale="120" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</NullAnimation>
|
||||
</NullAnimations>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
</Animations>
|
||||
<SourceDocument>
|
||||
<Info CreatedBy="robot" CreatedOn="07/06/2026 09:29:37 PM" Fps="30" Version="0"/>
|
||||
<Content>
|
||||
<Spritesheets>
|
||||
<Spritesheet Id="0" Path="area.png">
|
||||
<Region Id="0" Name="Main" XCrop="0" YCrop="0" Width="1200" Height="900" XPivot="600" YPivot="750"/>
|
||||
</Spritesheet>
|
||||
</Spritesheets>
|
||||
<Layers>
|
||||
<Layer Id="0" Name="BG" SpritesheetId="0"/>
|
||||
</Layers>
|
||||
<Nulls>
|
||||
<Null Id="0" Name="Bounds" ShowRect="true"/>
|
||||
<Null Id="1" Name="ItemSpawn" ShowRect="true"/>
|
||||
</Nulls>
|
||||
<Events/>
|
||||
</Content>
|
||||
<Animations DefaultAnimation="Default">
|
||||
<Animation Name="Default" FrameNum="1" Loop="true">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame RegionId="0" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations>
|
||||
<NullAnimation NullId="0" Visible="true">
|
||||
<Frame XPosition="0" YPosition="-300" Delay="1" Visible="true" XScale="1000" YScale="800" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</NullAnimation>
|
||||
<NullAnimation NullId="1" Visible="true">
|
||||
<Frame XPosition="-10" YPosition="-637" Delay="1" Visible="true" XScale="733" YScale="120" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</NullAnimation>
|
||||
</NullAnimations>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
</Animations>
|
||||
</SourceDocument>
|
||||
</AnimatedActor>
|
||||
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 89 KiB |
@@ -0,0 +1,654 @@
|
||||
<AnimatedActor>
|
||||
<Info CreatedBy="robot" CreatedOn="12/11/2025 04:28:10 PM" Fps="30" Version="0"/>
|
||||
<Content>
|
||||
<Spritesheets>
|
||||
<Spritesheet Id="0" Path="cursor.png"/>
|
||||
</Spritesheets>
|
||||
<Layers>
|
||||
<Layer Id="0" Name="Default" SpritesheetId="0"/>
|
||||
</Layers>
|
||||
<Nulls/>
|
||||
<Events/>
|
||||
</Content>
|
||||
<Animations DefaultAnimation="Default">
|
||||
<Animation Name="Default" FrameNum="16" Loop="true">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="16" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.285713" YScale="99.285713" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98.571434" YScale="98.571434" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="97.85714" YScale="97.85714" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="97.142853" YScale="97.142853" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="96.428574" YScale="96.428574" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.714287" YScale="95.714287" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.625" YScale="95.625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="96.25" YScale="96.25" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="96.875" YScale="96.875" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="97.5" YScale="97.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98.125" YScale="98.125" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98.75" YScale="98.75" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.375" YScale="99.375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="Click" FrameNum="15" Loop="false">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="15" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="110" YScale="110" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="90" YScale="90" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="97.5" YScale="97.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="105" YScale="105" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98.5" YScale="98.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="102" YScale="102" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98" YScale="98" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.5" YScale="99.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="101" YScale="101" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100.5" YScale="100.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="Pan" FrameNum="16" Loop="true">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="16" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="28" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="28" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.795914" YScale="99.795914" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="28" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.18367" YScale="99.18367" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="28" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98.163269" YScale="98.163269" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="28" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="96.836731" YScale="96.836731" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="28" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.81633" YScale="95.81633" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="28" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.204086" YScale="95.204086" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="28" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="28" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.15625" YScale="95.15625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="28" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.625" YScale="95.625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="28" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="96.40625" YScale="96.40625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="28" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="97.5" YScale="97.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="28" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98.59375" YScale="98.59375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="28" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.375" YScale="99.375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="28" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.84375" YScale="99.84375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="28" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="Grab" FrameNum="16" Loop="true">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="16" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="31" Width="25" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="31" Width="25" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.795914" YScale="99.795914" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="31" Width="25" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.18367" YScale="99.18367" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="31" Width="25" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98.163269" YScale="98.163269" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="31" Width="25" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="96.836731" YScale="96.836731" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="31" Width="25" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.81633" YScale="95.81633" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="31" Width="25" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.204086" YScale="95.204086" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="31" Width="25" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="31" Width="25" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.15625" YScale="95.15625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="31" Width="25" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.625" YScale="95.625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="31" Width="25" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="96.40625" YScale="96.40625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="31" Width="25" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="97.5" YScale="97.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="31" Width="25" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98.59375" YScale="98.59375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="31" Width="25" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.375" YScale="99.375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="31" Width="25" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.84375" YScale="99.84375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="31" Width="25" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="Rub" FrameNum="16" Loop="true">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="16" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="84" Width="32" Height="16" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="84" Width="32" Height="16" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.795914" YScale="99.795914" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="84" Width="32" Height="16" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.18367" YScale="99.18367" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="84" Width="32" Height="16" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98.163269" YScale="98.163269" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="84" Width="32" Height="16" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="96.836731" YScale="96.836731" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="84" Width="32" Height="16" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.81633" YScale="95.81633" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="84" Width="32" Height="16" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.204086" YScale="95.204086" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="84" Width="32" Height="16" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="84" Width="32" Height="16" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.15625" YScale="95.15625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="84" Width="32" Height="16" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.625" YScale="95.625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="84" Width="32" Height="16" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="96.40625" YScale="96.40625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="84" Width="32" Height="16" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="97.5" YScale="97.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="84" Width="32" Height="16" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98.59375" YScale="98.59375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="84" Width="32" Height="16" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.375" YScale="99.375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="84" Width="32" Height="16" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.84375" YScale="99.84375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="84" Width="32" Height="16" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="Hover" FrameNum="16" Loop="true">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="16" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="56" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="56" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.795914" YScale="99.795914" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="56" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.18367" YScale="99.18367" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="56" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98.163269" YScale="98.163269" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="56" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="96.836731" YScale="96.836731" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="56" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.81633" YScale="95.81633" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="56" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.204086" YScale="95.204086" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="56" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="56" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.15625" YScale="95.15625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="56" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.625" YScale="95.625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="56" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="96.40625" YScale="96.40625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="56" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="97.5" YScale="97.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="56" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98.59375" YScale="98.59375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="56" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.375" YScale="99.375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="56" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.84375" YScale="99.84375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="31" YCrop="56" Width="23" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="KissHover" FrameNum="16" Loop="true">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="16" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.795914" YScale="99.795914" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.18367" YScale="99.18367" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98.163269" YScale="98.163269" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="96.836731" YScale="96.836731" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.81633" YScale="95.81633" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.204086" YScale="95.204086" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.15625" YScale="95.15625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.625" YScale="95.625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="96.40625" YScale="96.40625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="97.5" YScale="97.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98.59375" YScale="98.59375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.375" YScale="99.375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.84375" YScale="99.84375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="Kiss" FrameNum="34" Loop="false">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="34" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="58" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="58" Width="28" Height="22" XPosition="1" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="58" Width="28" Height="22" XPosition="2" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="58" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="102.5" YScale="97.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="58" Width="28" Height="22" XPosition="-2" YPosition="0" Delay="1" Visible="true" XScale="105" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="58" Width="28" Height="22" XPosition="1.5" YPosition="0" Delay="1" Visible="true" XScale="107.5" YScale="92.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="58" Width="28" Height="22" XPosition="5" YPosition="0" Delay="1" Visible="true" XScale="110" YScale="90" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="58" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="112.5" YScale="87.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="58" Width="28" Height="22" XPosition="-5" YPosition="0" Delay="1" Visible="true" XScale="115" YScale="85" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="58" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="117.5" YScale="82.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="58" Width="28" Height="22" XPosition="5" YPosition="0" Delay="1" Visible="true" XScale="120" YScale="80" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="58" Width="28" Height="22" XPosition="-2.5" YPosition="0" Delay="1" Visible="true" XScale="122.5" YScale="77.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="58" Width="28" Height="22" XPosition="-10" YPosition="0" Delay="1" Visible="true" XScale="125" YScale="75" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="58" Width="28" Height="22" XPosition="-5" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="75" YScale="125" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="125" YScale="75" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="107.5" YScale="92.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="90" YScale="110" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="110" YScale="90" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="107.5" YScale="92.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="105" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95" YScale="105" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98.5" YScale="101.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="102" YScale="98" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98" YScale="102" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99" YScale="101" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="82" Width="28" Height="22" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="SmackHover" FrameNum="16" Loop="true">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="16" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.795914" YScale="99.795914" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.18367" YScale="99.18367" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98.163269" YScale="98.163269" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="96.836731" YScale="96.836731" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.81633" YScale="95.81633" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.204086" YScale="95.204086" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.15625" YScale="95.15625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.625" YScale="95.625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="96.40625" YScale="96.40625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="97.5" YScale="97.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98.59375" YScale="98.59375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.375" YScale="99.375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.84375" YScale="99.84375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="Smack" FrameNum="24" Loop="false">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="24" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="300" YScale="300" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="175" YScale="175" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="50" YScale="50" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="87.5" YScale="87.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="125" YScale="125" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="75" YScale="75" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="92.5" YScale="92.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="110" YScale="110" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="90" YScale="90" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="97.5" YScale="97.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="105" YScale="105" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98.5" YScale="98.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="102" YScale="102" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98" YScale="98" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.5" YScale="99.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="101" YScale="101" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100.5" YScale="100.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="30" YCrop="1" Width="27" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="Dispose" FrameNum="16" Loop="false">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="16" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="1" Width="27" Height="28" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="75" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="1" Width="27" Height="28" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="91.666664" YScale="124.99999" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="1" Width="27" Height="28" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="108.33334" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="1" Width="27" Height="28" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="125" YScale="75" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="1" Width="27" Height="28" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="116.66666" YScale="83.333328" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="1" Width="27" Height="28" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="108.33334" YScale="91.666672" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="1" Width="27" Height="28" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="1" Width="27" Height="28" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="204" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="1" Width="27" Height="28" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="153" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="1" Width="27" Height="28" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="101" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="1" YCrop="1" Width="27" Height="28" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="50" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="0" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="63" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="127" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="191" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="80" YCrop="28" Width="22" Height="26" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="Zoom" FrameNum="10" Loop="false">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="10" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame XPivot="0" YPivot="0" XCrop="55" YCrop="28" Width="23" Height="25" XPosition="0" YPosition="0" Delay="10" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="TurnAround" FrameNum="16" Loop="true">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="16" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.795914" YScale="99.795914" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.18367" YScale="99.18367" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98.163269" YScale="98.163269" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="96.836731" YScale="96.836731" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.81633" YScale="95.81633" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.204086" YScale="95.204086" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.15625" YScale="95.15625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="95.625" YScale="95.625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="96.40625" YScale="96.40625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="97.5" YScale="97.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="98.59375" YScale="98.59375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.375" YScale="99.375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="99.84375" YScale="99.84375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="TurnAroundBack" FrameNum="16" Loop="true">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="16" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="25" YPosition="0" Delay="1" Visible="true" XScale="-100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="25" YPosition="0" Delay="1" Visible="true" XScale="-99.795914" YScale="99.795914" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="24.999998" YPosition="0" Delay="1" Visible="true" XScale="-99.18367" YScale="99.18367" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="25" YPosition="0" Delay="1" Visible="true" XScale="-98.163269" YScale="98.163269" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="25" YPosition="0" Delay="1" Visible="true" XScale="-96.836731" YScale="96.836731" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="25" YPosition="0" Delay="1" Visible="true" XScale="-95.81633" YScale="95.81633" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="25" YPosition="0" Delay="1" Visible="true" XScale="-95.204086" YScale="95.204086" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="25" YPosition="0" Delay="1" Visible="true" XScale="-95" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="25" YPosition="0" Delay="1" Visible="true" XScale="-95.15625" YScale="95.15625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="25" YPosition="0" Delay="1" Visible="true" XScale="-95.625" YScale="95.625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="25" YPosition="0" Delay="1" Visible="true" XScale="-96.40625" YScale="96.40625" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="25" YPosition="0" Delay="1" Visible="true" XScale="-97.5" YScale="97.5" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="25" YPosition="0" Delay="1" Visible="true" XScale="-98.59375" YScale="98.59375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="25" YPosition="0" Delay="1" Visible="true" XScale="-99.375" YScale="99.375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="25" YPosition="0" Delay="1" Visible="true" XScale="-99.84375" YScale="99.84375" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
<Frame XPivot="0" YPivot="0" XCrop="59" YCrop="1" Width="26" Height="25" XPosition="25" YPosition="0" Delay="1" Visible="true" XScale="-100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
</Animations>
|
||||
<SourceDocument>
|
||||
<Info CreatedBy="robot" CreatedOn="12/11/2025 04:28:10 PM" Fps="30" Version="0"/>
|
||||
<Content>
|
||||
<Spritesheets>
|
||||
<Spritesheet Id="0" Path="cursor.png">
|
||||
<Region Id="0" Name="Default" XCrop="80" YCrop="28" Width="22" Height="26" Origin="TopLeft"/>
|
||||
<Region Id="1" Name="Pan" XCrop="30" YCrop="28" Width="23" Height="26" Origin="TopLeft"/>
|
||||
<Region Id="2" Name="Grab" XCrop="1" YCrop="31" Width="25" Height="25" Origin="TopLeft"/>
|
||||
<Region Id="3" Name="Point" XCrop="31" YCrop="56" Width="23" Height="26" Origin="TopLeft"/>
|
||||
<Region Id="4" Name="Hover" XCrop="31" YCrop="84" Width="32" Height="16" Origin="TopLeft"/>
|
||||
<Region Id="5" Name="Kiss" XCrop="1" YCrop="58" Width="28" Height="22" Origin="TopLeft"/>
|
||||
<Region Id="6" Name="KissPucker" XCrop="1" YCrop="82" Width="28" Height="22" Origin="TopLeft"/>
|
||||
<Region Id="7" Name="Dispose" XCrop="1" YCrop="1" Width="27" Height="28" Origin="TopLeft"/>
|
||||
<Region Id="8" Name="Zoom" XCrop="55" YCrop="28" Width="23" Height="25" Origin="TopLeft"/>
|
||||
<Region Id="9" Name="Smack" XCrop="30" YCrop="1" Width="27" Height="25" Origin="TopLeft"/>
|
||||
<Region Id="10" Name="TurnAround" XCrop="59" YCrop="1" Width="26" Height="25" Origin="TopLeft"/>
|
||||
</Spritesheet>
|
||||
</Spritesheets>
|
||||
<Layers>
|
||||
<Layer Id="0" Name="Default" SpritesheetId="0"/>
|
||||
</Layers>
|
||||
<Nulls/>
|
||||
<Events/>
|
||||
</Content>
|
||||
<Animations DefaultAnimation="Default">
|
||||
<Animation Name="Default" FrameNum="16" Loop="true">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="16" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame RegionId="0" XPosition="0" YPosition="0" Delay="7" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="0" XPosition="0" YPosition="0" Delay="8" Visible="true" XScale="95" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="0" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="Click" FrameNum="15" Loop="false">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="15" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame RegionId="0" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="110" YScale="110" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="0" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="90" YScale="90" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="0" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="105" YScale="105" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="0" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="95" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="0" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="102" YScale="102" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="0" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="98" YScale="98" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="0" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="101" YScale="101" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="0" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="Pan" FrameNum="16" Loop="true">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="16" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame RegionId="1" XPosition="0" YPosition="0" Delay="7" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="EaseInOut"/>
|
||||
<Frame RegionId="1" XPosition="0" YPosition="0" Delay="8" Visible="true" XScale="95" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="EaseInOut"/>
|
||||
<Frame RegionId="1" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="Grab" FrameNum="16" Loop="true">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="16" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame RegionId="2" XPosition="0" YPosition="0" Delay="7" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="EaseInOut"/>
|
||||
<Frame RegionId="2" XPosition="0" YPosition="0" Delay="8" Visible="true" XScale="95" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="EaseInOut"/>
|
||||
<Frame RegionId="2" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="Rub" FrameNum="16" Loop="true">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="16" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame RegionId="4" XPosition="0" YPosition="0" Delay="7" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="EaseInOut"/>
|
||||
<Frame RegionId="4" XPosition="0" YPosition="0" Delay="8" Visible="true" XScale="95" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="EaseInOut"/>
|
||||
<Frame RegionId="4" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="Hover" FrameNum="16" Loop="true">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="16" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame RegionId="3" XPosition="0" YPosition="0" Delay="7" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="EaseInOut"/>
|
||||
<Frame RegionId="3" XPosition="0" YPosition="0" Delay="8" Visible="true" XScale="95" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="EaseInOut"/>
|
||||
<Frame RegionId="3" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="KissHover" FrameNum="16" Loop="true">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="16" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame RegionId="6" XPosition="0" YPosition="0" Delay="7" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="EaseInOut"/>
|
||||
<Frame RegionId="6" XPosition="0" YPosition="0" Delay="8" Visible="true" XScale="95" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="EaseInOut"/>
|
||||
<Frame RegionId="6" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="Kiss" FrameNum="34" Loop="false">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="34" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame RegionId="6" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="5" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="5" XPosition="2" YPosition="0" Delay="2" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="5" XPosition="-2" YPosition="0" Delay="2" Visible="true" XScale="105" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="5" XPosition="5" YPosition="0" Delay="2" Visible="true" XScale="110" YScale="90" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="5" XPosition="-5" YPosition="0" Delay="2" Visible="true" XScale="115" YScale="85" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="5" XPosition="5" YPosition="0" Delay="2" Visible="true" XScale="120" YScale="80" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="5" XPosition="-10" YPosition="0" Delay="2" Visible="true" XScale="125" YScale="75" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="6" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="75" YScale="125" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="6" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="125" YScale="75" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="6" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="90" YScale="110" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="6" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="110" YScale="90" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="6" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="105" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="6" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="95" YScale="105" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="6" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="102" YScale="98" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="6" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="98" YScale="102" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="6" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="SmackHover" FrameNum="16" Loop="true">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="16" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame RegionId="9" XPosition="0" YPosition="0" Delay="7" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="EaseInOut"/>
|
||||
<Frame RegionId="9" XPosition="0" YPosition="0" Delay="8" Visible="true" XScale="95" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="EaseInOut"/>
|
||||
<Frame RegionId="9" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="Smack" FrameNum="24" Loop="false">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="24" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame RegionId="9" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="300" YScale="300" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="9" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="50" YScale="50" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="9" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="125" YScale="125" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="9" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="75" YScale="75" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="9" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="110" YScale="110" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="9" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="90" YScale="90" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="9" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="105" YScale="105" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="9" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="95" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="9" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="102" YScale="102" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="9" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="98" YScale="98" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="9" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="101" YScale="101" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="9" XPosition="0" YPosition="0" Delay="2" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="Dispose" FrameNum="16" Loop="false">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="16" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame RegionId="7" XPosition="0" YPosition="0" Delay="3" Visible="true" XScale="75" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="7" XPosition="0" YPosition="0" Delay="3" Visible="true" XScale="125" YScale="75" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="7" XPosition="0" YPosition="0" Delay="5" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="0" XPosition="0" YPosition="0" Delay="4" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="0" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="0" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="Zoom" FrameNum="10" Loop="false">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="10" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame RegionId="8" XPosition="0" YPosition="0" Delay="10" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="TurnAround" FrameNum="16" Loop="true">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="16" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame RegionId="10" XPosition="0" YPosition="0" Delay="7" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="EaseInOut"/>
|
||||
<Frame RegionId="10" XPosition="0" YPosition="0" Delay="8" Visible="true" XScale="95" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="EaseInOut"/>
|
||||
<Frame RegionId="10" XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
<Animation Name="TurnAroundBack" FrameNum="16" Loop="true">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="16" Visible="true" XScale="150" YScale="150" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame RegionId="10" XPosition="25" YPosition="0" Delay="7" Visible="true" XScale="-100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="EaseInOut"/>
|
||||
<Frame RegionId="10" XPosition="25" YPosition="0" Delay="8" Visible="true" XScale="-95" YScale="95" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="EaseInOut"/>
|
||||
<Frame RegionId="10" XPosition="25" YPosition="0" Delay="1" Visible="true" XScale="-100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
</Animations>
|
||||
</SourceDocument>
|
||||
</AnimatedActor>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
@@ -0,0 +1,27 @@
|
||||
<AnimatedActor>
|
||||
<Info CreatedBy="robot" CreatedOn="12/06/2025 11:49:27 PM" Fps="30" Version="0"/>
|
||||
<Content>
|
||||
<Spritesheets>
|
||||
<Spritesheet Id="0" Path="item_001_peep.png"/>
|
||||
</Spritesheets>
|
||||
<Layers>
|
||||
<Layer Id="0" Name="Main" SpritesheetId="0"/>
|
||||
</Layers>
|
||||
<Nulls/>
|
||||
<Events/>
|
||||
</Content>
|
||||
<Animations DefaultAnimation="Default">
|
||||
<Animation Name="Default" FrameNum="1" Loop="true">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="125" YScale="125" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame XPosition="0" YPosition="0" XPivot="24" YPivot="24" XCrop="0" YCrop="0" Width="48" Height="48" XScale="100" YScale="100" Delay="1" Visible="true" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
</Animations>
|
||||
</AnimatedActor>
|
||||
|
After Width: | Height: | Size: 451 B |
|
After Width: | Height: | Size: 753 B |
|
After Width: | Height: | Size: 929 B |
|
After Width: | Height: | Size: 285 B |
|
After Width: | Height: | Size: 541 B |
|
After Width: | Height: | Size: 552 B |
|
After Width: | Height: | Size: 555 B |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 438 B |
|
After Width: | Height: | Size: 580 B |
|
After Width: | Height: | Size: 564 B |
|
After Width: | Height: | Size: 385 B |
|
After Width: | Height: | Size: 1001 B |
|
After Width: | Height: | Size: 760 B |
@@ -0,0 +1,27 @@
|
||||
<AnimatedActor>
|
||||
<Info CreatedBy="robot" CreatedOn="12/06/2025 11:49:27 PM" Fps="30" Version="0"/>
|
||||
<Content>
|
||||
<Spritesheets>
|
||||
<Spritesheet Id="0" Path="item_015_pb_jar.png"/>
|
||||
</Spritesheets>
|
||||
<Layers>
|
||||
<Layer Id="0" Name="Main" SpritesheetId="0"/>
|
||||
</Layers>
|
||||
<Nulls/>
|
||||
<Events/>
|
||||
</Content>
|
||||
<Animations DefaultAnimation="Default">
|
||||
<Animation Name="Default" FrameNum="1" Loop="true">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="1" Visible="true" XScale="125" YScale="125" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame XPosition="0" YPosition="0" XPivot="32" YPivot="32" XCrop="0" YCrop="0" Width="64" Height="64" XScale="100" YScale="100" Delay="1" Visible="true" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
</Animations>
|
||||
</AnimatedActor>
|
||||
@@ -0,0 +1,30 @@
|
||||
<AnimatedActor>
|
||||
<Info CreatedBy="robot" CreatedOn="" Fps="30" Version="0"/>
|
||||
<Content>
|
||||
<Spritesheets>
|
||||
<Spritesheet Id="0" Path="circle.png">
|
||||
<Region Id="0" Name="Main" XCrop="0" YCrop="0" Width="128" Height="128" Origin="Center"/>
|
||||
</Spritesheet>
|
||||
</Spritesheets>
|
||||
<Layers>
|
||||
<Layer Id="0" Name="Main" SpritesheetId="0"/>
|
||||
</Layers>
|
||||
<Nulls/>
|
||||
<Events/>
|
||||
</Content>
|
||||
<Animations DefaultAnimation="Spawn">
|
||||
<Animation Name="Spawn" FrameNum="11" Loop="false">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="11" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="false"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame RegionId="0" XPosition="0" YPosition="0" XScale="10" YScale="10" Delay="10" Visible="true" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="0" XPosition="0" YPosition="0" XScale="100" YScale="100" Delay="1" Visible="true" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="0" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
</Animations>
|
||||
</AnimatedActor>
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
@@ -0,0 +1,44 @@
|
||||
<AnimatedActor>
|
||||
<Info CreatedBy="robot" CreatedOn="" Fps="30" Version="0"/>
|
||||
<Content>
|
||||
<Spritesheets>
|
||||
<Spritesheet Id="0" Path="puff.png">
|
||||
<Region Id="0" Name="1" XCrop="0" YCrop="0" Width="128" Height="128" Origin="Center"/>
|
||||
<Region Id="1" Name="2" XCrop="128" YCrop="0" Width="128" Height="128" Origin="Center"/>
|
||||
<Region Id="2" Name="3" XCrop="256" YCrop="0" Width="128" Height="128" Origin="Center"/>
|
||||
<Region Id="3" Name="4" XCrop="384" YCrop="0" Width="128" Height="128" Origin="Center"/>
|
||||
<Region Id="4" Name="5" XCrop="512" YCrop="0" Width="128" Height="128" Origin="Center"/>
|
||||
<Region Id="5" Name="6" XCrop="640" YCrop="0" Width="128" Height="128" Origin="Center"/>
|
||||
<Region Id="6" Name="7" XCrop="768" YCrop="0" Width="128" Height="128" Origin="Center"/>
|
||||
<Region Id="7" Name="8" XCrop="896" YCrop="0" Width="128" Height="128" Origin="Center"/>
|
||||
</Spritesheet>
|
||||
</Spritesheets>
|
||||
<Layers>
|
||||
<Layer Id="0" Name="Main" SpritesheetId="0"/>
|
||||
</Layers>
|
||||
<Nulls/>
|
||||
<Events/>
|
||||
</Content>
|
||||
<Animations DefaultAnimation="Main">
|
||||
<Animation Name="Main" FrameNum="16" Loop="false">
|
||||
<RootAnimation>
|
||||
<Frame XPosition="0" YPosition="0" Delay="15" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame XPosition="0" YPosition="-5" Delay="1" Visible="true" XScale="100" YScale="100" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="32" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
</RootAnimation>
|
||||
<LayerAnimations>
|
||||
<LayerAnimation LayerId="0" Visible="true">
|
||||
<Frame RegionId="0" XPosition="0" YPosition="0" XScale="100" YScale="100" Delay="2" Visible="true" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="1" XPosition="0" YPosition="0" XScale="100" YScale="100" Delay="2" Visible="true" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="2" XPosition="0" YPosition="0" XScale="100" YScale="100" Delay="2" Visible="true" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="3" XPosition="0" YPosition="0" XScale="100" YScale="100" Delay="2" Visible="true" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="4" XPosition="0" YPosition="0" XScale="100" YScale="100" Delay="2" Visible="true" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="5" XPosition="0" YPosition="0" XScale="100" YScale="100" Delay="2" Visible="true" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="6" XPosition="0" YPosition="0" XScale="100" YScale="100" Delay="2" Visible="true" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
<Frame RegionId="7" XPosition="0" YPosition="0" XScale="100" YScale="100" Delay="2" Visible="true" RedTint="255" GreenTint="255" BlueTint="255" AlphaTint="255" RedOffset="0" GreenOffset="0" BlueOffset="0" Rotation="0" Interpolated="true"/>
|
||||
</LayerAnimation>
|
||||
</LayerAnimations>
|
||||
<NullAnimations/>
|
||||
<Triggers/>
|
||||
</Animation>
|
||||
</Animations>
|
||||
</AnimatedActor>
|
||||
|
After Width: | Height: | Size: 8.3 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 17 KiB |
@@ -0,0 +1,56 @@
|
||||
<ItemSchema BaseSpawnDelayTicks="600" ItemSpawnLimit="5" SpawnDelayStageMultiplier="0.75" TextureRootPath="gfx" SoundRootPath="sfx" BaseAnm2="items/item.anm2">
|
||||
<Actions>
|
||||
<Bounce>
|
||||
<Sound Path="bounce1.ogg" />
|
||||
<Sound Path="bounce2.ogg" />
|
||||
<Sound Path="bounce3.ogg" />
|
||||
</Bounce>
|
||||
<Dispose>
|
||||
<Sound Path="dispose.ogg" />
|
||||
<Particle Type="Puff" />
|
||||
</Dispose>
|
||||
<Summon>
|
||||
<Sound Path="summon.ogg" />
|
||||
<Particle Type="Puff" />
|
||||
</Summon>
|
||||
<Return>
|
||||
<Sound Path="return.ogg" />
|
||||
<Particle Type="Puff" />
|
||||
</Return>
|
||||
</Actions>
|
||||
<Categories>
|
||||
<Category Name="Invalid" />
|
||||
<Category Name="Food" UseMode="Edible" />
|
||||
<Category Name="Tool" UseMode="Tool" />
|
||||
</Categories>
|
||||
<Flavors>
|
||||
<Flavor Name="None" />
|
||||
<Flavor Name="Peep" />
|
||||
<Flavor Name="Mini" />
|
||||
<Flavor Name="Creme" />
|
||||
<Flavor Name="Chocolate" />
|
||||
<Flavor Name="Peanut Butter" />
|
||||
</Flavors>
|
||||
<Rarities>
|
||||
<Rarity Name="Common" Weight="1.0" Sound="common.ogg" />
|
||||
<Rarity Name="Uncommon" Weight="0.5" Sound="uncommon.ogg" />
|
||||
<Rarity Name="Rare" Weight="0.25" Sound="rare.ogg" />
|
||||
</Rarities>
|
||||
<Items TextureRootPath="gfx/items" SpritesheetID="0">
|
||||
<Item Name="Peep" Texture="item_001_peep.png" ColorR="0.980" ColorG="0.506" ColorB="0.612" Description="A pretty pink marshmallow confection sourced from the fields of Princess Peep's kingdom. Tasty and filling. It seems to stare at you..." Category="Food" Flavor="Peep" Rarity="Common" Calories="250.0" />
|
||||
<Item Name="Peeep" Texture="item_002_peeep.png" Anm2="items/item_big.anm2" ColorR="0.980" ColorG="0.506" ColorB="0.612" Description="A mutated marshmallow mound found irregularly growing in quarries within Princess Peep's kingdom. Delectable and will stuff you. It looks deep within you..." Category="Food" Flavor="Peep" Rarity="Uncommon" Calories="650.0" />
|
||||
<Item Name="Peeeep" Texture="item_003_peeeep.png" Anm2="items/item_big.anm2" ColorR="0.980" ColorG="0.506" ColorB="0.612" Description="An abominable amalgamation of a confectionary sourced from deepest reaches of Princess Peep's kingdom. Utterly scrumptious and overwhelming. It peeps." Category="Food" Flavor="Peep" Rarity="Rare" Calories="1400.0" />
|
||||
<Item Name="Mini Egg" Texture="item_004_mini_egg.png" ColorR="0.188" ColorG="0.651" ColorB="0.424" Description="A curious, tasty egg hailing from Princess Mini's kingdom that one can just pop into their mouth with ease. (What does 'Mini' taste like..?)" Category="Food" Flavor="Mini" Rarity="Common" Calories="75.0" />
|
||||
<Item Name="Mini Bnuuy" Texture="item_005_mini_bnuuy.png" ColorR="0.188" ColorG="0.651" ColorB="0.424" Description="Princess Mini's favorite fluffy friend, in tiny, confectionary form! Try the ears first!" Category="Food" Flavor="Mini" Rarity="Uncommon" Calories="175.0" />
|
||||
<Item Name="Mini Basket" Texture="item_006_mini_basket.png" ColorR="0.188" ColorG="0.651" ColorB="0.424" Description="A smorgasbord of egg-shaped confectionary delights, all wrapped up in a cozy little basket! Stuff 'em all into your mouth at once! (They won't hatch, right?!)" Category="Food" Flavor="Mini" Rarity="Rare" Calories="350.0" />
|
||||
<Item Name="Creme Cupcake" Texture="item_007_creme_cupcake.png" ColorR="0.808" ColorG="0.776" ColorB="0.302" Description="A splendid treat from the bakeries of Princess Creme's kingdom. Don't ask where the icing comes from. Tickles the tummy a little." Category="Food" Flavor="Creme" Rarity="Common" Calories="100.0" DigestionBonus="0.00125" />
|
||||
<Item Name="Cool Whipped Cake" Texture="item_008_cool_whipped_cake.png" Anm2="items/item_big.anm2" ColorR="0.808" ColorG="0.776" ColorB="0.302" Description="A slice of an easily-pronouncable delectable dessert, commonly served in Princess Creme's kingdom. Can make a tummy grumble." Category="Food" Flavor="Creme" Rarity="Uncommon" Calories="250.0" DigestionBonus="0.0025" />
|
||||
<Item Name="Triple Scoop" Texture="item_009_triple_scoop.png" Anm2="items/item_big.anm2" ColorR="0.808" ColorG="0.776" ColorB="0.302" Description=""TWO SCOOPS?!" No, three! A bountiful, delightfully prepared treat that is a fantastic delicacy in Princess Creme's kingdom. You aren't lactose intolerant...RIGHT?!" Category="Food" Flavor="Creme" Rarity="Rare" Calories="500.0" DigestionBonus="0.005" />
|
||||
<Item Name="Choco Kiss" Texture="item_010_choco_kiss.png" ColorR="0.282" ColorG="0.141" ColorB="0.000" Description="A teardrop-shaped kiss of chocolately goodness, that'll help expand one's stomach. The ribbon bit is edible, don't worry. Somehow, it can make a bell-like chime..." Category="Food" Flavor="Chocolate" Rarity="Common" Calories="100.0" CapacityBonus="15.0" />
|
||||
<Item Name="Choco Bar" Texture="item_011_choco_bar.png" ColorR="0.282" ColorG="0.141" ColorB="0.000" Description="A classic segmented snack in a wrapper. It's made with real cocoa, so chocolate snobs won't annoy you. Can help push one's stomach capacity." Category="Food" Flavor="Chocolate" Rarity="Uncommon" Calories="250.0" CapacityBonus="35.0" />
|
||||
<Item Name="Choco Taco" Texture="item_012_choco_taco.png" ColorR="0.282" ColorG="0.141" ColorB="0.000" Description="An oozing, gooey treat rife with chocolately calories. A traditional homeland favorite in Princess Chocolate's kingdom. Folklore tells of denizens eating these to bare mighty stomachs." Category="Food" Flavor="Chocolate" Rarity="Rare" Calories="500.0" CapacityBonus="70.0" />
|
||||
<Item Name="PB Cup" Texture="item_013_pb_cup.png" ColorR="0.847" ColorG="0.686" ColorB="0.055" Description="A petite, peanut-butter loaded treat, a favorite from Princess Peanut Butter's kingdom. Gives you a quick peanut butter kick. Make sure to not eat the wrapper!" Category="Food" Flavor="Peanut Butter" Rarity="Common" Calories="100.0" />
|
||||
<Item Name="PB Puffs" Texture="item_014_pb_puffs.png" Anm2="items/item_big.anm2" ColorR="0.847" ColorG="0.686" ColorB="0.055" Description=""PB Puffs, PB Puffs! Peanut butter chocolate flavor!" A glorious union of flavor, emblematic of the tight bond between the kingdoms of Princess Peanut Butter and Chocolate. Perfect for an energizing breakfast." Category="Food" Flavor="Peanut Butter" Rarity="Uncommon" Calories="250.0" />
|
||||
<Item Name="PB Jar" Texture="item_015_pb_jar.png" Anm2="items/item_big.anm2" ColorR="0.847" ColorG="0.686" ColorB="0.055" Description=""What the hell do you mean, a 'P*ter P*n peanut butter alert'?!" It's a whole jar of peanut butter, a prime export from Princess Peanut Butter's kingdom! Packed with powerful protein! Tough to chew..." Category="Food" Flavor="Peanut Butter" Rarity="Rare" Calories="2000.0" />
|
||||
</Items>
|
||||
</ItemSchema>
|
||||
@@ -0,0 +1,22 @@
|
||||
<Menu SoundRootPath="sfx" FontRootPath="font" Font="font.ttf" IconsFont="icons.ttf" ButtonRounding="10.0">
|
||||
<Home GlyphFromIconFont="1" />
|
||||
<Actions>
|
||||
<Open>
|
||||
<Sound Path="open.ogg" />
|
||||
</Open>
|
||||
<Close>
|
||||
<Sound Path="close.ogg" />
|
||||
</Close>
|
||||
<Hover>
|
||||
<Sound Path="hover1.ogg" />
|
||||
<Sound Path="hover2.ogg" />
|
||||
<Sound Path="hover3.ogg" />
|
||||
</Hover>
|
||||
<Select>
|
||||
<Sound Path="select.ogg" />
|
||||
</Select>
|
||||
<CheatsActivated>
|
||||
<Sound Path="cheatsActivated.ogg" />
|
||||
</CheatsActivated>
|
||||
</Actions>
|
||||
</Menu>
|
||||
@@ -0,0 +1,4 @@
|
||||
<Particles Anm2RootPath="gfx/particle">
|
||||
<Particle Type="Circle" Anm2="circle.anm2" Animation="Main" />
|
||||
<Particle Type="Puff" Anm2="puff.anm2" Animation="Main" />
|
||||
</Particles>
|
||||