app.hypergames.hypersdk 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +50 -0
- package/CHANGELOG.md.meta +7 -0
- package/Demo/DemoScene.unity.meta +7 -0
- package/Demo/Scripts/GameDemo.cs.meta +11 -0
- package/Demo/Scripts.meta +8 -0
- package/Demo.meta +8 -0
- package/Editor/Resources/TopBarPreviews/Dark/Default.png.meta +127 -0
- package/Editor/Resources/TopBarPreviews/Dark/HealthBarGreenLeft.png.meta +127 -0
- package/Editor/Resources/TopBarPreviews/Dark/HeartsLeft.png.meta +127 -0
- package/Editor/Resources/TopBarPreviews/Dark.meta +8 -0
- package/Editor/Resources/TopBarPreviews/Light/Default.png.meta +127 -0
- package/Editor/Resources/TopBarPreviews/Light/HealthBarGreenLeft.png.meta +127 -0
- package/Editor/Resources/TopBarPreviews/Light/HeartsLeft.png.meta +127 -0
- package/Editor/Resources/TopBarPreviews/Light.meta +8 -0
- package/Editor/Resources/TopBarPreviews.meta +8 -0
- package/Editor/Resources.meta +8 -0
- package/Editor/Scripts/HyperSettingsNav.cs.meta +2 -0
- package/Editor/Scripts/PostBuildInjector.cs.meta +11 -0
- package/Editor/Scripts.meta +8 -0
- package/Editor.meta +8 -0
- package/LICENSE.md.meta +7 -0
- package/Plugins/Demigiant/DOTween/DOTween.XML.meta +4 -0
- package/Plugins/Demigiant/DOTween/DOTween.dll.meta +61 -0
- package/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.XML.meta +4 -0
- package/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.dll.meta +22 -0
- package/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png.meta +47 -0
- package/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenMiniIcon.png.meta +68 -0
- package/Plugins/Demigiant/DOTween/Editor/Imgs/Footer.png.meta +47 -0
- package/Plugins/Demigiant/DOTween/Editor/Imgs/Footer_dark.png.meta +47 -0
- package/Plugins/Demigiant/DOTween/Editor/Imgs/Header.jpg.meta +47 -0
- package/Plugins/Demigiant/DOTween/Editor/Imgs.meta +5 -0
- package/Plugins/Demigiant/DOTween/Editor.meta +5 -0
- package/Plugins/Demigiant/DOTween/Modules/DOTween.Modules.asmdef.meta +7 -0
- package/Plugins/Demigiant/DOTween/Modules/DOTweenModuleAudio.cs.meta +8 -0
- package/Plugins/Demigiant/DOTween/Modules/DOTweenModuleEPOOutline.cs.meta +12 -0
- package/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics.cs.meta +8 -0
- package/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics2D.cs.meta +8 -0
- package/Plugins/Demigiant/DOTween/Modules/DOTweenModuleSprite.cs.meta +8 -0
- package/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUI.cs.meta +8 -0
- package/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUnityVersion.cs.meta +8 -0
- package/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUtils.cs.meta +8 -0
- package/Plugins/Demigiant/DOTween/Modules.meta +5 -0
- package/Plugins/Demigiant/DOTween/readme.txt.meta +4 -0
- package/Plugins/Demigiant/DOTween.meta +21 -0
- package/Plugins/Demigiant.meta +8 -0
- package/Plugins/RSAEncryption.jslib.meta +32 -0
- package/Plugins/TutorialCache.jslib.meta +32 -0
- package/Plugins/WebGLPlugin.jslib.meta +32 -0
- package/Plugins/WebSocketPlugin.jslib.meta +32 -0
- package/Plugins.meta +8 -0
- package/Runtime/Core/HyperLoader.cs.meta +11 -0
- package/Runtime/Core/HyperSDK.cs.meta +11 -0
- package/Runtime/Core/HyperSDKTimer.cs.meta +11 -0
- package/Runtime/Core/SafeArea.cs.meta +11 -0
- package/Runtime/Core.meta +8 -0
- package/Runtime/Hyper.asmdef.meta +7 -0
- package/Runtime/Modals/ConnectionRestoredController.cs.meta +11 -0
- package/Runtime/Modals/ConnectionStatusIcon.cs.meta +11 -0
- package/Runtime/Modals/ConnectionStatusModal.cs.meta +11 -0
- package/Runtime/Modals/GameOverModal.cs.meta +11 -0
- package/Runtime/Modals/GamePausedModal.cs.meta +11 -0
- package/Runtime/Modals/LoadingFailedModal.cs.meta +11 -0
- package/Runtime/Modals/PauseButton.cs.meta +11 -0
- package/Runtime/Modals/ScoreSubmissionFailedModal.cs.meta +11 -0
- package/Runtime/Modals/ScoreText.cs.meta +11 -0
- package/Runtime/Modals/SessionTimedOutModal.cs.meta +11 -0
- package/Runtime/Modals/SnackBarStatusModal.cs.meta +11 -0
- package/Runtime/Modals/StartingInstructionModal.cs.meta +11 -0
- package/Runtime/Modals/TimeUpModal.cs.meta +11 -0
- package/Runtime/Modals/TimerText.cs.meta +11 -0
- package/Runtime/Modals/TopBarModal.cs.meta +11 -0
- package/Runtime/Modals/TutorialButton.cs.meta +11 -0
- package/Runtime/Modals/TutorialModal.cs.meta +11 -0
- package/Runtime/Modals/WrongOrientationModal.cs.meta +11 -0
- package/Runtime/Modals/WrongPlatformModal.cs.meta +11 -0
- package/Runtime/Modals.meta +8 -0
- package/Runtime/Modules/BackendModule.cs.meta +11 -0
- package/Runtime/Modules/DataModule.cs.meta +11 -0
- package/Runtime/Modules/EventModule.cs.meta +11 -0
- package/Runtime/Modules/GameModule.cs.meta +11 -0
- package/Runtime/Modules/Random.cs.meta +11 -0
- package/Runtime/Modules.meta +8 -0
- package/Runtime/Resources/Animations/GamepadLoader 1.anim.meta +8 -0
- package/Runtime/Resources/Animations/LaunchingText.anim.meta +8 -0
- package/Runtime/Resources/Animations/StartingInstruction.anim.meta +8 -0
- package/Runtime/Resources/Animations/Swipe.anim.meta +8 -0
- package/Runtime/Resources/Animations/Swipe_Animations_SpriteSheet_0.controller.meta +8 -0
- package/Runtime/Resources/Animations/Swipe_right.anim.meta +8 -0
- package/Runtime/Resources/Animations/TapToPlay.anim.meta +8 -0
- package/Runtime/Resources/Animations.meta +8 -0
- package/Runtime/Resources/Developer_Tutorial/WhatsApp Video 2024-12-24 at 20.44.19_d2128f48.mp4.meta +18 -0
- package/Runtime/Resources/Developer_Tutorial/vecteezy_clapper-board-icon-animation-with-cool-energy-effects-movie_33904119.mp4.meta +18 -0
- package/Runtime/Resources/Developer_Tutorial.meta +8 -0
- package/Runtime/Resources/Fonts/Hanson_Bold/Hanson-Bold.otf.meta +21 -0
- package/Runtime/Resources/Fonts/Hanson_Bold/Hanson-Bold.ttf.meta +22 -0
- package/Runtime/Resources/Fonts/Hanson_Bold.meta +8 -0
- package/Runtime/Resources/Fonts/Nunito/Nunito-Italic-VariableFont_wght.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Nunito/Nunito-VariableFont_wght SDF.asset.meta +8 -0
- package/Runtime/Resources/Fonts/Nunito/Nunito-VariableFont_wght.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Nunito/OFL.txt.meta +7 -0
- package/Runtime/Resources/Fonts/Nunito/README.txt.meta +7 -0
- package/Runtime/Resources/Fonts/Nunito/static/Nunito-Black.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Nunito/static/Nunito-BlackItalic.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Nunito/static/Nunito-Bold SDF.asset.meta +8 -0
- package/Runtime/Resources/Fonts/Nunito/static/Nunito-Bold.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Nunito/static/Nunito-BoldItalic.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Nunito/static/Nunito-ExtraBold.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Nunito/static/Nunito-ExtraBoldItalic.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Nunito/static/Nunito-ExtraLight.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Nunito/static/Nunito-ExtraLightItalic.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Nunito/static/Nunito-Italic.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Nunito/static/Nunito-Light.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Nunito/static/Nunito-LightItalic.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Nunito/static/Nunito-Medium.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Nunito/static/Nunito-MediumItalic.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Nunito/static/Nunito-Regular.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Nunito/static/Nunito-SemiBold.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Nunito/static/Nunito-SemiBoldItalic.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Nunito/static.meta +8 -0
- package/Runtime/Resources/Fonts/Nunito.meta +8 -0
- package/Runtime/Resources/Fonts/Space_grotesk/SpaceGrotesk-Bold.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Space_grotesk/SpaceGrotesk-Light.ttf.meta +26 -0
- package/Runtime/Resources/Fonts/Space_grotesk/SpaceGrotesk-Medium.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Space_grotesk/SpaceGrotesk-Regular.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Space_grotesk/SpaceGrotesk-SemiBold.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Space_grotesk/SpaceGrotesk-VariableFont_wght.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Space_grotesk.meta +8 -0
- package/Runtime/Resources/Fonts/TMP/Hanson_Bold/Hanson-Bold SDF.asset.meta +8 -0
- package/Runtime/Resources/Fonts/TMP/Hanson_Bold.meta +8 -0
- package/Runtime/Resources/Fonts/TMP/Space_Grotesk/SpaceGrotesk-Bold SDF.asset.meta +8 -0
- package/Runtime/Resources/Fonts/TMP/Space_Grotesk/SpaceGrotesk-Light SDF.asset.meta +8 -0
- package/Runtime/Resources/Fonts/TMP/Space_Grotesk/SpaceGrotesk-Medium SDF.asset.meta +8 -0
- package/Runtime/Resources/Fonts/TMP/Space_Grotesk/SpaceGrotesk-Regular SDF.asset.meta +8 -0
- package/Runtime/Resources/Fonts/TMP/Space_Grotesk/SpaceGrotesk-SemiBold SDF.asset.meta +8 -0
- package/Runtime/Resources/Fonts/TMP/Space_Grotesk.meta +8 -0
- package/Runtime/Resources/Fonts/TMP.meta +8 -0
- package/Runtime/Resources/Fonts/wonder_boys/New/Wonder Boys - Personal Use.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/wonder_boys/New.meta +8 -0
- package/Runtime/Resources/Fonts/wonder_boys/Wonder Boys - Personal Use SDF 1.asset.meta +8 -0
- package/Runtime/Resources/Fonts/wonder_boys/Wonder Boys - Personal Use.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/wonder_boys.meta +8 -0
- package/Runtime/Resources/Fonts.meta +8 -0
- package/Runtime/Resources/GameAssets/HealthBar/Health_Empty.png.meta +153 -0
- package/Runtime/Resources/GameAssets/HealthBar/Health_Full.png.meta +153 -0
- package/Runtime/Resources/GameAssets/HealthBar.meta +8 -0
- package/Runtime/Resources/GameAssets/ScoreMultiplier.meta +8 -0
- package/Runtime/Resources/GameAssets.meta +8 -0
- package/Runtime/Resources/HyperGameContentConfig.asset.meta +8 -0
- package/Runtime/Resources/HyperSDKSettings.asset.meta +8 -0
- package/Runtime/Resources/Portrait Test.png.meta +143 -0
- package/Runtime/Resources/Sprites/Button_Pause_Bars_Dark.png.meta +153 -0
- package/Runtime/Resources/Sprites/Button_Pause_Bars_Light.png.meta +153 -0
- package/Runtime/Resources/Sprites/Button_Pause_Base.png.meta +153 -0
- package/Runtime/Resources/Sprites/GameOverModal/Button_Exit_Normal.png.meta +153 -0
- package/Runtime/Resources/Sprites/GameOverModal/Button_Exit_Pressed.png.meta +153 -0
- package/Runtime/Resources/Sprites/GameOverModal/Button_Play_Again_Normal.png.meta +153 -0
- package/Runtime/Resources/Sprites/GameOverModal/Button_Play_Again_Pressed.png.meta +153 -0
- package/Runtime/Resources/Sprites/GameOverModal/Game_Over_Box.png.meta +153 -0
- package/Runtime/Resources/Sprites/GameOverModal/Game_Over_Box_Practice.png.meta +153 -0
- package/Runtime/Resources/Sprites/GameOverModal.meta +8 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Button_ContinuePlaying.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Button_ContinuePlaying_Landscape.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Button_ContinuePlaying_Pressed.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Button_ContinuePlaying_wText.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Button_Continue_Playing_Landscape_Normal.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Button_Continue_Playing_Landscape_Pressed.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Button_Continue_Playing_Normal.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Button_Continue_Playing_Pressed.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Button_Exit_Game_Landscape_Normal.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Button_Exit_Game_Landscape_Pressed.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Button_Exit_Game_Normal.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Button_Exit_Game_Pressed.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Button_Forfeit.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Button_Forfeit_Landscape.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Button_Forfeit_Landscape_Normal.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Button_Forfeit_Landscape_Pressed.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Button_Forfeit_Portrait_Normal.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Button_Forfeit_Portrait_Pressed.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Button_Forfeit_Pressed.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Circle_Transparent.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Frame 1321319618.png.meta +127 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Frame 1321319620.png.meta +143 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Icon_Restart.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Icon_SoundOff.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Icon_SoundOn.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Icon_Tutorial.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/Paused.png.meta +143 -0
- package/Runtime/Resources/Sprites/GamePausedModal/PurpleBox_GamePaused_Landscape.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/PurpleBox_GamePaused_Portrait.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal/ScoresFrame.png.meta +153 -0
- package/Runtime/Resources/Sprites/GamePausedModal.meta +8 -0
- package/Runtime/Resources/Sprites/Gamepad_White 1.png.meta +153 -0
- package/Runtime/Resources/Sprites/Hints Container/Frame 3.png.meta +140 -0
- package/Runtime/Resources/Sprites/Hints Container/Hint Container.png.meta +143 -0
- package/Runtime/Resources/Sprites/Hints Container/Index Pointer.png.meta +143 -0
- package/Runtime/Resources/Sprites/Hints Container.meta +8 -0
- package/Runtime/Resources/Sprites/Icon_Close.png.meta +153 -0
- package/Runtime/Resources/Sprites/LoadingFailedModal/Button_Retry.png.meta +153 -0
- package/Runtime/Resources/Sprites/LoadingFailedModal/Button_RetryLater.png.meta +153 -0
- package/Runtime/Resources/Sprites/LoadingFailedModal/Button_Retry_Later_Normal.png.meta +153 -0
- package/Runtime/Resources/Sprites/LoadingFailedModal/Button_Retry_Later_Pressed.png.meta +153 -0
- package/Runtime/Resources/Sprites/LoadingFailedModal/Button_Retry_Normal.png.meta +153 -0
- package/Runtime/Resources/Sprites/LoadingFailedModal/Button_Retry_Pressed.png.meta +153 -0
- package/Runtime/Resources/Sprites/LoadingFailedModal/Button_RetyTimer.png.meta +153 -0
- package/Runtime/Resources/Sprites/LoadingFailedModal/PurpleBox_LoadingFailed.png.meta +153 -0
- package/Runtime/Resources/Sprites/LoadingFailedModal/no-wifi.png.meta +153 -0
- package/Runtime/Resources/Sprites/LoadingFailedModal.meta +8 -0
- package/Runtime/Resources/Sprites/LoadingScreen/Frame 2147224051.png.meta +143 -0
- package/Runtime/Resources/Sprites/LoadingScreen/HYPERGAMES_Logo.png.meta +156 -0
- package/Runtime/Resources/Sprites/LoadingScreen/LoadingBar_BG.png.meta +156 -0
- package/Runtime/Resources/Sprites/LoadingScreen/LoadingBar_Border.png.meta +156 -0
- package/Runtime/Resources/Sprites/LoadingScreen/LoadingBar_Ellipse 1.png.meta +156 -0
- package/Runtime/Resources/Sprites/LoadingScreen/LoadingBar_Ellipse.png.meta +156 -0
- package/Runtime/Resources/Sprites/LoadingScreen/LoadingBar_Fix.png.meta +156 -0
- package/Runtime/Resources/Sprites/LoadingScreen/LoadingBar_Fix2.png.meta +156 -0
- package/Runtime/Resources/Sprites/LoadingScreen/LoadingBar_Fix3.png.meta +156 -0
- package/Runtime/Resources/Sprites/LoadingScreen/Progress bar.png.meta +156 -0
- package/Runtime/Resources/Sprites/LoadingScreen/Progress bar_1.png.meta +156 -0
- package/Runtime/Resources/Sprites/LoadingScreen/TapToPlay.png.meta +153 -0
- package/Runtime/Resources/Sprites/LoadingScreen/Underlay.png.meta +143 -0
- package/Runtime/Resources/Sprites/LoadingScreen.meta +8 -0
- package/Runtime/Resources/Sprites/No_Wifi_Icon 1.png.meta +166 -0
- package/Runtime/Resources/Sprites/SessionTimedOutModal/fi_7477533.png.meta +127 -0
- package/Runtime/Resources/Sprites/SessionTimedOutModal.meta +8 -0
- package/Runtime/Resources/Sprites/Shiny_Pattern_Background 1.png.meta +153 -0
- package/Runtime/Resources/Sprites/SubmissionFailedModal/Icon_Submit_Failed.png.meta +153 -0
- package/Runtime/Resources/Sprites/SubmissionFailedModal.meta +8 -0
- package/Runtime/Resources/Sprites/Swipe_Animations_SpriteSheet.png.meta +1517 -0
- package/Runtime/Resources/Sprites/TimeUpModal/Icon_Timer.png.meta +153 -0
- package/Runtime/Resources/Sprites/TimeUpModal/Text_TimeUp.png.meta +153 -0
- package/Runtime/Resources/Sprites/TimeUpModal/TimeUp.png.meta +153 -0
- package/Runtime/Resources/Sprites/TimeUpModal.meta +8 -0
- package/Runtime/Resources/Sprites/TopBar/Button_Pause.png.meta +153 -0
- package/Runtime/Resources/Sprites/TopBar/Button_Pause_Light.png.meta +153 -0
- package/Runtime/Resources/Sprites/TopBar/Icon_NoWifi.png.meta +153 -0
- package/Runtime/Resources/Sprites/TopBar/Icon_YesWifi.png.meta +153 -0
- package/Runtime/Resources/Sprites/TopBar/Top_Black_Rounded_Bar.png.meta +153 -0
- package/Runtime/Resources/Sprites/TopBar/Top_Black_Rounded_Bar_Portrait_III.png.meta +153 -0
- package/Runtime/Resources/Sprites/TopBar/Top_Black_Rounded_Bar_Portrait_IV.png.meta +153 -0
- package/Runtime/Resources/Sprites/TopBar/Top_Rounded_Bar_Landscape.png.meta +153 -0
- package/Runtime/Resources/Sprites/TopBar/Top_Rounded_Bar_Portrait.png.meta +153 -0
- package/Runtime/Resources/Sprites/TopBar.meta +8 -0
- package/Runtime/Resources/Sprites/TopBar.png.meta +153 -0
- package/Runtime/Resources/Sprites/TopBar_Landscape.png.meta +153 -0
- package/Runtime/Resources/Sprites/TutorialModal/Button_Back.png.meta +153 -0
- package/Runtime/Resources/Sprites/TutorialModal/Button_Next.png.meta +153 -0
- package/Runtime/Resources/Sprites/TutorialModal/Icon_Left.png.meta +153 -0
- package/Runtime/Resources/Sprites/TutorialModal/Icon_Right.png.meta +153 -0
- package/Runtime/Resources/Sprites/TutorialModal/Knob.png.meta +153 -0
- package/Runtime/Resources/Sprites/TutorialModal/Time_Seeker_Bar_Empty.png.meta +153 -0
- package/Runtime/Resources/Sprites/TutorialModal/Time_Seeker_Bar_Filled.png.meta +153 -0
- package/Runtime/Resources/Sprites/TutorialModal/Time_Seeker_Bar_Filled_II.png.meta +153 -0
- package/Runtime/Resources/Sprites/TutorialModal/Timeline_Seeker_Bar.png.meta +153 -0
- package/Runtime/Resources/Sprites/TutorialModal/Timeline_Seeker_Bar_Empty_Landscape.png.meta +153 -0
- package/Runtime/Resources/Sprites/TutorialModal/Timeline_Seeker_Bar_Landscape.png.meta +153 -0
- package/Runtime/Resources/Sprites/TutorialModal/Tutorial_Background_Inner_Landscape.png.meta +153 -0
- package/Runtime/Resources/Sprites/TutorialModal/Tutorial_Background_Inner_Portrait.png.meta +153 -0
- package/Runtime/Resources/Sprites/TutorialModal/Tutorial_Background_Inner_wText_Landscape.png.meta +153 -0
- package/Runtime/Resources/Sprites/TutorialModal/Tutorial_Background_Inner_wText_Portrait.png.meta +153 -0
- package/Runtime/Resources/Sprites/TutorialModal/Tutorial_Background_Landscape.png.meta +153 -0
- package/Runtime/Resources/Sprites/TutorialModal/Tutorial_Background_Portrait.png.meta +153 -0
- package/Runtime/Resources/Sprites/TutorialModal.meta +8 -0
- package/Runtime/Resources/Sprites/WrongOrientationModal/Icon_Exit.png.meta +153 -0
- package/Runtime/Resources/Sprites/WrongOrientationModal/RotateYourDevice.png.meta +153 -0
- package/Runtime/Resources/Sprites/WrongOrientationModal/RotateYourDevice_2.png.meta +153 -0
- package/Runtime/Resources/Sprites/WrongOrientationModal.meta +8 -0
- package/Runtime/Resources/Sprites/WrongPlatform/WrongPlatform_1.png.meta +153 -0
- package/Runtime/Resources/Sprites/WrongPlatform/WrongPlatform_2.png.meta +153 -0
- package/Runtime/Resources/Sprites/WrongPlatform.meta +8 -0
- package/Runtime/Resources/Sprites/Yes_Wifi_Icon 1.png.meta +166 -0
- package/Runtime/Resources/Sprites/stopwatch icon.png.meta +127 -0
- package/Runtime/Resources/Sprites.meta +8 -0
- package/Runtime/Resources/TutorialVideoTexture.renderTexture.meta +8 -0
- package/Runtime/Resources/UIPrefabs/ConnectionStatusBar.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/GameOverModal_Battle.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/GameOverModal_Practice.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/GamePausedModal_Battle.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/GamePausedModal_Battle_Landscape.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/GamePausedModal_Practice.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/GamePausedModal_Practice_Landscape.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/IndicatorCircle.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/LoadingFailedModal.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/ScoreSubmissionFailedModal.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/SessionTimedOutModal.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/SnackBarStatusModal.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/StartingInstructionModal.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/TimeUpModal.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/Top Bar Elements/PauseButton.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/Top Bar Elements/ScoreText.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/Top Bar Elements/TimerText.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/Top Bar Elements.meta +8 -0
- package/Runtime/Resources/UIPrefabs/TopBarElements.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/TutorialLandscapeModal.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/TutorialPortraitModal.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/WrongOrientationModal.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/WrongPlatformModal.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs.meta +8 -0
- package/Runtime/Resources.meta +8 -0
- package/Runtime/Scenes/HyperLoader.unity.meta +7 -0
- package/Runtime/Scenes.meta +8 -0
- package/Runtime/Scriptable Objects/HyperGameContentConfig.cs.meta +11 -0
- package/Runtime/Scriptable Objects/HyperSDKSettings.cs.meta +11 -0
- package/Runtime/Scriptable Objects.meta +8 -0
- package/Runtime/UIAnimations/CenterModal.cs.meta +11 -0
- package/Runtime/UIAnimations/PopIn.cs.meta +11 -0
- package/Runtime/UIAnimations/ReparentToMask.cs.meta +11 -0
- package/Runtime/UIAnimations/SlideRight.cs.meta +11 -0
- package/Runtime/UIAnimations/SlideUp.cs.meta +11 -0
- package/Runtime/UIAnimations.meta +8 -0
- package/Runtime.meta +8 -0
- package/WebGLTemplates/HyperLoader/TemplateData/Progress bar bg.png.meta +7 -0
- package/WebGLTemplates/HyperLoader/TemplateData/Progress bar fill.png.meta +7 -0
- package/WebGLTemplates/HyperLoader/TemplateData/Wonder Boys - Personal Use.ttf.meta +21 -0
- package/WebGLTemplates/HyperLoader/TemplateData/hyper-games-logo.svg.meta +7 -0
- package/WebGLTemplates/HyperLoader/TemplateData/hyperlogo.png.meta +7 -0
- package/WebGLTemplates/HyperLoader/TemplateData.meta +8 -0
- package/WebGLTemplates/HyperLoader/index.html.meta +7 -0
- package/WebGLTemplates/HyperLoader/template.json.meta +7 -0
- package/WebGLTemplates/HyperLoader/thumbnail.png.meta +7 -0
- package/WebGLTemplates/HyperLoader.meta +8 -0
- package/WebGLTemplates.meta +8 -0
- package/package.json +1 -1
- package/package.json.meta +7 -0
|
@@ -0,0 +1,1517 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: 1aa381bf901a1b34484744010269b0ef
|
|
3
|
+
TextureImporter:
|
|
4
|
+
internalIDToNameTable: []
|
|
5
|
+
externalObjects: {}
|
|
6
|
+
serializedVersion: 13
|
|
7
|
+
mipmaps:
|
|
8
|
+
mipMapMode: 0
|
|
9
|
+
enableMipMap: 0
|
|
10
|
+
sRGBTexture: 1
|
|
11
|
+
linearTexture: 0
|
|
12
|
+
fadeOut: 0
|
|
13
|
+
borderMipMap: 0
|
|
14
|
+
mipMapsPreserveCoverage: 0
|
|
15
|
+
alphaTestReferenceValue: 0.5
|
|
16
|
+
mipMapFadeDistanceStart: 1
|
|
17
|
+
mipMapFadeDistanceEnd: 3
|
|
18
|
+
bumpmap:
|
|
19
|
+
convertToNormalMap: 0
|
|
20
|
+
externalNormalMap: 0
|
|
21
|
+
heightScale: 0.25
|
|
22
|
+
normalMapFilter: 0
|
|
23
|
+
flipGreenChannel: 0
|
|
24
|
+
isReadable: 0
|
|
25
|
+
streamingMipmaps: 0
|
|
26
|
+
streamingMipmapsPriority: 0
|
|
27
|
+
vTOnly: 0
|
|
28
|
+
ignoreMipmapLimit: 0
|
|
29
|
+
grayScaleToAlpha: 0
|
|
30
|
+
generateCubemap: 6
|
|
31
|
+
cubemapConvolution: 0
|
|
32
|
+
seamlessCubemap: 0
|
|
33
|
+
textureFormat: 1
|
|
34
|
+
maxTextureSize: 2048
|
|
35
|
+
textureSettings:
|
|
36
|
+
serializedVersion: 2
|
|
37
|
+
filterMode: 1
|
|
38
|
+
aniso: 1
|
|
39
|
+
mipBias: 0
|
|
40
|
+
wrapU: 1
|
|
41
|
+
wrapV: 1
|
|
42
|
+
wrapW: 1
|
|
43
|
+
nPOTScale: 0
|
|
44
|
+
lightmap: 0
|
|
45
|
+
compressionQuality: 50
|
|
46
|
+
spriteMode: 2
|
|
47
|
+
spriteExtrude: 1
|
|
48
|
+
spriteMeshType: 1
|
|
49
|
+
alignment: 0
|
|
50
|
+
spritePivot: {x: 0.5, y: 0.5}
|
|
51
|
+
spritePixelsToUnits: 1
|
|
52
|
+
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
|
53
|
+
spriteGenerateFallbackPhysicsShape: 0
|
|
54
|
+
alphaUsage: 1
|
|
55
|
+
alphaIsTransparency: 1
|
|
56
|
+
spriteTessellationDetail: -1
|
|
57
|
+
textureType: 8
|
|
58
|
+
textureShape: 1
|
|
59
|
+
singleChannelComponent: 0
|
|
60
|
+
flipbookRows: 1
|
|
61
|
+
flipbookColumns: 1
|
|
62
|
+
maxTextureSizeSet: 0
|
|
63
|
+
compressionQualitySet: 0
|
|
64
|
+
textureFormatSet: 0
|
|
65
|
+
ignorePngGamma: 0
|
|
66
|
+
applyGammaDecoding: 0
|
|
67
|
+
swizzle: 50462976
|
|
68
|
+
cookieLightType: 0
|
|
69
|
+
platformSettings:
|
|
70
|
+
- serializedVersion: 3
|
|
71
|
+
buildTarget: DefaultTexturePlatform
|
|
72
|
+
maxTextureSize: 2048
|
|
73
|
+
resizeAlgorithm: 0
|
|
74
|
+
textureFormat: -1
|
|
75
|
+
textureCompression: 1
|
|
76
|
+
compressionQuality: 50
|
|
77
|
+
crunchedCompression: 0
|
|
78
|
+
allowsAlphaSplitting: 0
|
|
79
|
+
overridden: 0
|
|
80
|
+
ignorePlatformSupport: 0
|
|
81
|
+
androidETC2FallbackOverride: 0
|
|
82
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
83
|
+
- serializedVersion: 3
|
|
84
|
+
buildTarget: Standalone
|
|
85
|
+
maxTextureSize: 2048
|
|
86
|
+
resizeAlgorithm: 0
|
|
87
|
+
textureFormat: -1
|
|
88
|
+
textureCompression: 1
|
|
89
|
+
compressionQuality: 50
|
|
90
|
+
crunchedCompression: 0
|
|
91
|
+
allowsAlphaSplitting: 0
|
|
92
|
+
overridden: 0
|
|
93
|
+
ignorePlatformSupport: 0
|
|
94
|
+
androidETC2FallbackOverride: 0
|
|
95
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
96
|
+
- serializedVersion: 3
|
|
97
|
+
buildTarget: iPhone
|
|
98
|
+
maxTextureSize: 2048
|
|
99
|
+
resizeAlgorithm: 0
|
|
100
|
+
textureFormat: -1
|
|
101
|
+
textureCompression: 1
|
|
102
|
+
compressionQuality: 50
|
|
103
|
+
crunchedCompression: 0
|
|
104
|
+
allowsAlphaSplitting: 0
|
|
105
|
+
overridden: 0
|
|
106
|
+
ignorePlatformSupport: 0
|
|
107
|
+
androidETC2FallbackOverride: 0
|
|
108
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
109
|
+
- serializedVersion: 3
|
|
110
|
+
buildTarget: WebGL
|
|
111
|
+
maxTextureSize: 2048
|
|
112
|
+
resizeAlgorithm: 0
|
|
113
|
+
textureFormat: -1
|
|
114
|
+
textureCompression: 1
|
|
115
|
+
compressionQuality: 50
|
|
116
|
+
crunchedCompression: 0
|
|
117
|
+
allowsAlphaSplitting: 0
|
|
118
|
+
overridden: 0
|
|
119
|
+
ignorePlatformSupport: 0
|
|
120
|
+
androidETC2FallbackOverride: 0
|
|
121
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
122
|
+
- serializedVersion: 3
|
|
123
|
+
buildTarget: Android
|
|
124
|
+
maxTextureSize: 2048
|
|
125
|
+
resizeAlgorithm: 0
|
|
126
|
+
textureFormat: -1
|
|
127
|
+
textureCompression: 1
|
|
128
|
+
compressionQuality: 50
|
|
129
|
+
crunchedCompression: 0
|
|
130
|
+
allowsAlphaSplitting: 0
|
|
131
|
+
overridden: 0
|
|
132
|
+
ignorePlatformSupport: 0
|
|
133
|
+
androidETC2FallbackOverride: 0
|
|
134
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
135
|
+
spriteSheet:
|
|
136
|
+
serializedVersion: 2
|
|
137
|
+
sprites:
|
|
138
|
+
- serializedVersion: 2
|
|
139
|
+
name: Swipe_Animations_SpriteSheet_0
|
|
140
|
+
rect:
|
|
141
|
+
serializedVersion: 2
|
|
142
|
+
x: 0
|
|
143
|
+
y: 1080
|
|
144
|
+
width: 320
|
|
145
|
+
height: 108
|
|
146
|
+
alignment: 0
|
|
147
|
+
pivot: {x: 0, y: 0}
|
|
148
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
149
|
+
outline: []
|
|
150
|
+
physicsShape: []
|
|
151
|
+
tessellationDetail: 0
|
|
152
|
+
bones: []
|
|
153
|
+
spriteID: daf1004856805c04bb128fb92f770675
|
|
154
|
+
internalID: -1873596247
|
|
155
|
+
vertices: []
|
|
156
|
+
indices:
|
|
157
|
+
edges: []
|
|
158
|
+
weights: []
|
|
159
|
+
- serializedVersion: 2
|
|
160
|
+
name: Swipe_Animations_SpriteSheet_1
|
|
161
|
+
rect:
|
|
162
|
+
serializedVersion: 2
|
|
163
|
+
x: 320
|
|
164
|
+
y: 1080
|
|
165
|
+
width: 320
|
|
166
|
+
height: 108
|
|
167
|
+
alignment: 0
|
|
168
|
+
pivot: {x: 0, y: 0}
|
|
169
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
170
|
+
outline: []
|
|
171
|
+
physicsShape: []
|
|
172
|
+
tessellationDetail: 0
|
|
173
|
+
bones: []
|
|
174
|
+
spriteID: 1303068418f74df428e01f9e3675dec6
|
|
175
|
+
internalID: -1615731179
|
|
176
|
+
vertices: []
|
|
177
|
+
indices:
|
|
178
|
+
edges: []
|
|
179
|
+
weights: []
|
|
180
|
+
- serializedVersion: 2
|
|
181
|
+
name: Swipe_Animations_SpriteSheet_2
|
|
182
|
+
rect:
|
|
183
|
+
serializedVersion: 2
|
|
184
|
+
x: 640
|
|
185
|
+
y: 1080
|
|
186
|
+
width: 320
|
|
187
|
+
height: 108
|
|
188
|
+
alignment: 0
|
|
189
|
+
pivot: {x: 0, y: 0}
|
|
190
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
191
|
+
outline: []
|
|
192
|
+
physicsShape: []
|
|
193
|
+
tessellationDetail: 0
|
|
194
|
+
bones: []
|
|
195
|
+
spriteID: 794d9bf518bb535488fa499d45a62456
|
|
196
|
+
internalID: -2019826058
|
|
197
|
+
vertices: []
|
|
198
|
+
indices:
|
|
199
|
+
edges: []
|
|
200
|
+
weights: []
|
|
201
|
+
- serializedVersion: 2
|
|
202
|
+
name: Swipe_Animations_SpriteSheet_3
|
|
203
|
+
rect:
|
|
204
|
+
serializedVersion: 2
|
|
205
|
+
x: 960
|
|
206
|
+
y: 1080
|
|
207
|
+
width: 320
|
|
208
|
+
height: 108
|
|
209
|
+
alignment: 0
|
|
210
|
+
pivot: {x: 0, y: 0}
|
|
211
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
212
|
+
outline: []
|
|
213
|
+
physicsShape: []
|
|
214
|
+
tessellationDetail: 0
|
|
215
|
+
bones: []
|
|
216
|
+
spriteID: f888b5376cf3d1c408fe5e950834db57
|
|
217
|
+
internalID: 2052161869
|
|
218
|
+
vertices: []
|
|
219
|
+
indices:
|
|
220
|
+
edges: []
|
|
221
|
+
weights: []
|
|
222
|
+
- serializedVersion: 2
|
|
223
|
+
name: Swipe_Animations_SpriteSheet_4
|
|
224
|
+
rect:
|
|
225
|
+
serializedVersion: 2
|
|
226
|
+
x: 1280
|
|
227
|
+
y: 1080
|
|
228
|
+
width: 320
|
|
229
|
+
height: 108
|
|
230
|
+
alignment: 0
|
|
231
|
+
pivot: {x: 0, y: 0}
|
|
232
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
233
|
+
outline: []
|
|
234
|
+
physicsShape: []
|
|
235
|
+
tessellationDetail: 0
|
|
236
|
+
bones: []
|
|
237
|
+
spriteID: 5295214159874fc409f63b1cc007ed4e
|
|
238
|
+
internalID: 1392788840
|
|
239
|
+
vertices: []
|
|
240
|
+
indices:
|
|
241
|
+
edges: []
|
|
242
|
+
weights: []
|
|
243
|
+
- serializedVersion: 2
|
|
244
|
+
name: Swipe_Animations_SpriteSheet_5
|
|
245
|
+
rect:
|
|
246
|
+
serializedVersion: 2
|
|
247
|
+
x: 1600
|
|
248
|
+
y: 1080
|
|
249
|
+
width: 320
|
|
250
|
+
height: 108
|
|
251
|
+
alignment: 0
|
|
252
|
+
pivot: {x: 0, y: 0}
|
|
253
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
254
|
+
outline: []
|
|
255
|
+
physicsShape: []
|
|
256
|
+
tessellationDetail: 0
|
|
257
|
+
bones: []
|
|
258
|
+
spriteID: 33352c50d74379c43b1b1a2d1358be89
|
|
259
|
+
internalID: -18001364
|
|
260
|
+
vertices: []
|
|
261
|
+
indices:
|
|
262
|
+
edges: []
|
|
263
|
+
weights: []
|
|
264
|
+
- serializedVersion: 2
|
|
265
|
+
name: Swipe_Animations_SpriteSheet_6
|
|
266
|
+
rect:
|
|
267
|
+
serializedVersion: 2
|
|
268
|
+
x: 0
|
|
269
|
+
y: 972
|
|
270
|
+
width: 320
|
|
271
|
+
height: 108
|
|
272
|
+
alignment: 0
|
|
273
|
+
pivot: {x: 0, y: 0}
|
|
274
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
275
|
+
outline: []
|
|
276
|
+
physicsShape: []
|
|
277
|
+
tessellationDetail: 0
|
|
278
|
+
bones: []
|
|
279
|
+
spriteID: e95202fb600fafb429ec4350a993c0b6
|
|
280
|
+
internalID: -754566160
|
|
281
|
+
vertices: []
|
|
282
|
+
indices:
|
|
283
|
+
edges: []
|
|
284
|
+
weights: []
|
|
285
|
+
- serializedVersion: 2
|
|
286
|
+
name: Swipe_Animations_SpriteSheet_7
|
|
287
|
+
rect:
|
|
288
|
+
serializedVersion: 2
|
|
289
|
+
x: 320
|
|
290
|
+
y: 972
|
|
291
|
+
width: 320
|
|
292
|
+
height: 108
|
|
293
|
+
alignment: 0
|
|
294
|
+
pivot: {x: 0, y: 0}
|
|
295
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
296
|
+
outline: []
|
|
297
|
+
physicsShape: []
|
|
298
|
+
tessellationDetail: 0
|
|
299
|
+
bones: []
|
|
300
|
+
spriteID: 0ca1a261afe67ce4fa805d20c1ad7fcf
|
|
301
|
+
internalID: -230436827
|
|
302
|
+
vertices: []
|
|
303
|
+
indices:
|
|
304
|
+
edges: []
|
|
305
|
+
weights: []
|
|
306
|
+
- serializedVersion: 2
|
|
307
|
+
name: Swipe_Animations_SpriteSheet_8
|
|
308
|
+
rect:
|
|
309
|
+
serializedVersion: 2
|
|
310
|
+
x: 640
|
|
311
|
+
y: 972
|
|
312
|
+
width: 320
|
|
313
|
+
height: 108
|
|
314
|
+
alignment: 0
|
|
315
|
+
pivot: {x: 0, y: 0}
|
|
316
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
317
|
+
outline: []
|
|
318
|
+
physicsShape: []
|
|
319
|
+
tessellationDetail: 0
|
|
320
|
+
bones: []
|
|
321
|
+
spriteID: 8a009eb2bbd863144839dc8f4a25aba8
|
|
322
|
+
internalID: 1016503379
|
|
323
|
+
vertices: []
|
|
324
|
+
indices:
|
|
325
|
+
edges: []
|
|
326
|
+
weights: []
|
|
327
|
+
- serializedVersion: 2
|
|
328
|
+
name: Swipe_Animations_SpriteSheet_9
|
|
329
|
+
rect:
|
|
330
|
+
serializedVersion: 2
|
|
331
|
+
x: 960
|
|
332
|
+
y: 972
|
|
333
|
+
width: 320
|
|
334
|
+
height: 108
|
|
335
|
+
alignment: 0
|
|
336
|
+
pivot: {x: 0, y: 0}
|
|
337
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
338
|
+
outline: []
|
|
339
|
+
physicsShape: []
|
|
340
|
+
tessellationDetail: 0
|
|
341
|
+
bones: []
|
|
342
|
+
spriteID: 6f2a07cea8bb1514698357ba97b1f6da
|
|
343
|
+
internalID: 2096092723
|
|
344
|
+
vertices: []
|
|
345
|
+
indices:
|
|
346
|
+
edges: []
|
|
347
|
+
weights: []
|
|
348
|
+
- serializedVersion: 2
|
|
349
|
+
name: Swipe_Animations_SpriteSheet_10
|
|
350
|
+
rect:
|
|
351
|
+
serializedVersion: 2
|
|
352
|
+
x: 1280
|
|
353
|
+
y: 972
|
|
354
|
+
width: 320
|
|
355
|
+
height: 108
|
|
356
|
+
alignment: 0
|
|
357
|
+
pivot: {x: 0, y: 0}
|
|
358
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
359
|
+
outline: []
|
|
360
|
+
physicsShape: []
|
|
361
|
+
tessellationDetail: 0
|
|
362
|
+
bones: []
|
|
363
|
+
spriteID: f0c9f8e922677ea4cadc5f3ff16b4683
|
|
364
|
+
internalID: -1213211822
|
|
365
|
+
vertices: []
|
|
366
|
+
indices:
|
|
367
|
+
edges: []
|
|
368
|
+
weights: []
|
|
369
|
+
- serializedVersion: 2
|
|
370
|
+
name: Swipe_Animations_SpriteSheet_11
|
|
371
|
+
rect:
|
|
372
|
+
serializedVersion: 2
|
|
373
|
+
x: 1600
|
|
374
|
+
y: 972
|
|
375
|
+
width: 320
|
|
376
|
+
height: 108
|
|
377
|
+
alignment: 0
|
|
378
|
+
pivot: {x: 0, y: 0}
|
|
379
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
380
|
+
outline: []
|
|
381
|
+
physicsShape: []
|
|
382
|
+
tessellationDetail: 0
|
|
383
|
+
bones: []
|
|
384
|
+
spriteID: 84bc596d1e04a314c9ecf3973b28475e
|
|
385
|
+
internalID: -1669772890
|
|
386
|
+
vertices: []
|
|
387
|
+
indices:
|
|
388
|
+
edges: []
|
|
389
|
+
weights: []
|
|
390
|
+
- serializedVersion: 2
|
|
391
|
+
name: Swipe_Animations_SpriteSheet_12
|
|
392
|
+
rect:
|
|
393
|
+
serializedVersion: 2
|
|
394
|
+
x: 0
|
|
395
|
+
y: 864
|
|
396
|
+
width: 320
|
|
397
|
+
height: 108
|
|
398
|
+
alignment: 0
|
|
399
|
+
pivot: {x: 0, y: 0}
|
|
400
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
401
|
+
outline: []
|
|
402
|
+
physicsShape: []
|
|
403
|
+
tessellationDetail: 0
|
|
404
|
+
bones: []
|
|
405
|
+
spriteID: 254c6f3116de07e4f9f0fb2a0dc1b1ea
|
|
406
|
+
internalID: -781078720
|
|
407
|
+
vertices: []
|
|
408
|
+
indices:
|
|
409
|
+
edges: []
|
|
410
|
+
weights: []
|
|
411
|
+
- serializedVersion: 2
|
|
412
|
+
name: Swipe_Animations_SpriteSheet_13
|
|
413
|
+
rect:
|
|
414
|
+
serializedVersion: 2
|
|
415
|
+
x: 320
|
|
416
|
+
y: 864
|
|
417
|
+
width: 320
|
|
418
|
+
height: 108
|
|
419
|
+
alignment: 0
|
|
420
|
+
pivot: {x: 0, y: 0}
|
|
421
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
422
|
+
outline: []
|
|
423
|
+
physicsShape: []
|
|
424
|
+
tessellationDetail: 0
|
|
425
|
+
bones: []
|
|
426
|
+
spriteID: fa4b9918240e7734487e6f3db10a131e
|
|
427
|
+
internalID: -849408242
|
|
428
|
+
vertices: []
|
|
429
|
+
indices:
|
|
430
|
+
edges: []
|
|
431
|
+
weights: []
|
|
432
|
+
- serializedVersion: 2
|
|
433
|
+
name: Swipe_Animations_SpriteSheet_14
|
|
434
|
+
rect:
|
|
435
|
+
serializedVersion: 2
|
|
436
|
+
x: 640
|
|
437
|
+
y: 864
|
|
438
|
+
width: 320
|
|
439
|
+
height: 108
|
|
440
|
+
alignment: 0
|
|
441
|
+
pivot: {x: 0, y: 0}
|
|
442
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
443
|
+
outline: []
|
|
444
|
+
physicsShape: []
|
|
445
|
+
tessellationDetail: 0
|
|
446
|
+
bones: []
|
|
447
|
+
spriteID: 65f5b95e67e831b4b84814b361d831a0
|
|
448
|
+
internalID: 422481457
|
|
449
|
+
vertices: []
|
|
450
|
+
indices:
|
|
451
|
+
edges: []
|
|
452
|
+
weights: []
|
|
453
|
+
- serializedVersion: 2
|
|
454
|
+
name: Swipe_Animations_SpriteSheet_15
|
|
455
|
+
rect:
|
|
456
|
+
serializedVersion: 2
|
|
457
|
+
x: 960
|
|
458
|
+
y: 864
|
|
459
|
+
width: 320
|
|
460
|
+
height: 108
|
|
461
|
+
alignment: 0
|
|
462
|
+
pivot: {x: 0, y: 0}
|
|
463
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
464
|
+
outline: []
|
|
465
|
+
physicsShape: []
|
|
466
|
+
tessellationDetail: 0
|
|
467
|
+
bones: []
|
|
468
|
+
spriteID: 4bd166cbf125fd34cb7365ec8efe5b6e
|
|
469
|
+
internalID: 215754639
|
|
470
|
+
vertices: []
|
|
471
|
+
indices:
|
|
472
|
+
edges: []
|
|
473
|
+
weights: []
|
|
474
|
+
- serializedVersion: 2
|
|
475
|
+
name: Swipe_Animations_SpriteSheet_16
|
|
476
|
+
rect:
|
|
477
|
+
serializedVersion: 2
|
|
478
|
+
x: 1280
|
|
479
|
+
y: 864
|
|
480
|
+
width: 320
|
|
481
|
+
height: 108
|
|
482
|
+
alignment: 0
|
|
483
|
+
pivot: {x: 0, y: 0}
|
|
484
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
485
|
+
outline: []
|
|
486
|
+
physicsShape: []
|
|
487
|
+
tessellationDetail: 0
|
|
488
|
+
bones: []
|
|
489
|
+
spriteID: 3824ea1dd63f9e74788f30f5e80672ed
|
|
490
|
+
internalID: -1118006385
|
|
491
|
+
vertices: []
|
|
492
|
+
indices:
|
|
493
|
+
edges: []
|
|
494
|
+
weights: []
|
|
495
|
+
- serializedVersion: 2
|
|
496
|
+
name: Swipe_Animations_SpriteSheet_17
|
|
497
|
+
rect:
|
|
498
|
+
serializedVersion: 2
|
|
499
|
+
x: 1600
|
|
500
|
+
y: 864
|
|
501
|
+
width: 320
|
|
502
|
+
height: 108
|
|
503
|
+
alignment: 0
|
|
504
|
+
pivot: {x: 0, y: 0}
|
|
505
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
506
|
+
outline: []
|
|
507
|
+
physicsShape: []
|
|
508
|
+
tessellationDetail: 0
|
|
509
|
+
bones: []
|
|
510
|
+
spriteID: fa1cc36caba36024e9330d479d7c30d4
|
|
511
|
+
internalID: -1240771322
|
|
512
|
+
vertices: []
|
|
513
|
+
indices:
|
|
514
|
+
edges: []
|
|
515
|
+
weights: []
|
|
516
|
+
- serializedVersion: 2
|
|
517
|
+
name: Swipe_Animations_SpriteSheet_18
|
|
518
|
+
rect:
|
|
519
|
+
serializedVersion: 2
|
|
520
|
+
x: 0
|
|
521
|
+
y: 756
|
|
522
|
+
width: 320
|
|
523
|
+
height: 108
|
|
524
|
+
alignment: 0
|
|
525
|
+
pivot: {x: 0, y: 0}
|
|
526
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
527
|
+
outline: []
|
|
528
|
+
physicsShape: []
|
|
529
|
+
tessellationDetail: 0
|
|
530
|
+
bones: []
|
|
531
|
+
spriteID: ae49b56ef274d0e4992783bcec6b2331
|
|
532
|
+
internalID: -533726338
|
|
533
|
+
vertices: []
|
|
534
|
+
indices:
|
|
535
|
+
edges: []
|
|
536
|
+
weights: []
|
|
537
|
+
- serializedVersion: 2
|
|
538
|
+
name: Swipe_Animations_SpriteSheet_19
|
|
539
|
+
rect:
|
|
540
|
+
serializedVersion: 2
|
|
541
|
+
x: 320
|
|
542
|
+
y: 756
|
|
543
|
+
width: 320
|
|
544
|
+
height: 108
|
|
545
|
+
alignment: 0
|
|
546
|
+
pivot: {x: 0, y: 0}
|
|
547
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
548
|
+
outline: []
|
|
549
|
+
physicsShape: []
|
|
550
|
+
tessellationDetail: 0
|
|
551
|
+
bones: []
|
|
552
|
+
spriteID: 7c6eaea35c439ed4bbb30df0de0d4d7e
|
|
553
|
+
internalID: 186242356
|
|
554
|
+
vertices: []
|
|
555
|
+
indices:
|
|
556
|
+
edges: []
|
|
557
|
+
weights: []
|
|
558
|
+
- serializedVersion: 2
|
|
559
|
+
name: Swipe_Animations_SpriteSheet_20
|
|
560
|
+
rect:
|
|
561
|
+
serializedVersion: 2
|
|
562
|
+
x: 640
|
|
563
|
+
y: 756
|
|
564
|
+
width: 320
|
|
565
|
+
height: 108
|
|
566
|
+
alignment: 0
|
|
567
|
+
pivot: {x: 0, y: 0}
|
|
568
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
569
|
+
outline: []
|
|
570
|
+
physicsShape: []
|
|
571
|
+
tessellationDetail: 0
|
|
572
|
+
bones: []
|
|
573
|
+
spriteID: 9f3b749fe621a744d9cd242785298278
|
|
574
|
+
internalID: -1443165454
|
|
575
|
+
vertices: []
|
|
576
|
+
indices:
|
|
577
|
+
edges: []
|
|
578
|
+
weights: []
|
|
579
|
+
- serializedVersion: 2
|
|
580
|
+
name: Swipe_Animations_SpriteSheet_21
|
|
581
|
+
rect:
|
|
582
|
+
serializedVersion: 2
|
|
583
|
+
x: 960
|
|
584
|
+
y: 756
|
|
585
|
+
width: 320
|
|
586
|
+
height: 108
|
|
587
|
+
alignment: 0
|
|
588
|
+
pivot: {x: 0, y: 0}
|
|
589
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
590
|
+
outline: []
|
|
591
|
+
physicsShape: []
|
|
592
|
+
tessellationDetail: 0
|
|
593
|
+
bones: []
|
|
594
|
+
spriteID: 5645c23480914264b88678a4e609ff73
|
|
595
|
+
internalID: -353547160
|
|
596
|
+
vertices: []
|
|
597
|
+
indices:
|
|
598
|
+
edges: []
|
|
599
|
+
weights: []
|
|
600
|
+
- serializedVersion: 2
|
|
601
|
+
name: Swipe_Animations_SpriteSheet_22
|
|
602
|
+
rect:
|
|
603
|
+
serializedVersion: 2
|
|
604
|
+
x: 1280
|
|
605
|
+
y: 756
|
|
606
|
+
width: 320
|
|
607
|
+
height: 108
|
|
608
|
+
alignment: 0
|
|
609
|
+
pivot: {x: 0, y: 0}
|
|
610
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
611
|
+
outline: []
|
|
612
|
+
physicsShape: []
|
|
613
|
+
tessellationDetail: 0
|
|
614
|
+
bones: []
|
|
615
|
+
spriteID: 5f5a26cbcce274c4da690b69c43220d8
|
|
616
|
+
internalID: 13489640
|
|
617
|
+
vertices: []
|
|
618
|
+
indices:
|
|
619
|
+
edges: []
|
|
620
|
+
weights: []
|
|
621
|
+
- serializedVersion: 2
|
|
622
|
+
name: Swipe_Animations_SpriteSheet_23
|
|
623
|
+
rect:
|
|
624
|
+
serializedVersion: 2
|
|
625
|
+
x: 1600
|
|
626
|
+
y: 756
|
|
627
|
+
width: 320
|
|
628
|
+
height: 108
|
|
629
|
+
alignment: 0
|
|
630
|
+
pivot: {x: 0, y: 0}
|
|
631
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
632
|
+
outline: []
|
|
633
|
+
physicsShape: []
|
|
634
|
+
tessellationDetail: 0
|
|
635
|
+
bones: []
|
|
636
|
+
spriteID: 159c6bcc2dcfa0a4bae58354bdbe5e11
|
|
637
|
+
internalID: 943783891
|
|
638
|
+
vertices: []
|
|
639
|
+
indices:
|
|
640
|
+
edges: []
|
|
641
|
+
weights: []
|
|
642
|
+
- serializedVersion: 2
|
|
643
|
+
name: Swipe_Animations_SpriteSheet_24
|
|
644
|
+
rect:
|
|
645
|
+
serializedVersion: 2
|
|
646
|
+
x: 0
|
|
647
|
+
y: 648
|
|
648
|
+
width: 320
|
|
649
|
+
height: 108
|
|
650
|
+
alignment: 0
|
|
651
|
+
pivot: {x: 0, y: 0}
|
|
652
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
653
|
+
outline: []
|
|
654
|
+
physicsShape: []
|
|
655
|
+
tessellationDetail: 0
|
|
656
|
+
bones: []
|
|
657
|
+
spriteID: 9dde2384056cdd74dbbe1194589ffed8
|
|
658
|
+
internalID: -606383495
|
|
659
|
+
vertices: []
|
|
660
|
+
indices:
|
|
661
|
+
edges: []
|
|
662
|
+
weights: []
|
|
663
|
+
- serializedVersion: 2
|
|
664
|
+
name: Swipe_Animations_SpriteSheet_25
|
|
665
|
+
rect:
|
|
666
|
+
serializedVersion: 2
|
|
667
|
+
x: 320
|
|
668
|
+
y: 648
|
|
669
|
+
width: 320
|
|
670
|
+
height: 108
|
|
671
|
+
alignment: 0
|
|
672
|
+
pivot: {x: 0, y: 0}
|
|
673
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
674
|
+
outline: []
|
|
675
|
+
physicsShape: []
|
|
676
|
+
tessellationDetail: 0
|
|
677
|
+
bones: []
|
|
678
|
+
spriteID: 3b9fd613563625647ae1801ac146f9d7
|
|
679
|
+
internalID: -1736372843
|
|
680
|
+
vertices: []
|
|
681
|
+
indices:
|
|
682
|
+
edges: []
|
|
683
|
+
weights: []
|
|
684
|
+
- serializedVersion: 2
|
|
685
|
+
name: Swipe_Animations_SpriteSheet_26
|
|
686
|
+
rect:
|
|
687
|
+
serializedVersion: 2
|
|
688
|
+
x: 640
|
|
689
|
+
y: 648
|
|
690
|
+
width: 320
|
|
691
|
+
height: 108
|
|
692
|
+
alignment: 0
|
|
693
|
+
pivot: {x: 0, y: 0}
|
|
694
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
695
|
+
outline: []
|
|
696
|
+
physicsShape: []
|
|
697
|
+
tessellationDetail: 0
|
|
698
|
+
bones: []
|
|
699
|
+
spriteID: 83d336c8750d998458a4db8732a2936f
|
|
700
|
+
internalID: 2112902317
|
|
701
|
+
vertices: []
|
|
702
|
+
indices:
|
|
703
|
+
edges: []
|
|
704
|
+
weights: []
|
|
705
|
+
- serializedVersion: 2
|
|
706
|
+
name: Swipe_Animations_SpriteSheet_27
|
|
707
|
+
rect:
|
|
708
|
+
serializedVersion: 2
|
|
709
|
+
x: 960
|
|
710
|
+
y: 648
|
|
711
|
+
width: 320
|
|
712
|
+
height: 108
|
|
713
|
+
alignment: 0
|
|
714
|
+
pivot: {x: 0, y: 0}
|
|
715
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
716
|
+
outline: []
|
|
717
|
+
physicsShape: []
|
|
718
|
+
tessellationDetail: 0
|
|
719
|
+
bones: []
|
|
720
|
+
spriteID: 0d78364462532ac449c0b58a3fa5a957
|
|
721
|
+
internalID: -1396996271
|
|
722
|
+
vertices: []
|
|
723
|
+
indices:
|
|
724
|
+
edges: []
|
|
725
|
+
weights: []
|
|
726
|
+
- serializedVersion: 2
|
|
727
|
+
name: Swipe_Animations_SpriteSheet_28
|
|
728
|
+
rect:
|
|
729
|
+
serializedVersion: 2
|
|
730
|
+
x: 1280
|
|
731
|
+
y: 648
|
|
732
|
+
width: 320
|
|
733
|
+
height: 108
|
|
734
|
+
alignment: 0
|
|
735
|
+
pivot: {x: 0, y: 0}
|
|
736
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
737
|
+
outline: []
|
|
738
|
+
physicsShape: []
|
|
739
|
+
tessellationDetail: 0
|
|
740
|
+
bones: []
|
|
741
|
+
spriteID: 56a2fc38fa3647f4ebc823e33cad0279
|
|
742
|
+
internalID: -2048213845
|
|
743
|
+
vertices: []
|
|
744
|
+
indices:
|
|
745
|
+
edges: []
|
|
746
|
+
weights: []
|
|
747
|
+
- serializedVersion: 2
|
|
748
|
+
name: Swipe_Animations_SpriteSheet_29
|
|
749
|
+
rect:
|
|
750
|
+
serializedVersion: 2
|
|
751
|
+
x: 1600
|
|
752
|
+
y: 648
|
|
753
|
+
width: 320
|
|
754
|
+
height: 108
|
|
755
|
+
alignment: 0
|
|
756
|
+
pivot: {x: 0, y: 0}
|
|
757
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
758
|
+
outline: []
|
|
759
|
+
physicsShape: []
|
|
760
|
+
tessellationDetail: 0
|
|
761
|
+
bones: []
|
|
762
|
+
spriteID: 2d70f965150b0fe4dab6754be8fc59db
|
|
763
|
+
internalID: 1878935524
|
|
764
|
+
vertices: []
|
|
765
|
+
indices:
|
|
766
|
+
edges: []
|
|
767
|
+
weights: []
|
|
768
|
+
- serializedVersion: 2
|
|
769
|
+
name: Swipe_Animations_SpriteSheet_30
|
|
770
|
+
rect:
|
|
771
|
+
serializedVersion: 2
|
|
772
|
+
x: 0
|
|
773
|
+
y: 540
|
|
774
|
+
width: 320
|
|
775
|
+
height: 108
|
|
776
|
+
alignment: 0
|
|
777
|
+
pivot: {x: 0, y: 0}
|
|
778
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
779
|
+
outline: []
|
|
780
|
+
physicsShape: []
|
|
781
|
+
tessellationDetail: 0
|
|
782
|
+
bones: []
|
|
783
|
+
spriteID: c8231bfee90c9044bbf4a7d56d353b24
|
|
784
|
+
internalID: -1710205445
|
|
785
|
+
vertices: []
|
|
786
|
+
indices:
|
|
787
|
+
edges: []
|
|
788
|
+
weights: []
|
|
789
|
+
- serializedVersion: 2
|
|
790
|
+
name: Swipe_Animations_SpriteSheet_31
|
|
791
|
+
rect:
|
|
792
|
+
serializedVersion: 2
|
|
793
|
+
x: 320
|
|
794
|
+
y: 540
|
|
795
|
+
width: 320
|
|
796
|
+
height: 108
|
|
797
|
+
alignment: 0
|
|
798
|
+
pivot: {x: 0, y: 0}
|
|
799
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
800
|
+
outline: []
|
|
801
|
+
physicsShape: []
|
|
802
|
+
tessellationDetail: 0
|
|
803
|
+
bones: []
|
|
804
|
+
spriteID: c836fb3d3abb5a8429af434b8e365094
|
|
805
|
+
internalID: 1625485637
|
|
806
|
+
vertices: []
|
|
807
|
+
indices:
|
|
808
|
+
edges: []
|
|
809
|
+
weights: []
|
|
810
|
+
- serializedVersion: 2
|
|
811
|
+
name: Swipe_Animations_SpriteSheet_32
|
|
812
|
+
rect:
|
|
813
|
+
serializedVersion: 2
|
|
814
|
+
x: 640
|
|
815
|
+
y: 540
|
|
816
|
+
width: 320
|
|
817
|
+
height: 108
|
|
818
|
+
alignment: 0
|
|
819
|
+
pivot: {x: 0, y: 0}
|
|
820
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
821
|
+
outline: []
|
|
822
|
+
physicsShape: []
|
|
823
|
+
tessellationDetail: 0
|
|
824
|
+
bones: []
|
|
825
|
+
spriteID: 19e9b809bbed7764eb842dad2dc5ff14
|
|
826
|
+
internalID: -1714267774
|
|
827
|
+
vertices: []
|
|
828
|
+
indices:
|
|
829
|
+
edges: []
|
|
830
|
+
weights: []
|
|
831
|
+
- serializedVersion: 2
|
|
832
|
+
name: Swipe_Animations_SpriteSheet_33
|
|
833
|
+
rect:
|
|
834
|
+
serializedVersion: 2
|
|
835
|
+
x: 960
|
|
836
|
+
y: 540
|
|
837
|
+
width: 320
|
|
838
|
+
height: 108
|
|
839
|
+
alignment: 0
|
|
840
|
+
pivot: {x: 0, y: 0}
|
|
841
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
842
|
+
outline: []
|
|
843
|
+
physicsShape: []
|
|
844
|
+
tessellationDetail: 0
|
|
845
|
+
bones: []
|
|
846
|
+
spriteID: fac7c47f11125534eb85cd9b97e0d5a6
|
|
847
|
+
internalID: 81472413
|
|
848
|
+
vertices: []
|
|
849
|
+
indices:
|
|
850
|
+
edges: []
|
|
851
|
+
weights: []
|
|
852
|
+
- serializedVersion: 2
|
|
853
|
+
name: Swipe_Animations_SpriteSheet_34
|
|
854
|
+
rect:
|
|
855
|
+
serializedVersion: 2
|
|
856
|
+
x: 1280
|
|
857
|
+
y: 540
|
|
858
|
+
width: 320
|
|
859
|
+
height: 108
|
|
860
|
+
alignment: 0
|
|
861
|
+
pivot: {x: 0, y: 0}
|
|
862
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
863
|
+
outline: []
|
|
864
|
+
physicsShape: []
|
|
865
|
+
tessellationDetail: 0
|
|
866
|
+
bones: []
|
|
867
|
+
spriteID: 2675b98f1c642434ab585445fe600fd5
|
|
868
|
+
internalID: -1552452242
|
|
869
|
+
vertices: []
|
|
870
|
+
indices:
|
|
871
|
+
edges: []
|
|
872
|
+
weights: []
|
|
873
|
+
- serializedVersion: 2
|
|
874
|
+
name: Swipe_Animations_SpriteSheet_35
|
|
875
|
+
rect:
|
|
876
|
+
serializedVersion: 2
|
|
877
|
+
x: 1600
|
|
878
|
+
y: 540
|
|
879
|
+
width: 320
|
|
880
|
+
height: 108
|
|
881
|
+
alignment: 0
|
|
882
|
+
pivot: {x: 0, y: 0}
|
|
883
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
884
|
+
outline: []
|
|
885
|
+
physicsShape: []
|
|
886
|
+
tessellationDetail: 0
|
|
887
|
+
bones: []
|
|
888
|
+
spriteID: faec40bf21abc384ea3e855713c76d78
|
|
889
|
+
internalID: -1323004730
|
|
890
|
+
vertices: []
|
|
891
|
+
indices:
|
|
892
|
+
edges: []
|
|
893
|
+
weights: []
|
|
894
|
+
- serializedVersion: 2
|
|
895
|
+
name: Swipe_Animations_SpriteSheet_36
|
|
896
|
+
rect:
|
|
897
|
+
serializedVersion: 2
|
|
898
|
+
x: 0
|
|
899
|
+
y: 432
|
|
900
|
+
width: 320
|
|
901
|
+
height: 108
|
|
902
|
+
alignment: 0
|
|
903
|
+
pivot: {x: 0, y: 0}
|
|
904
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
905
|
+
outline: []
|
|
906
|
+
physicsShape: []
|
|
907
|
+
tessellationDetail: 0
|
|
908
|
+
bones: []
|
|
909
|
+
spriteID: f386c15864ece204a8bd9e3e27a7b6b7
|
|
910
|
+
internalID: 362167757
|
|
911
|
+
vertices: []
|
|
912
|
+
indices:
|
|
913
|
+
edges: []
|
|
914
|
+
weights: []
|
|
915
|
+
- serializedVersion: 2
|
|
916
|
+
name: Swipe_Animations_SpriteSheet_37
|
|
917
|
+
rect:
|
|
918
|
+
serializedVersion: 2
|
|
919
|
+
x: 320
|
|
920
|
+
y: 432
|
|
921
|
+
width: 320
|
|
922
|
+
height: 108
|
|
923
|
+
alignment: 0
|
|
924
|
+
pivot: {x: 0, y: 0}
|
|
925
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
926
|
+
outline: []
|
|
927
|
+
physicsShape: []
|
|
928
|
+
tessellationDetail: 0
|
|
929
|
+
bones: []
|
|
930
|
+
spriteID: 6665e14b5d3c9074d99831a551eb2f9b
|
|
931
|
+
internalID: 1566295599
|
|
932
|
+
vertices: []
|
|
933
|
+
indices:
|
|
934
|
+
edges: []
|
|
935
|
+
weights: []
|
|
936
|
+
- serializedVersion: 2
|
|
937
|
+
name: Swipe_Animations_SpriteSheet_38
|
|
938
|
+
rect:
|
|
939
|
+
serializedVersion: 2
|
|
940
|
+
x: 640
|
|
941
|
+
y: 432
|
|
942
|
+
width: 320
|
|
943
|
+
height: 108
|
|
944
|
+
alignment: 0
|
|
945
|
+
pivot: {x: 0, y: 0}
|
|
946
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
947
|
+
outline: []
|
|
948
|
+
physicsShape: []
|
|
949
|
+
tessellationDetail: 0
|
|
950
|
+
bones: []
|
|
951
|
+
spriteID: 7bf7267338f241c43aa1d1982c43c573
|
|
952
|
+
internalID: 317582285
|
|
953
|
+
vertices: []
|
|
954
|
+
indices:
|
|
955
|
+
edges: []
|
|
956
|
+
weights: []
|
|
957
|
+
- serializedVersion: 2
|
|
958
|
+
name: Swipe_Animations_SpriteSheet_39
|
|
959
|
+
rect:
|
|
960
|
+
serializedVersion: 2
|
|
961
|
+
x: 960
|
|
962
|
+
y: 432
|
|
963
|
+
width: 320
|
|
964
|
+
height: 108
|
|
965
|
+
alignment: 0
|
|
966
|
+
pivot: {x: 0, y: 0}
|
|
967
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
968
|
+
outline: []
|
|
969
|
+
physicsShape: []
|
|
970
|
+
tessellationDetail: 0
|
|
971
|
+
bones: []
|
|
972
|
+
spriteID: bc1300ca2f26c38439900ba6df174fe7
|
|
973
|
+
internalID: 713264255
|
|
974
|
+
vertices: []
|
|
975
|
+
indices:
|
|
976
|
+
edges: []
|
|
977
|
+
weights: []
|
|
978
|
+
- serializedVersion: 2
|
|
979
|
+
name: Swipe_Animations_SpriteSheet_40
|
|
980
|
+
rect:
|
|
981
|
+
serializedVersion: 2
|
|
982
|
+
x: 1280
|
|
983
|
+
y: 432
|
|
984
|
+
width: 320
|
|
985
|
+
height: 108
|
|
986
|
+
alignment: 0
|
|
987
|
+
pivot: {x: 0, y: 0}
|
|
988
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
989
|
+
outline: []
|
|
990
|
+
physicsShape: []
|
|
991
|
+
tessellationDetail: 0
|
|
992
|
+
bones: []
|
|
993
|
+
spriteID: f5392ee1ceb4ce649920c2f90b1156f9
|
|
994
|
+
internalID: -1888582894
|
|
995
|
+
vertices: []
|
|
996
|
+
indices:
|
|
997
|
+
edges: []
|
|
998
|
+
weights: []
|
|
999
|
+
- serializedVersion: 2
|
|
1000
|
+
name: Swipe_Animations_SpriteSheet_41
|
|
1001
|
+
rect:
|
|
1002
|
+
serializedVersion: 2
|
|
1003
|
+
x: 1600
|
|
1004
|
+
y: 432
|
|
1005
|
+
width: 320
|
|
1006
|
+
height: 108
|
|
1007
|
+
alignment: 0
|
|
1008
|
+
pivot: {x: 0, y: 0}
|
|
1009
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
1010
|
+
outline: []
|
|
1011
|
+
physicsShape: []
|
|
1012
|
+
tessellationDetail: 0
|
|
1013
|
+
bones: []
|
|
1014
|
+
spriteID: cc23bc7ae7a0093418dd36811e71b0ab
|
|
1015
|
+
internalID: -1370565730
|
|
1016
|
+
vertices: []
|
|
1017
|
+
indices:
|
|
1018
|
+
edges: []
|
|
1019
|
+
weights: []
|
|
1020
|
+
- serializedVersion: 2
|
|
1021
|
+
name: Swipe_Animations_SpriteSheet_42
|
|
1022
|
+
rect:
|
|
1023
|
+
serializedVersion: 2
|
|
1024
|
+
x: 0
|
|
1025
|
+
y: 324
|
|
1026
|
+
width: 320
|
|
1027
|
+
height: 108
|
|
1028
|
+
alignment: 0
|
|
1029
|
+
pivot: {x: 0, y: 0}
|
|
1030
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
1031
|
+
outline: []
|
|
1032
|
+
physicsShape: []
|
|
1033
|
+
tessellationDetail: 0
|
|
1034
|
+
bones: []
|
|
1035
|
+
spriteID: 6ffa2306c939a5f42ab3a2af0c5b3b63
|
|
1036
|
+
internalID: -1521405640
|
|
1037
|
+
vertices: []
|
|
1038
|
+
indices:
|
|
1039
|
+
edges: []
|
|
1040
|
+
weights: []
|
|
1041
|
+
- serializedVersion: 2
|
|
1042
|
+
name: Swipe_Animations_SpriteSheet_43
|
|
1043
|
+
rect:
|
|
1044
|
+
serializedVersion: 2
|
|
1045
|
+
x: 320
|
|
1046
|
+
y: 324
|
|
1047
|
+
width: 320
|
|
1048
|
+
height: 108
|
|
1049
|
+
alignment: 0
|
|
1050
|
+
pivot: {x: 0, y: 0}
|
|
1051
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
1052
|
+
outline: []
|
|
1053
|
+
physicsShape: []
|
|
1054
|
+
tessellationDetail: 0
|
|
1055
|
+
bones: []
|
|
1056
|
+
spriteID: d5edb0bd9ace5c04fae4f65b7e5daa53
|
|
1057
|
+
internalID: -1700934764
|
|
1058
|
+
vertices: []
|
|
1059
|
+
indices:
|
|
1060
|
+
edges: []
|
|
1061
|
+
weights: []
|
|
1062
|
+
- serializedVersion: 2
|
|
1063
|
+
name: Swipe_Animations_SpriteSheet_44
|
|
1064
|
+
rect:
|
|
1065
|
+
serializedVersion: 2
|
|
1066
|
+
x: 640
|
|
1067
|
+
y: 324
|
|
1068
|
+
width: 320
|
|
1069
|
+
height: 108
|
|
1070
|
+
alignment: 0
|
|
1071
|
+
pivot: {x: 0, y: 0}
|
|
1072
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
1073
|
+
outline: []
|
|
1074
|
+
physicsShape: []
|
|
1075
|
+
tessellationDetail: 0
|
|
1076
|
+
bones: []
|
|
1077
|
+
spriteID: 254d5405dbe9b2144989f6249f9df7ce
|
|
1078
|
+
internalID: 1072987850
|
|
1079
|
+
vertices: []
|
|
1080
|
+
indices:
|
|
1081
|
+
edges: []
|
|
1082
|
+
weights: []
|
|
1083
|
+
- serializedVersion: 2
|
|
1084
|
+
name: Swipe_Animations_SpriteSheet_45
|
|
1085
|
+
rect:
|
|
1086
|
+
serializedVersion: 2
|
|
1087
|
+
x: 960
|
|
1088
|
+
y: 324
|
|
1089
|
+
width: 320
|
|
1090
|
+
height: 108
|
|
1091
|
+
alignment: 0
|
|
1092
|
+
pivot: {x: 0, y: 0}
|
|
1093
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
1094
|
+
outline: []
|
|
1095
|
+
physicsShape: []
|
|
1096
|
+
tessellationDetail: 0
|
|
1097
|
+
bones: []
|
|
1098
|
+
spriteID: 5844095796dc6044f943b149557a89fc
|
|
1099
|
+
internalID: -200754050
|
|
1100
|
+
vertices: []
|
|
1101
|
+
indices:
|
|
1102
|
+
edges: []
|
|
1103
|
+
weights: []
|
|
1104
|
+
- serializedVersion: 2
|
|
1105
|
+
name: Swipe_Animations_SpriteSheet_46
|
|
1106
|
+
rect:
|
|
1107
|
+
serializedVersion: 2
|
|
1108
|
+
x: 1280
|
|
1109
|
+
y: 324
|
|
1110
|
+
width: 320
|
|
1111
|
+
height: 108
|
|
1112
|
+
alignment: 0
|
|
1113
|
+
pivot: {x: 0, y: 0}
|
|
1114
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
1115
|
+
outline: []
|
|
1116
|
+
physicsShape: []
|
|
1117
|
+
tessellationDetail: 0
|
|
1118
|
+
bones: []
|
|
1119
|
+
spriteID: 3fb716fb59753fd4398566d4f4b7a413
|
|
1120
|
+
internalID: 973260538
|
|
1121
|
+
vertices: []
|
|
1122
|
+
indices:
|
|
1123
|
+
edges: []
|
|
1124
|
+
weights: []
|
|
1125
|
+
- serializedVersion: 2
|
|
1126
|
+
name: Swipe_Animations_SpriteSheet_47
|
|
1127
|
+
rect:
|
|
1128
|
+
serializedVersion: 2
|
|
1129
|
+
x: 1600
|
|
1130
|
+
y: 324
|
|
1131
|
+
width: 320
|
|
1132
|
+
height: 108
|
|
1133
|
+
alignment: 0
|
|
1134
|
+
pivot: {x: 0, y: 0}
|
|
1135
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
1136
|
+
outline: []
|
|
1137
|
+
physicsShape: []
|
|
1138
|
+
tessellationDetail: 0
|
|
1139
|
+
bones: []
|
|
1140
|
+
spriteID: 3d2266918f6d03b4f9ad460bf420a8cf
|
|
1141
|
+
internalID: 29355427
|
|
1142
|
+
vertices: []
|
|
1143
|
+
indices:
|
|
1144
|
+
edges: []
|
|
1145
|
+
weights: []
|
|
1146
|
+
- serializedVersion: 2
|
|
1147
|
+
name: Swipe_Animations_SpriteSheet_48
|
|
1148
|
+
rect:
|
|
1149
|
+
serializedVersion: 2
|
|
1150
|
+
x: 0
|
|
1151
|
+
y: 216
|
|
1152
|
+
width: 320
|
|
1153
|
+
height: 108
|
|
1154
|
+
alignment: 0
|
|
1155
|
+
pivot: {x: 0, y: 0}
|
|
1156
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
1157
|
+
outline: []
|
|
1158
|
+
physicsShape: []
|
|
1159
|
+
tessellationDetail: 0
|
|
1160
|
+
bones: []
|
|
1161
|
+
spriteID: fb98b02897f9e384da27e4b2d135122e
|
|
1162
|
+
internalID: -1165442754
|
|
1163
|
+
vertices: []
|
|
1164
|
+
indices:
|
|
1165
|
+
edges: []
|
|
1166
|
+
weights: []
|
|
1167
|
+
- serializedVersion: 2
|
|
1168
|
+
name: Swipe_Animations_SpriteSheet_49
|
|
1169
|
+
rect:
|
|
1170
|
+
serializedVersion: 2
|
|
1171
|
+
x: 320
|
|
1172
|
+
y: 216
|
|
1173
|
+
width: 320
|
|
1174
|
+
height: 108
|
|
1175
|
+
alignment: 0
|
|
1176
|
+
pivot: {x: 0, y: 0}
|
|
1177
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
1178
|
+
outline: []
|
|
1179
|
+
physicsShape: []
|
|
1180
|
+
tessellationDetail: 0
|
|
1181
|
+
bones: []
|
|
1182
|
+
spriteID: f89ac8f1526f7fa4c9a5c0bac90e963e
|
|
1183
|
+
internalID: 2048444182
|
|
1184
|
+
vertices: []
|
|
1185
|
+
indices:
|
|
1186
|
+
edges: []
|
|
1187
|
+
weights: []
|
|
1188
|
+
- serializedVersion: 2
|
|
1189
|
+
name: Swipe_Animations_SpriteSheet_50
|
|
1190
|
+
rect:
|
|
1191
|
+
serializedVersion: 2
|
|
1192
|
+
x: 640
|
|
1193
|
+
y: 216
|
|
1194
|
+
width: 320
|
|
1195
|
+
height: 108
|
|
1196
|
+
alignment: 0
|
|
1197
|
+
pivot: {x: 0, y: 0}
|
|
1198
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
1199
|
+
outline: []
|
|
1200
|
+
physicsShape: []
|
|
1201
|
+
tessellationDetail: 0
|
|
1202
|
+
bones: []
|
|
1203
|
+
spriteID: 7d332cd6acd86c24bb76d76332f3dc67
|
|
1204
|
+
internalID: -1110210499
|
|
1205
|
+
vertices: []
|
|
1206
|
+
indices:
|
|
1207
|
+
edges: []
|
|
1208
|
+
weights: []
|
|
1209
|
+
- serializedVersion: 2
|
|
1210
|
+
name: Swipe_Animations_SpriteSheet_51
|
|
1211
|
+
rect:
|
|
1212
|
+
serializedVersion: 2
|
|
1213
|
+
x: 960
|
|
1214
|
+
y: 216
|
|
1215
|
+
width: 320
|
|
1216
|
+
height: 108
|
|
1217
|
+
alignment: 0
|
|
1218
|
+
pivot: {x: 0, y: 0}
|
|
1219
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
1220
|
+
outline: []
|
|
1221
|
+
physicsShape: []
|
|
1222
|
+
tessellationDetail: 0
|
|
1223
|
+
bones: []
|
|
1224
|
+
spriteID: 2354e1daeaaf5944eba23b7d05010465
|
|
1225
|
+
internalID: 1445458226
|
|
1226
|
+
vertices: []
|
|
1227
|
+
indices:
|
|
1228
|
+
edges: []
|
|
1229
|
+
weights: []
|
|
1230
|
+
- serializedVersion: 2
|
|
1231
|
+
name: Swipe_Animations_SpriteSheet_52
|
|
1232
|
+
rect:
|
|
1233
|
+
serializedVersion: 2
|
|
1234
|
+
x: 1280
|
|
1235
|
+
y: 216
|
|
1236
|
+
width: 320
|
|
1237
|
+
height: 108
|
|
1238
|
+
alignment: 0
|
|
1239
|
+
pivot: {x: 0, y: 0}
|
|
1240
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
1241
|
+
outline: []
|
|
1242
|
+
physicsShape: []
|
|
1243
|
+
tessellationDetail: 0
|
|
1244
|
+
bones: []
|
|
1245
|
+
spriteID: 87b1afcece22c2846bcb749e5705af9f
|
|
1246
|
+
internalID: 1288476383
|
|
1247
|
+
vertices: []
|
|
1248
|
+
indices:
|
|
1249
|
+
edges: []
|
|
1250
|
+
weights: []
|
|
1251
|
+
- serializedVersion: 2
|
|
1252
|
+
name: Swipe_Animations_SpriteSheet_53
|
|
1253
|
+
rect:
|
|
1254
|
+
serializedVersion: 2
|
|
1255
|
+
x: 1600
|
|
1256
|
+
y: 216
|
|
1257
|
+
width: 320
|
|
1258
|
+
height: 108
|
|
1259
|
+
alignment: 0
|
|
1260
|
+
pivot: {x: 0, y: 0}
|
|
1261
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
1262
|
+
outline: []
|
|
1263
|
+
physicsShape: []
|
|
1264
|
+
tessellationDetail: 0
|
|
1265
|
+
bones: []
|
|
1266
|
+
spriteID: 8058b1df78579984c845a544666b48c0
|
|
1267
|
+
internalID: 739801221
|
|
1268
|
+
vertices: []
|
|
1269
|
+
indices:
|
|
1270
|
+
edges: []
|
|
1271
|
+
weights: []
|
|
1272
|
+
- serializedVersion: 2
|
|
1273
|
+
name: Swipe_Animations_SpriteSheet_54
|
|
1274
|
+
rect:
|
|
1275
|
+
serializedVersion: 2
|
|
1276
|
+
x: 0
|
|
1277
|
+
y: 108
|
|
1278
|
+
width: 320
|
|
1279
|
+
height: 108
|
|
1280
|
+
alignment: 0
|
|
1281
|
+
pivot: {x: 0, y: 0}
|
|
1282
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
1283
|
+
outline: []
|
|
1284
|
+
physicsShape: []
|
|
1285
|
+
tessellationDetail: 0
|
|
1286
|
+
bones: []
|
|
1287
|
+
spriteID: 9b371779b39f80f4b9e44954c75e6aa8
|
|
1288
|
+
internalID: 1521462725
|
|
1289
|
+
vertices: []
|
|
1290
|
+
indices:
|
|
1291
|
+
edges: []
|
|
1292
|
+
weights: []
|
|
1293
|
+
- serializedVersion: 2
|
|
1294
|
+
name: Swipe_Animations_SpriteSheet_55
|
|
1295
|
+
rect:
|
|
1296
|
+
serializedVersion: 2
|
|
1297
|
+
x: 320
|
|
1298
|
+
y: 108
|
|
1299
|
+
width: 320
|
|
1300
|
+
height: 108
|
|
1301
|
+
alignment: 0
|
|
1302
|
+
pivot: {x: 0, y: 0}
|
|
1303
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
1304
|
+
outline: []
|
|
1305
|
+
physicsShape: []
|
|
1306
|
+
tessellationDetail: 0
|
|
1307
|
+
bones: []
|
|
1308
|
+
spriteID: 3d48ea38f71e8ff49b6aa794dfd99993
|
|
1309
|
+
internalID: -459192160
|
|
1310
|
+
vertices: []
|
|
1311
|
+
indices:
|
|
1312
|
+
edges: []
|
|
1313
|
+
weights: []
|
|
1314
|
+
- serializedVersion: 2
|
|
1315
|
+
name: Swipe_Animations_SpriteSheet_56
|
|
1316
|
+
rect:
|
|
1317
|
+
serializedVersion: 2
|
|
1318
|
+
x: 640
|
|
1319
|
+
y: 108
|
|
1320
|
+
width: 320
|
|
1321
|
+
height: 108
|
|
1322
|
+
alignment: 0
|
|
1323
|
+
pivot: {x: 0, y: 0}
|
|
1324
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
1325
|
+
outline: []
|
|
1326
|
+
physicsShape: []
|
|
1327
|
+
tessellationDetail: 0
|
|
1328
|
+
bones: []
|
|
1329
|
+
spriteID: 7858ae5b869cb2c4a80c6fca5a9b0fd3
|
|
1330
|
+
internalID: 1049620700
|
|
1331
|
+
vertices: []
|
|
1332
|
+
indices:
|
|
1333
|
+
edges: []
|
|
1334
|
+
weights: []
|
|
1335
|
+
- serializedVersion: 2
|
|
1336
|
+
name: Swipe_Animations_SpriteSheet_57
|
|
1337
|
+
rect:
|
|
1338
|
+
serializedVersion: 2
|
|
1339
|
+
x: 960
|
|
1340
|
+
y: 108
|
|
1341
|
+
width: 320
|
|
1342
|
+
height: 108
|
|
1343
|
+
alignment: 0
|
|
1344
|
+
pivot: {x: 0, y: 0}
|
|
1345
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
1346
|
+
outline: []
|
|
1347
|
+
physicsShape: []
|
|
1348
|
+
tessellationDetail: 0
|
|
1349
|
+
bones: []
|
|
1350
|
+
spriteID: fa5160d564bfd3347a7102c334b154e1
|
|
1351
|
+
internalID: 1155771725
|
|
1352
|
+
vertices: []
|
|
1353
|
+
indices:
|
|
1354
|
+
edges: []
|
|
1355
|
+
weights: []
|
|
1356
|
+
- serializedVersion: 2
|
|
1357
|
+
name: Swipe_Animations_SpriteSheet_58
|
|
1358
|
+
rect:
|
|
1359
|
+
serializedVersion: 2
|
|
1360
|
+
x: 1280
|
|
1361
|
+
y: 108
|
|
1362
|
+
width: 320
|
|
1363
|
+
height: 108
|
|
1364
|
+
alignment: 0
|
|
1365
|
+
pivot: {x: 0, y: 0}
|
|
1366
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
1367
|
+
outline: []
|
|
1368
|
+
physicsShape: []
|
|
1369
|
+
tessellationDetail: 0
|
|
1370
|
+
bones: []
|
|
1371
|
+
spriteID: 2f9395e9f24f9fa40a720e8022704423
|
|
1372
|
+
internalID: 2014588847
|
|
1373
|
+
vertices: []
|
|
1374
|
+
indices:
|
|
1375
|
+
edges: []
|
|
1376
|
+
weights: []
|
|
1377
|
+
- serializedVersion: 2
|
|
1378
|
+
name: Swipe_Animations_SpriteSheet_59
|
|
1379
|
+
rect:
|
|
1380
|
+
serializedVersion: 2
|
|
1381
|
+
x: 1600
|
|
1382
|
+
y: 108
|
|
1383
|
+
width: 320
|
|
1384
|
+
height: 108
|
|
1385
|
+
alignment: 0
|
|
1386
|
+
pivot: {x: 0, y: 0}
|
|
1387
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
1388
|
+
outline: []
|
|
1389
|
+
physicsShape: []
|
|
1390
|
+
tessellationDetail: 0
|
|
1391
|
+
bones: []
|
|
1392
|
+
spriteID: 0ffe72aefd5587e46aef57cda15649e4
|
|
1393
|
+
internalID: -887294757
|
|
1394
|
+
vertices: []
|
|
1395
|
+
indices:
|
|
1396
|
+
edges: []
|
|
1397
|
+
weights: []
|
|
1398
|
+
- serializedVersion: 2
|
|
1399
|
+
name: Swipe_Animations_SpriteSheet_60
|
|
1400
|
+
rect:
|
|
1401
|
+
serializedVersion: 2
|
|
1402
|
+
x: 0
|
|
1403
|
+
y: 0
|
|
1404
|
+
width: 320
|
|
1405
|
+
height: 108
|
|
1406
|
+
alignment: 0
|
|
1407
|
+
pivot: {x: 0, y: 0}
|
|
1408
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
1409
|
+
outline: []
|
|
1410
|
+
physicsShape: []
|
|
1411
|
+
tessellationDetail: 0
|
|
1412
|
+
bones: []
|
|
1413
|
+
spriteID: 7ee1f3d62b05d114da31e00af52cfb39
|
|
1414
|
+
internalID: -548968537
|
|
1415
|
+
vertices: []
|
|
1416
|
+
indices:
|
|
1417
|
+
edges: []
|
|
1418
|
+
weights: []
|
|
1419
|
+
- serializedVersion: 2
|
|
1420
|
+
name: Swipe_Animations_SpriteSheet_61
|
|
1421
|
+
rect:
|
|
1422
|
+
serializedVersion: 2
|
|
1423
|
+
x: 320
|
|
1424
|
+
y: 0
|
|
1425
|
+
width: 320
|
|
1426
|
+
height: 108
|
|
1427
|
+
alignment: 0
|
|
1428
|
+
pivot: {x: 0, y: 0}
|
|
1429
|
+
border: {x: 0, y: 0, z: 0, w: 0}
|
|
1430
|
+
outline: []
|
|
1431
|
+
physicsShape: []
|
|
1432
|
+
tessellationDetail: 0
|
|
1433
|
+
bones: []
|
|
1434
|
+
spriteID: 5b53c6dca4137fe49a7c85fee6660759
|
|
1435
|
+
internalID: -1876222736
|
|
1436
|
+
vertices: []
|
|
1437
|
+
indices:
|
|
1438
|
+
edges: []
|
|
1439
|
+
weights: []
|
|
1440
|
+
outline: []
|
|
1441
|
+
physicsShape: []
|
|
1442
|
+
bones: []
|
|
1443
|
+
spriteID: 5e97eb03825dee720800000000000000
|
|
1444
|
+
internalID: 0
|
|
1445
|
+
vertices: []
|
|
1446
|
+
indices:
|
|
1447
|
+
edges: []
|
|
1448
|
+
weights: []
|
|
1449
|
+
secondaryTextures: []
|
|
1450
|
+
nameFileIdTable:
|
|
1451
|
+
Swipe_Animations_SpriteSheet_0: -1873596247
|
|
1452
|
+
Swipe_Animations_SpriteSheet_1: -1615731179
|
|
1453
|
+
Swipe_Animations_SpriteSheet_10: -1213211822
|
|
1454
|
+
Swipe_Animations_SpriteSheet_11: -1669772890
|
|
1455
|
+
Swipe_Animations_SpriteSheet_12: -781078720
|
|
1456
|
+
Swipe_Animations_SpriteSheet_13: -849408242
|
|
1457
|
+
Swipe_Animations_SpriteSheet_14: 422481457
|
|
1458
|
+
Swipe_Animations_SpriteSheet_15: 215754639
|
|
1459
|
+
Swipe_Animations_SpriteSheet_16: -1118006385
|
|
1460
|
+
Swipe_Animations_SpriteSheet_17: -1240771322
|
|
1461
|
+
Swipe_Animations_SpriteSheet_18: -533726338
|
|
1462
|
+
Swipe_Animations_SpriteSheet_19: 186242356
|
|
1463
|
+
Swipe_Animations_SpriteSheet_2: -2019826058
|
|
1464
|
+
Swipe_Animations_SpriteSheet_20: -1443165454
|
|
1465
|
+
Swipe_Animations_SpriteSheet_21: -353547160
|
|
1466
|
+
Swipe_Animations_SpriteSheet_22: 13489640
|
|
1467
|
+
Swipe_Animations_SpriteSheet_23: 943783891
|
|
1468
|
+
Swipe_Animations_SpriteSheet_24: -606383495
|
|
1469
|
+
Swipe_Animations_SpriteSheet_25: -1736372843
|
|
1470
|
+
Swipe_Animations_SpriteSheet_26: 2112902317
|
|
1471
|
+
Swipe_Animations_SpriteSheet_27: -1396996271
|
|
1472
|
+
Swipe_Animations_SpriteSheet_28: -2048213845
|
|
1473
|
+
Swipe_Animations_SpriteSheet_29: 1878935524
|
|
1474
|
+
Swipe_Animations_SpriteSheet_3: 2052161869
|
|
1475
|
+
Swipe_Animations_SpriteSheet_30: -1710205445
|
|
1476
|
+
Swipe_Animations_SpriteSheet_31: 1625485637
|
|
1477
|
+
Swipe_Animations_SpriteSheet_32: -1714267774
|
|
1478
|
+
Swipe_Animations_SpriteSheet_33: 81472413
|
|
1479
|
+
Swipe_Animations_SpriteSheet_34: -1552452242
|
|
1480
|
+
Swipe_Animations_SpriteSheet_35: -1323004730
|
|
1481
|
+
Swipe_Animations_SpriteSheet_36: 362167757
|
|
1482
|
+
Swipe_Animations_SpriteSheet_37: 1566295599
|
|
1483
|
+
Swipe_Animations_SpriteSheet_38: 317582285
|
|
1484
|
+
Swipe_Animations_SpriteSheet_39: 713264255
|
|
1485
|
+
Swipe_Animations_SpriteSheet_4: 1392788840
|
|
1486
|
+
Swipe_Animations_SpriteSheet_40: -1888582894
|
|
1487
|
+
Swipe_Animations_SpriteSheet_41: -1370565730
|
|
1488
|
+
Swipe_Animations_SpriteSheet_42: -1521405640
|
|
1489
|
+
Swipe_Animations_SpriteSheet_43: -1700934764
|
|
1490
|
+
Swipe_Animations_SpriteSheet_44: 1072987850
|
|
1491
|
+
Swipe_Animations_SpriteSheet_45: -200754050
|
|
1492
|
+
Swipe_Animations_SpriteSheet_46: 973260538
|
|
1493
|
+
Swipe_Animations_SpriteSheet_47: 29355427
|
|
1494
|
+
Swipe_Animations_SpriteSheet_48: -1165442754
|
|
1495
|
+
Swipe_Animations_SpriteSheet_49: 2048444182
|
|
1496
|
+
Swipe_Animations_SpriteSheet_5: -18001364
|
|
1497
|
+
Swipe_Animations_SpriteSheet_50: -1110210499
|
|
1498
|
+
Swipe_Animations_SpriteSheet_51: 1445458226
|
|
1499
|
+
Swipe_Animations_SpriteSheet_52: 1288476383
|
|
1500
|
+
Swipe_Animations_SpriteSheet_53: 739801221
|
|
1501
|
+
Swipe_Animations_SpriteSheet_54: 1521462725
|
|
1502
|
+
Swipe_Animations_SpriteSheet_55: -459192160
|
|
1503
|
+
Swipe_Animations_SpriteSheet_56: 1049620700
|
|
1504
|
+
Swipe_Animations_SpriteSheet_57: 1155771725
|
|
1505
|
+
Swipe_Animations_SpriteSheet_58: 2014588847
|
|
1506
|
+
Swipe_Animations_SpriteSheet_59: -887294757
|
|
1507
|
+
Swipe_Animations_SpriteSheet_6: -754566160
|
|
1508
|
+
Swipe_Animations_SpriteSheet_60: -548968537
|
|
1509
|
+
Swipe_Animations_SpriteSheet_61: -1876222736
|
|
1510
|
+
Swipe_Animations_SpriteSheet_7: -230436827
|
|
1511
|
+
Swipe_Animations_SpriteSheet_8: 1016503379
|
|
1512
|
+
Swipe_Animations_SpriteSheet_9: 2096092723
|
|
1513
|
+
mipmapLimitGroupName:
|
|
1514
|
+
pSDRemoveMatte: 0
|
|
1515
|
+
userData:
|
|
1516
|
+
assetBundleName:
|
|
1517
|
+
assetBundleVariant:
|