Compare commits

...

297 Commits

Author SHA1 Message Date
Michal Pikulski
fc0c3d0df3 Clean up docs 2025-11-18 09:35:15 +01:00
Michal Pikulski
cf13fb78b5 Refactor, cleanup code and add documentaiton 2025-11-18 09:29:59 +01:00
Michal Pikulski
034654c308 Stash factoring out functionality out of album view page 2025-11-18 09:20:00 +01:00
Michal Pikulski
64c304bb6d Working refactor of cleaned up card structure 2025-11-18 01:03:45 +01:00
Michal Pikulski
689e177c99 Finalize nice animations 2025-11-17 23:49:37 +01:00
Michal Pikulski
e18f1b9963 Working bottom-corner card display 2025-11-17 23:38:34 +01:00
Michal Pikulski
b5364a2bbc Stash work! 2025-11-17 17:10:24 +01:00
Michal Pikulski
c6f635f871 Update assets, working save kerfuffle 2025-11-17 14:30:07 +01:00
Michal Pikulski
ee07d89d3e Update pages to follow new card flow 2025-11-17 10:59:59 +01:00
Michal Pikulski
7aca1a17ac Stash work 2025-11-17 08:39:41 +01:00
Michal Pikulski
78aafb9275 Almost working card state machine 2025-11-16 20:35:54 +01:00
Michal Pikulski
6fe7d012fc Updates to testing scene 2025-11-15 20:37:02 +01:00
Michal Pikulski
b2c47d4e4f Stash scene changes 2025-11-15 20:37:02 +01:00
Michal Pikulski
755082c67d Updates to card testing scene 2025-11-15 20:37:02 +01:00
Michal Pikulski
4e7f774386 Stash half-assed work on testing scene 2025-11-15 20:37:02 +01:00
Michal Pikulski
39d5890db4 Fix up card flows, align with the old 1:1 2025-11-15 20:37:01 +01:00
Michal Pikulski
a6471ede45 Make cards use settings 2025-11-15 20:37:01 +01:00
Michal Pikulski
4fdbbb0aa8 Add roadmap docs 2025-11-15 20:37:01 +01:00
Michal Pikulski
1fdff3450b Update the card kerfufle 2025-11-15 20:37:01 +01:00
06cc3bde3b Merge pull request 'DamianBranch' (#58) from DamianBranch into main
Reviewed-on: #58
2025-11-14 09:30:49 +00:00
9cc112e5f0 Update Quarry.unity 2025-11-14 10:30:05 +01:00
DamianCorazza
19be64a75f Butterfly Distraction 2025-11-14 00:04:33 +01:00
c08fc4a720 WIP Butterfly can be set free, now only missing forcing the couple to look. 2025-11-13 16:23:52 +01:00
c3639bbb93 Added the Flying Butterfly WIP 2025-11-12 16:25:32 +01:00
Michal Pikulski
612ca7eae8 Interactables documentaiton 2025-11-11 15:55:38 +01:00
acf46c701e Last life cycle refactor updates + add comprehensive documentation (#57)
Co-authored-by: Michal Pikulski <michal.a.pikulski@gmail.com>
Reviewed-on: #57
2025-11-11 12:32:36 +00:00
fe2eb0a280 Merge remote-tracking branch 'origin/kill-json-player' 2025-11-11 10:06:23 +01:00
0aa2270e1a Lifecycle System Refactor & Logging Centralization (#56)
## ManagedBehaviour System Refactor

- **Sealed `Awake()`** to prevent override mistakes that break singleton registration
- **Added `OnManagedAwake()`** for early initialization (fires during registration)
- **Renamed lifecycle hook:** `OnManagedAwake()` → `OnManagedStart()` (fires after boot, mirrors Unity's Awake→Start)
- **40 files migrated** to new pattern (2 core, 38 components)
- Eliminated all fragile `private new void Awake()` patterns
- Zero breaking changes - backward compatible

## Centralized Logging System

- **Automatic tagging** via `CallerMemberName` and `CallerFilePath` - logs auto-tagged as `[ClassName][MethodName] message`
- **Unified API:** Single `Logging.Debug/Info/Warning/Error()` replaces custom `LogDebugMessage()` implementations
- **~90 logging call sites** migrated across 10 files
- **10 redundant helper methods** removed
- All logs broadcast via `Logging.OnLogEntryAdded` event for real-time monitoring

## Custom Log Console (Editor Window)

- **Persistent filter popups** for multi-selection (classes, methods, log levels) - windows stay open during selection
- **Search** across class names, methods, and message content
- **Time range filter** with MinMaxSlider
- **Export** filtered logs to timestamped `.txt` files
- **Right-click context menu** for quick filtering and copy actions
- **Visual improvements:** White text, alternating row backgrounds, color-coded log levels
- **Multiple instances** supported for simultaneous system monitoring
- Open via `AppleHills > Custom Log Console`

Co-authored-by: Michal Pikulski <michal@foolhardyhorizons.com>
Co-authored-by: Michal Pikulski <michal.a.pikulski@gmail.com>
Reviewed-on: #56
2025-11-11 08:48:29 +00:00
MacBuilder
d647bb5707 Target eliminated, good job 47 2025-11-10 15:55:28 +01:00
MacBuilder
dec7ced2d1 Began killing json 2025-11-10 14:57:42 +01:00
Michal Pikulski
c4d356886f Dumb fix for data clearing 2025-11-10 14:27:14 +01:00
Michal Pikulski
64d7f19b83 ADd clearing saves 2025-11-10 14:11:02 +01:00
ce21e8b02e Merge branch 'main' of https://homelab.tailf7f81b.ts.net/tschesky/AppleHillsProduction 2025-11-10 13:13:36 +01:00
f44f8c5171 Made intro VO play in diving minigame 2025-11-10 13:13:32 +01:00
9772206362 Merge pull request 'Clean up logging' (#55) from clean_up_logging into main
Reviewed-on: #55
2025-11-10 12:06:05 +00:00
Michal Pikulski
3ebbecc277 Clean up logging 2025-11-10 13:03:36 +01:00
Michal Pikulski
c99aad49f3 Save bird states 2025-11-10 12:55:27 +01:00
3fe4c6afd9 Merge branch 'main' of https://homelab.tailf7f81b.ts.net/tschesky/AppleHillsProduction 2025-11-10 12:53:07 +01:00
9c61065947 Fixed nullref in TakePhotoState 2025-11-10 12:53:03 +01:00
Michal Pikulski
7c09db641a Only show cards when in actual album 2025-11-10 12:41:28 +01:00
Michal Pikulski
e369660a8f Fix tab navigation on card select less wonky 2025-11-10 12:29:25 +01:00
a6e3413499 Merge branch 'main' of https://homelab.tailf7f81b.ts.net/tschesky/AppleHillsProduction 2025-11-10 12:19:25 +01:00
7bb992acb8 Made apple audio sources use OnManagedAwake 2025-11-10 12:19:20 +01:00
Michal Pikulski
cefa488a92 Update issues with card appearing twice after reopening page 2025-11-10 12:17:17 +01:00
9344f06886 Merge branch 'main' of https://homelab.tailf7f81b.ts.net/tschesky/AppleHillsProduction 2025-11-10 11:37:53 +01:00
af7e081c9a Fixed Chocolate Puzzle, but does not work well on load (the destroyed chocolate appears again) 2025-11-10 11:37:45 +01:00
Michal Pikulski
4a6ac7281f Udate the booster page. New card text smaller, moved down. Album icon disappears when opening boosters. 2025-11-10 11:28:23 +01:00
861797ba41 Merge pull request 'DamianBranch' (#54) from DamianBranch into main
Reviewed-on: #54
2025-11-10 10:10:40 +00:00
98883bd382 Merge branch 'main' into DamianBranch 2025-11-10 11:10:14 +01:00
474941f421 Reffitting of the scrapbook 2025-11-10 11:10:04 +01:00
Michal Pikulski
75cd70a18a Play intro audio only once 2025-11-10 11:09:06 +01:00
e82ec90723 WIP Scrapbook rezising 2025-11-10 10:47:00 +01:00
Michal Pikulski
252cb99884 Update icons in minigame 2025-11-10 10:41:38 +01:00
3f548c3ed4 Update HUD updates, moving scattered prefabs into a central HUD manager (#53)
Co-authored-by: Michal Pikulski <michal.a.pikulski@gmail.com>
Reviewed-on: #53
2025-11-09 21:41:39 +00:00
Michal Pikulski
0c9a388433 Move buttons to HUD Manager 2025-11-09 13:23:03 +01:00
MacBuilder
a80aed8eb7 Make app switcher disappear when opening album 2025-11-09 00:20:48 +01:00
journaliciouz
5d0a9f999a Aligned card slots better in book 2025-11-08 22:46:16 +01:00
journaliciouz
eda7361702 Fixed most horrifying scaling issues with the book 2025-11-08 22:16:43 +01:00
journaliciouz
2ec53629c6 Added contextual UI switching depending on level type 2025-11-08 21:08:01 +01:00
journaliciouz
0e55248698 Fixed weird background breaks in outrocinematic 2025-11-08 19:56:59 +01:00
Michal Pikulski
4d7c48a681 Update Cinematic Manager, Hud Manager, fix log verbosity issue, update PauseMenu 2025-11-08 12:07:45 +01:00
Michal Pikulski
6e466cd7aa Add dev options ot the minigame menu 2025-11-07 17:50:46 +01:00
29d01df3ce Merge branch 'main' of https://homelab.tailf7f81b.ts.net/tschesky/AppleHillsProduction 2025-11-07 17:37:17 +01:00
de0a243b1e Added eagle eye button 2025-11-07 17:37:12 +01:00
fdfa4e0e09 Fixed a problem with buttons not rezising in the End game UI for the Minigame 2025-11-07 17:31:46 +01:00
Michal Pikulski
2127bf37b2 Add boosters to minigame again 2025-11-07 17:26:29 +01:00
ea12766cf7 Fixed button issue 2025-11-07 17:21:38 +01:00
41c71f07fd Fixed compile error 2025-11-07 17:08:02 +01:00
d2e79f058b Merge branch 'ui-overhaul' 2025-11-07 16:56:51 +01:00
1bcb63ffd0 Cinematics fuckery 2025-11-07 16:54:41 +01:00
de2966fb1e Cinematics and UI overhaul 2025-11-07 16:47:10 +01:00
e27bb7bfb6 Refactor interactions, introduce template-method lifecycle management, work on save-load system (#51)
# Lifecycle Management & Save System Revamp

## Overview
Complete overhaul of game lifecycle management, interactable system, and save/load architecture. Introduces centralized `ManagedBehaviour` base class for consistent initialization ordering and lifecycle hooks across all systems.

## Core Architecture

### New Lifecycle System
- **`LifecycleManager`**: Centralized coordinator for all managed objects
- **`ManagedBehaviour`**: Base class replacing ad-hoc initialization patterns
  - `OnManagedAwake()`: Priority-based initialization (0-100, lower = earlier)
  - `OnSceneReady()`: Scene-specific setup after managers ready
  - Replaces `BootCompletionService` (deleted)
- **Priority groups**: Infrastructure (0-20) → Game Systems (30-50) → Data (60-80) → UI/Gameplay (90-100)
- **Editor support**: `EditorLifecycleBootstrap` ensures lifecycle works in editor mode

### Unified SaveID System
- Consistent format: `{ParentName}_{ComponentType}`
- Auto-registration via `AutoRegisterForSave = true`
- New `DebugSaveIds` editor tool for inspection

## Save/Load Improvements

### Enhanced State Management
- **Extended SaveLoadData**: Unlocked minigames, card collection states, combination items, slot occupancy
- **Async loading**: `ApplyCardCollectionState()` waits for card definitions before restoring
- **New `SaveablePlayableDirector`**: Timeline sequences save/restore playback state
- **Fixed race conditions**: Proper initialization ordering prevents data corruption

## Interactable & Pickup System

- Migrated to `OnManagedAwake()` for consistent initialization
- Template method pattern for state restoration (`RestoreInteractionState()`)
- Fixed combination item save/load bugs (items in slots vs. follower hand)
- Dynamic spawning support for combined items on load
- **Breaking**: `Interactable.Awake()` now sealed, use `OnManagedAwake()` instead

##  UI System Changes

- **AlbumViewPage** and **BoosterNotificationDot**: Migrated to `ManagedBehaviour`
- **Fixed menu persistence bug**: Menus no longer reappear after scene transitions
- **Pause Menu**: Now reacts to all scene loads (not just first scene)
- **Orientation Enforcer**: Enforces per-scene via `SceneManagementService`
- **Loading Screen**: Integrated with new lifecycle

## ⚠️ Breaking Changes

1. **`BootCompletionService` removed** → Use `ManagedBehaviour.OnManagedAwake()` with priority
2. **`Interactable.Awake()` sealed** → Override `OnManagedAwake()` instead
3. **SaveID format changed** → Now `{ParentName}_{ComponentType}` consistently
4. **MonoBehaviours needing init ordering** → Must inherit from `ManagedBehaviour`

Co-authored-by: Michal Pikulski <michal.a.pikulski@gmail.com>
Co-authored-by: Michal Pikulski <michal@foolhardyhorizons.com>
Reviewed-on: #51
2025-11-07 15:38:31 +00:00
dfa42b2296 Merge pull request 'DamianBranch' (#52) from DamianBranch into main
Reviewed-on: #52
2025-11-07 15:37:03 +00:00
720df10178 Updated the minigame tutorials 2025-11-07 16:35:13 +01:00
32601e5ef8 Card Data Update 2025-11-07 15:54:25 +01:00
dba3c5a1af Changed the Arrows of the Scrapbook 2025-11-07 14:05:12 +01:00
5c4b8825ee Card Creation 2025-11-07 13:57:36 +01:00
355c3fabc8 Merge branch 'main' into DamianBranch 2025-11-07 13:35:19 +01:00
00e1746ac4 Merge branch 'main' of https://homelab.tailf7f81b.ts.net/tschesky/AppleHillsProduction 2025-11-07 13:34:56 +01:00
d7d9d74a7b Change to Card NamePlaque, and Card Album Prefabs 2025-11-07 13:34:30 +01:00
Michal Pikulski
5b70042005 Update minigames to start unlocked 2025-11-07 13:31:49 +01:00
6aacd9234c ExtraConfirmations Screens and WIP for the diving minigame end screen 2025-11-07 13:01:22 +01:00
Michal Pikulski
32a477b843 WOrking card dragging, slotting, previewing 2025-11-07 12:51:45 +01:00
Michal Pikulski
77f7d1ee97 Working card dragging into album slots, persistent slots 2025-11-07 11:24:19 +01:00
Michal Pikulski
0d8702a5f6 Move some tools for consistency, audo add feature for card debugger 2025-11-07 09:32:43 +01:00
Michal Pikulski
3e607f3857 Slotting cards in album after revealing 2025-11-07 01:51:03 +01:00
Michal Pikulski
debe70c9b1 Hammer out some last flows of the booster opening page 2025-11-06 23:52:02 +01:00
DamianCorazza
fda67e4b92 Merge branch 'main' of https://homelab.tailf7f81b.ts.net/tschesky/AppleHillsProduction 2025-11-06 23:43:52 +01:00
DamianCorazza
3a1eef8a12 Cut up the Prefab and reset some pivots 2025-11-06 23:43:38 +01:00
Michal Pikulski
a705b3a829 Semi-working rarity upgrades 2025-11-06 23:18:02 +01:00
Michal Pikulski
d23c000347 Working flipping cards 2025-11-06 23:17:55 +01:00
Michal Pikulski
774f27410a Working drag, tap, open sequence, looking pretty OK 2025-11-06 23:17:46 +01:00
Michal Pikulski
1b1ea65744 Fire off impulses on booster taps 2025-11-06 23:17:36 +01:00
Michal Pikulski
d01859cec0 More snappy tap animation 2025-11-06 23:17:35 +01:00
a9b9fb87b5 Merge pull request 'Added New Card Graphics' (#50) from DamianBranch into main
Reviewed-on: #50
2025-11-06 21:31:23 +00:00
153ab2bb08 Merge branch 'main' into DamianBranch 2025-11-06 21:31:12 +00:00
journaliciouz
f576dad677 New and crispy apple map 2025-11-06 22:28:38 +01:00
DamianCorazza
3ac90bea1e Added New Card Graphics 2025-11-06 22:17:43 +01:00
430522b872 Merge pull request 'DamianBranch' (#49) from DamianBranch into main
Reviewed-on: #49
2025-11-06 18:45:03 +00:00
ba6f671104 Merge branch 'main' into DamianBranch 2025-11-06 19:44:15 +01:00
984c8f0566 Added TownMap Icons (WIP need to check with Michal) 2025-11-06 19:44:02 +01:00
69e628ceb8 Added New art for level selection 2025-11-06 19:22:26 +01:00
Michal Pikulski
1c9d0333ea Fix editor compilation issue 2025-11-06 18:23:21 +01:00
eb9da316ad Put the appswitcher in the overworld for build test 2025-11-06 17:59:26 +01:00
7fb0b14337 Merge branch 'ui-animation' 2025-11-06 17:49:57 +01:00
eba2befc5f Good-enough-for-now appswitcher 2025-11-06 17:49:44 +01:00
fe7612d23a Merge pull request 'DamianBranch' (#48) from DamianBranch into main
Reviewed-on: #48
2025-11-06 16:16:18 +00:00
0eb1e0efd5 Merge branch 'main' into DamianBranch 2025-11-06 17:11:57 +01:00
d4f6505c85 Merge branch 'DamianBranch' of https://homelab.tailf7f81b.ts.net/tschesky/AppleHillsProduction into DamianBranch 2025-11-06 17:11:42 +01:00
5e4de3ebef Added the Eagle Eye button, It's a standalone prefab that can be added to other canvases. 2025-11-06 17:11:30 +01:00
78d0bf6441 AppSwitcher work 2025-11-06 15:36:02 +01:00
Michal Pikulski
7862af7f8b Cleanup 2025-11-06 15:33:30 +01:00
Michal Pikulski
2d10d92bf5 Add a semi-finished booster opening sequence 2025-11-06 15:27:08 +01:00
Michal Pikulski
4e0c9cb4c4 Working visual part 2025-11-06 15:27:08 +01:00
Michal Pikulski
95daea8d34 Code up the card part 2025-11-06 15:27:08 +01:00
Michal Pikulski
b6d8586eab Setup booster page opening 2025-11-06 15:27:08 +01:00
5792c01908 Merge pull request 'Update LevelConfirmMenu.prefab' (#47) from DamianBranch into main
Reviewed-on: #47
2025-11-06 14:07:19 +00:00
a41136e69e Merge branch 'main' into DamianBranch 2025-11-06 14:07:13 +00:00
9a4f604314 Update LevelConfirmMenu.prefab 2025-11-06 15:06:47 +01:00
6a1831c5e2 Merge branch 'main' into ui-animation 2025-11-06 14:27:53 +01:00
e7ff137d57 Implemented new Lottie plugin, added AppSwitcher icon 2025-11-06 14:27:44 +01:00
3f70591686 Merge pull request 'DamianBranch' (#46) from DamianBranch into main
Reviewed-on: #46
2025-11-06 13:21:55 +00:00
a3d0c3232d Merge branch 'main' into DamianBranch 2025-11-06 14:17:35 +01:00
0f1a0cfecc Delete CardSystem.prefab 2025-11-06 14:17:23 +01:00
2b3154c22b Level Change and Confirmation popups art change 2025-11-06 14:11:52 +01:00
3de3441a04 Added Lottie animation support plugin 2025-11-06 12:03:45 +01:00
Michal Pikulski
b17ba7bd98 Finish setting up the basic album layout 2025-11-06 01:25:13 +01:00
0ac8f4b70c CHanged Menus Backgrounds 2025-11-06 00:22:07 +01:00
Michal Pikulski
50c0a12391 New card UI, new visual config, new card definitions, new working editor window for authoring! 2025-11-05 23:50:15 +01:00
DamianCorazza
1442a2426b Changed ScrapBook Icon 2025-11-05 23:14:27 +01:00
629b137421 Added New Map TExture 2025-11-05 17:46:56 +01:00
0dc3f3e803 Added New Menu Background Textures 2025-11-05 17:25:26 +01:00
journaliciouz
949bd6d32b You can close the card album again 2025-11-05 16:36:00 +01:00
journaliciouz
0a183703db Unfucked the card UI 2025-11-05 16:00:22 +01:00
journaliciouz
54d6603f17 Merge branch 'main' into ui-animation 2025-11-05 14:49:08 +01:00
journaliciouz
041159a02a Implemented scrapbook assets into book plugin 2025-11-05 14:48:10 +01:00
1a6324b054 Clarifying name changes for cards 2025-11-05 12:59:57 +01:00
journaliciouz
9c8eababb3 Installed book plugin, fixed compiler errors 2025-11-05 12:03:39 +01:00
journaliciouz
92c08da136 Merge branch 'main' into ui-animation 2025-11-05 11:17:47 +01:00
1bc80fd73d Merge pull request 'DamianBranch' (#45) from DamianBranch into main
Reviewed-on: #45
2025-11-04 17:57:58 +00:00
c85b542215 Merge branch 'main' into DamianBranch 2025-11-04 17:57:49 +00:00
282904bae0 Moved the prefab 2025-11-04 18:56:57 +01:00
035fdda2be Added the textures for a smaller version of the scrapbook. 2025-11-04 18:51:42 +01:00
be22d09e39 Fixed SoundBird Bug 2025-11-04 16:26:33 +01:00
aabe023c64 Small fixes to quarry 2025-11-04 13:21:28 +01:00
DamianCorazza
d00d20121c WIP Moving work from home to the office. 2025-11-04 12:21:02 +01:00
DamianCorazza
7051267c33 ScrapBookPrefab and textures 2025-11-04 04:59:33 +01:00
journaliciouz
4d23a2ba8f confetti work 2025-11-03 15:52:52 +01:00
journaliciouz
ae840a4b2f Changed Awake/Start to OnAwake 2025-11-03 14:44:15 +01:00
DamianCorazza
475f54b704 Modified TrashCan Prefab and Fixed Bunflers hard to grab. 2025-11-03 12:38:53 +01:00
DamianCorazza
eb63086466 Added New Glow for the Combination of items, changed the position of gardener dialogue, changed position of the balls, changed soundbird cameraswitcher, changed hammerbird lurespot sprite order. 2025-11-03 11:43:05 +01:00
011901eb8f Refactoring of the interaction system and preliminary integration of save/load functionality across the game. (#44)
### Interactables Architecture Refactor
- Converted composition to inheritance, moved from component-based to class-based interactables. No more requirement for chain of "Interactable -> Item" etc.
- Created `InteractableBase` abstract base class with common functionality that replaces the old component
- Specialized child classes: `Pickup`, `ItemSlot`, `LevelSwitch`, `MinigameSwitch`, `CombinationItem`, `OneClickInteraction` are now children classes
- Light updates to the interactable inspector, moved some things arround, added collapsible inspector sections in the  UI for better editor experience

### State Machine Integration
- Custom `AppleMachine` inheritong from Pixelplacement's StateMachine which implements our own interface for saving, easy place for future improvements
- Replaced all previous StateMachines by `AppleMachine`
- Custom `AppleState`  extends from default `State`. Added serialization, split state logic into "EnterState", "RestoreState", "ExitState" allowing for separate logic when triggering in-game vs loading game
- Restores directly to target state without triggering transitional logic
- Migration tool converts existing instances

### Prefab Organization
- Saved changes from scenes into prefabs
- Cleaned up duplicated components, confusing prefabs hierarchies
- Created prefab variants where possible
- Consolidated Environment prefabs and moved them out of Placeholders subfolder into main Environment folder
- Organized item prefabs from PrefabsPLACEHOLDER into proper Items folder
- Updated prefab references - All scene references updated to new locations
- Removed placeholder files from Characters, Levels, UI, and Minigames folders

### Scene Updates
- Quarry scene with major updates
- Saved multiple working versions (Quarry, Quarry_Fixed, Quarry_OLD)
- Added proper lighting data
- Updated all interactable components to new architecture

### Minor editor tools
- New tool for testing cards from an editor window (no in-scene object required)
- Updated Interactable Inspector
- New debug option to opt in-and-out of the save/load system
- Tooling for easier migration

Co-authored-by: Michal Pikulski <michal.a.pikulski@gmail.com>
Reviewed-on: #44
2025-11-03 10:12:51 +00:00
journaliciouz
d317fffad7 Added audio data to the item pickups 2025-10-31 16:22:48 +01:00
journaliciouz
cdbb2e0d3f Added audio of Pulver combining stuff 2025-10-31 15:45:28 +01:00
journaliciouz
5735bbcfae Made the gardener spatial 2025-10-31 14:35:28 +01:00
journaliciouz
d0da5d76cd Fixed a bug where state machines and auto play audio on awake fucked me 2025-10-31 11:19:47 +01:00
journaliciouz
d48b459fea Audio refactor almost done 2025-10-30 16:31:01 +01:00
journaliciouz
2b41a9f200 Gardener audio refactor 2025-10-30 15:25:07 +01:00
journaliciouz
e81879959e Properly queue critical VO clips 2025-10-30 14:17:47 +01:00
journaliciouz
64da60dadd Merge branch 'main' into audio-overhaul 2025-10-30 11:08:16 +01:00
9396bb76b4 Merge pull request 'Update Pause menu and MinigameSelection menu to icon-based with no text' (#43) from minigame_switch_improvements into main
Reviewed-on: #43
2025-10-30 09:48:35 +00:00
Michal Pikulski
f6ebadf21e Update Pause menu and MinigameSelection menu to icon-based with no text 2025-10-30 10:47:34 +01:00
Michal Pikulski
eeca4973ae Add component search+replace 2025-10-30 10:29:57 +01:00
988bc53ec8 Finally, priority VO 2025-10-29 17:01:02 +01:00
Michal Pikulski
a020e9af04 Update level select menu with icons and scrollable view 2025-10-29 14:37:11 +01:00
3cd2466fbb Merge branch 'main' into audio-overhaul 2025-10-29 14:22:53 +01:00
f7ee3a979a Merge branch 'main' of https://homelab.tailf7f81b.ts.net/tschesky/AppleHillsProduction 2025-10-29 14:22:38 +01:00
4e12e4f8c1 Fixed namespace kerfuffle prohibiting Android build 2025-10-29 14:22:33 +01:00
6ece49bb28 Merge pull request 'DamianCardStyles' (#42) from DamianCardStyles into main
Reviewed-on: #42
2025-10-29 12:34:56 +00:00
54f355beda Merge branch 'main' into DamianCardStyles 2025-10-29 12:34:48 +00:00
6dc49f1686 UPDATE FROM MAIN 2025-10-29 13:34:02 +01:00
d5d01e46ea Test the new cards and organized card textures in folders 2025-10-29 13:23:55 +01:00
bf0a37fe2e Merge branch 'main' into audio-overhaul 2025-10-29 11:33:13 +01:00
Michal Pikulski
c24c5df881 Update minigame switcher to only unlock when all puzzles completed 2025-10-29 11:19:17 +01:00
Michal Pikulski
bda645dcc3 Updates to minigame switching 2025-10-29 09:57:33 +01:00
2ce6452d90 Trying to make text Warp 2025-10-28 19:10:56 +01:00
Michal Pikulski
9a5735a1a1 Shitty polaroid picture 2025-10-28 16:39:28 +01:00
1a04e82920 Merge branch 'main' into audio-overhaul 2025-10-28 16:10:48 +01:00
Michal Pikulski
b56524f1f2 Updates to the level switcher UI menu, making it much larger 2025-10-28 16:04:44 +01:00
Michal Pikulski
43779c560e Cleanup compile warnings, cleanup logs, spruce up level selection menu 2025-10-28 14:31:17 +01:00
86bee75578 Implemented pauses on AudioManager 2025-10-28 13:19:33 +01:00
a5b1a4f8a0 Merge pull request 'DamianCardStyles' (#41) from DamianCardStyles into main
Reviewed-on: #41
2025-10-28 09:51:57 +00:00
7743fbdd8f Merge branch 'main' into DamianCardStyles 2025-10-28 09:51:42 +00:00
2a18489f44 Added A new tiles material and the two levels to the build 2025-10-28 10:49:37 +01:00
Michal Pikulski
a6f37ce8b5 Re-update cucumber smack 2025-10-28 10:34:41 +01:00
Michal Pikulski
fbbc8559e2 Update ItemSlots to combine images correctly 2025-10-28 10:30:43 +01:00
Michal Pikulski
548c5118ae Update render settings, add lighting settings and update some scripts 2025-10-28 10:08:49 +01:00
3a35024fbf WIP Added New Tiles (not working properly now) 2025-10-27 18:10:38 +01:00
Michal Pikulski
2aad46be98 AUtoprogress dialogue 2025-10-27 16:06:47 +01:00
Michal Pikulski
dad1f6498d Pause timescale when game is paused 2025-10-27 15:21:23 +01:00
Michal Pikulski
7005b70a0d Default tutorial to auto-progress 2025-10-27 14:56:59 +01:00
Michal Pikulski
3ea161c987 Auto vs Manual progression of the tutorial 2025-10-27 14:55:42 +01:00
Michal Pikulski
fdfddaec95 Make combine animations and smacks ground Pulve 2025-10-27 14:43:24 +01:00
64e81c8710 WIP Level Placeholders setting 2025-10-27 14:16:56 +01:00
Michal Pikulski
f5c1ae51cd MPV of save/load system 2025-10-27 14:00:37 +01:00
062297ce6f Merge branch 'main' into DamianCardStyles 2025-10-27 13:56:31 +01:00
2524d4dcdd WIP Card Reformatting 2025-10-24 18:07:18 +02:00
690e8b4507 Merge pull request 'Update the rotation enforcement to automatically lock device into' (#40) from screen_orientation_fun into main
Reviewed-on: #40
2025-10-24 14:50:20 +00:00
Michal Pikulski
cc797f09ef Update the rotation enforcement to automatically lock device into
desired orientation.
2025-10-24 16:48:45 +02:00
5a85a602bd Revamp game pausing and input handling. Fix minigame tutorial and end sequence. (#39)
- Revamp pausing and centralize management in GameManager
- Switch Pause implementation to be counter-based to solve corner case of multiple pause requests
- Remove duplicated Pause logic from other components
- Add pausing when browsing the card album
- Fully deliver the exclusive UI implementation
- Spruce up the MiniGame tutorial with correct pausing, hiding other UI
- Correctly unpause after showing tutorial
- Fix minigame ending sequence. The cinematic correctly plays only once now
- Replaying the minigame works

Co-authored-by: Michal Adam Pikulski <michal@foolhardyhorizons.com>
Co-authored-by: Michal Pikulski <michal@foolhardyhorizons.com>
Reviewed-on: #39
2025-10-24 11:09:32 +00:00
2e05e500c9 Added the art for cards 2025-10-23 16:55:01 +02:00
Michal Adam Pikulski
35acaddca5 FIx the issue of end game screen appearing twice 2025-10-22 11:50:24 +02:00
1cf8076488 Merge branch 'main' of https://homelab.tailf7f81b.ts.net/tschesky/AppleHillsProduction 2025-10-22 11:03:23 +02:00
786167115c Modified Speed of minigame and two small adjustments to prefabs. 2025-10-22 11:03:15 +02:00
c80089e5fc Pushed app icons to get Steve Jobs off my back 2025-10-22 10:58:51 +02:00
Michal Adam Pikulski
8591490cb2 Make the score display a UIPage as well 2025-10-22 10:37:59 +02:00
acf3ecec3f Added Highlights to the quarry button and the Bunfflers. 2025-10-22 10:36:56 +02:00
Michal Adam Pikulski
68886aafd4 Roll the pause menu into the UI page system 2025-10-22 09:35:34 +02:00
Michal Adam Pikulski
357f942e0d Moved UIPageController out of the card system and into a dedicated prefab 2025-10-22 09:20:18 +02:00
Michal Adam Pikulski
faed21edab Make the Backpack UI visible in the AppleHillsLevel as well 2025-10-22 09:05:18 +02:00
Michal Adam Pikulski
5763aeb4b3 Un-fuck the booster opening page 2025-10-22 07:32:45 +02:00
Michal Adam Pikulski
3aed47b183 Fix input issues 2025-10-21 15:58:13 +02:00
Michal Adam Pikulski
00f6d2c6c6 Add a dirty booster pack opening sequence 2025-10-21 15:40:47 +02:00
Michal Adam Pikulski
c71836c029 Stash WIP of settings documentation 2025-10-21 15:08:48 +02:00
Michal Adam Pikulski
2abcf5c76a Cleanup the editor assembly and provide a tool overview doc 2025-10-21 14:54:58 +02:00
DamianCorazza
0a240da9a7 Merge branch 'main' of https://homelab.tailf7f81b.ts.net/tschesky/AppleHillsProduction 2025-10-21 14:54:08 +02:00
DamianCorazza
14d1b8316e Added New Textures for Cards And Configure basic Card Variations 2025-10-21 14:53:59 +02:00
Michal Adam Pikulski
9b6dc0f616 Add a playbook for using the boostrap system 2025-10-21 14:20:09 +02:00
MacBuilder
8e90878a97 Updated diving controls and tutorial 2025-10-21 13:47:18 +02:00
MacBuilder
1a04f2a3d2 FIxed annoying compiler error 2025-10-21 13:37:14 +02:00
DamianCorazza
f8f9286ddf SLight modification to Quarry Level
Pulver and Trafalgar spawn down, and Anne Lise dialogue bubble lasts longer.
2025-10-21 12:55:23 +02:00
Michal Adam Pikulski
bb43c552b0 Block input on first loop 2025-10-21 12:51:28 +02:00
DamianCorazza
f3788b8ebe Merge branch 'main' of https://homelab.tailf7f81b.ts.net/tschesky/AppleHillsProduction 2025-10-21 12:42:40 +02:00
DamianCorazza
fd88698bee Modified Quarry To make the Sound Area easier to understand. 2025-10-21 12:42:28 +02:00
Michal Adam Pikulski
7096dffb54 Update readme docs for our systems 2025-10-21 12:37:57 +02:00
Michal Adam Pikulski
2fb77e1040 Cleanup the card implementation, add some readme files and update namespaces 2025-10-21 12:10:16 +02:00
Michal Adam Pikulski
af77e07f99 Update the cards to pull in from addressables to wokr in build, remove erronous code preventing building 2025-10-21 10:29:06 +02:00
journaliciouz
d1792014db Added feedback on photography in diving game 2025-10-20 23:18:31 +02:00
journaliciouz
84dd8004d5 Monster Approach and react audio 2025-10-20 22:33:39 +02:00
journaliciouz
e94b692ae4 More gardener shenanigans 2025-10-20 21:32:10 +02:00
journaliciouz
cb3aa515d1 Cucumberattack sound and anne lise shush 2025-10-20 21:23:18 +02:00
journaliciouz
b7d7e5ae35 Scoffed picnic couple audio implementation 2025-10-20 21:01:10 +02:00
1b0a206be7 Wolter sound FX 2025-10-20 17:05:24 +02:00
e3e9305f7c Merge pull request 'card_system' (#38) from card_system into main
Reviewed-on: #38
2025-10-20 14:34:58 +00:00
Michal Adam Pikulski
3e833b8991 Working card system 2025-10-20 16:33:58 +02:00
Michal Adam Pikulski
83b5c8994d Kind of working booster packs 2025-10-20 16:33:58 +02:00
Michal Adam Pikulski
32f726d229 Second draft of the consolidated card system 2025-10-20 16:33:58 +02:00
Michal Adam Pikulski
542dd9a4b7 First draft of the consolidated card system 2025-10-20 16:33:58 +02:00
Michal Adam Pikulski
07750dd5ba Add AlbumViewPage prefab 2025-10-20 16:33:58 +02:00
Michal Pikulski
80005e6b7d Setup more of the card system stuff 2025-10-20 16:33:58 +02:00
Michal Pikulski
b1df36d48c Add prefabs for main menu and album page 2025-10-20 16:33:58 +02:00
Michal Pikulski
6c23d1bcfa Add implementation plan and main UI for the card system 2025-10-20 16:33:58 +02:00
Michal Pikulski
44e1833aea Add backpack 2025-10-20 16:33:58 +02:00
Michal Pikulski
ed9f2d6c6d First go at the card UI 2025-10-20 16:33:58 +02:00
7f3dccf1ea Merge branch 'main' of https://homelab.tailf7f81b.ts.net/tschesky/AppleHillsProduction 2025-10-20 16:21:37 +02:00
c07f64ea4f Spatial lawnmower audio implemented 2025-10-20 16:21:32 +02:00
51d886c757 Merge pull request 'Implementing the Flash when taking pictures' (#37) from implementingFlash into main
Reviewed-on: #37
2025-10-20 14:19:32 +00:00
9df43b8f53 Implemented Flash Feedback to the Diving Minigame 2025-10-20 16:19:08 +02:00
b49bb43f79 AnneLise bird counter implemented 2025-10-20 13:57:38 +02:00
6e5a6c049f Underwater rushed audio job 2025-10-17 16:31:23 +02:00
f465e50197 Merge branch 'audio' 2025-10-17 16:16:01 +02:00
9c1a0fdc4c Merge branch 'main' of https://homelab.tailf7f81b.ts.net/tschesky/AppleHillsProduction 2025-10-17 16:15:50 +02:00
594a9815cc AnneLise guidance 2025-10-17 16:15:43 +02:00
Michal Pikulski
0557ddd3dc Add prompt when dialogue 2025-10-17 15:35:25 +02:00
Michal Pikulski
c3c9fd95a4 Add audio to dialogues 2025-10-17 15:20:51 +02:00
2fe872d8dc Merge pull request 'damianContentFreeze' (#35) from damianContentFreeze into main
Reviewed-on: #35
2025-10-17 13:16:12 +00:00
1c721541db Merge branch 'main' into damianContentFreeze 2025-10-17 13:16:04 +00:00
6c0e1acdd6 Modified the Quarry Level Switcher in the Overworld and moved the area to move around. 2025-10-17 15:14:41 +02:00
246e66a1f6 New Menus And Fixed the headband Glow 2025-10-17 15:08:00 +02:00
99dc459aa0 Added lake ambience 2025-10-17 15:02:31 +02:00
Michal Pikulski
09af055d18 Strip UI debug stuff from the game 2025-10-17 14:44:10 +02:00
d8653762f4 Merge branch 'audio' 2025-10-17 14:38:53 +02:00
512e8cade5 IntroNarration 2025-10-17 14:38:42 +02:00
Michal Pikulski
2a0dbe98a2 Game over screen return to levels menu 2025-10-17 14:28:13 +02:00
Michal Pikulski
5851b5a12f Remove main menu from build and game flow 2025-10-17 14:03:33 +02:00
bb6059a885 Merge branch 'audio' 2025-10-17 13:44:33 +02:00
7cdc8fab22 Fixed outrocinematic and added audio 2025-10-17 13:44:22 +02:00
Michal Pikulski
74339d7c47 Fix pausing etc. issues in the minigame 2025-10-17 13:18:49 +02:00
78fad26ff5 Apple Hills Font 2025-10-17 13:04:15 +02:00
099a6093e0 Outro WIP 2025-10-17 13:03:01 +02:00
646e9711eb Updated intro voiceover 2025-10-17 12:55:14 +02:00
bb6a595104 Merge branch 'main' into audio 2025-10-17 12:42:18 +02:00
3dcae9ba26 All the voices 2025-10-17 12:42:07 +02:00
648928d09b Merge pull request 'damianContentFreeze' (#34) from damianContentFreeze into main
Reviewed-on: #34
2025-10-17 10:42:00 +00:00
c34251048f Merge branch 'main' into damianContentFreeze 2025-10-17 10:41:43 +00:00
49c1f55ec0 Merge branch 'main' into audio 2025-10-17 12:40:19 +02:00
82fce5c135 Added aglow to the Pickable Items 2025-10-17 12:36:09 +02:00
Michal Pikulski
8274d70924 Remove superflous Update() methods and change the tile spawn buffer to 2 2025-10-17 11:55:30 +02:00
c1cbd651f2 Modified the size of the Step indicator 2025-10-17 11:43:26 +02:00
7cbc80627b Merge pull request 'damianContentFreeze' (#33) from damianContentFreeze into main
Reviewed-on: #33
2025-10-17 09:05:05 +00:00
c94cd4f567 Merge branch 'main' into damianContentFreeze 2025-10-17 09:04:54 +00:00
15bc868cad Modified The size of the Images in dialogue 2025-10-17 11:04:15 +02:00
b1542e4a0b Eliminated Duplicated Puzzle Steps 2025-10-17 10:45:52 +02:00
Michal Pikulski
dafccdc286 Add main menu prefab 2025-10-17 09:57:20 +02:00
journaliciouz
933e29edf9 AnneLise voicedump 2025-10-17 01:04:30 +02:00
journaliciouz
d520f1c1c3 AudioPrep 2025-10-17 00:44:20 +02:00
DamianCorazza
7f31ec8e6a Added CameraSwitcher to the nests and Repositioned elements for a more compact view 2025-10-17 00:26:22 +02:00
313ab7a365 Merge pull request 'diving-outrocinematic' (#32) from diving-outrocinematic into main
Reviewed-on: #32
2025-10-16 21:59:51 +00:00
Michal Pikulski
3fc43fa92d Hook up the score display 2025-10-16 23:59:25 +02:00
Michal Pikulski
b2384269e5 Update the Pause menu flow to be slightly less scoffed 2025-10-16 23:19:33 +02:00
journaliciouz
09ae4b5ba7 WIP 2 2025-10-16 22:45:13 +02:00
journaliciouz
4fc005b082 WIP 2025-10-16 22:35:23 +02:00
journaliciouz
6f6333c8c4 Merge branch 'main' into diving-outrocinematic 2025-10-16 22:26:04 +02:00
dfb67a80c4 Merge pull request 'Redo puzzles authoring and registration' (#30) from revamp_puzzle_registration into main
Reviewed-on: #30
2025-10-16 19:29:53 +00:00
eab8899720 WIP game over diving 2025-10-16 16:23:48 +02:00
8c4f821865 Merge branch 'main' into diving-outrocinematic 2025-10-16 15:40:08 +02:00
b425d2b4f4 Stuck cinematics 2025-10-15 17:35:34 +02:00
2015 changed files with 2477661 additions and 22272 deletions

3
.gitignore vendored
View File

@@ -104,3 +104,6 @@ InitTestScene*.unity*
.vscode/launch.json
.vscode/settings.json
.idea/.idea.AppleHillsProduction/.idea/indexLayout.xml
# WIP docs
/docs/wip/

12
.junie/guidelines.md Normal file
View File

@@ -0,0 +1,12 @@
# Project Guidelines
This is a placeholder of the project guidelines for Junie.
Replace this text with any project-level instructions for Junie, e.g.:
* What is the project structure
* Whether Junie should run tests to check the correctness of the proposed solution
* How does Junie run tests (once it requires any non-standard approach)
* Whether Junie should build the project before submitting the result
* Any code-style related instructions
As an option you can ask Junie to create these guidelines for you.

View File

@@ -13,6 +13,7 @@ MonoBehaviour:
m_Name: AddressableAssetGroupSortSettings
m_EditorClassIdentifier:
sortOrder:
- 0d5d36d6da388314b92b9c6967d23f39
- 75e1f68b7bf77f34f8ad4aeab74d4244
- eb8a37153d819c44194f7ce97570a3d3
- 2b3d7cefec0915e42be04aebf0400a56

View File

@@ -15,7 +15,7 @@ MonoBehaviour:
m_DefaultGroup: 6f3207429a65b3e4b83935ac19791077
m_currentHash:
serializedVersion: 2
Hash: 8453796ea514a8db40e72d511ee4981c
Hash: 589e22fe6cd2fe0e25d89bd44a35bcbc
m_OptimizeCatalogSize: 0
m_BuildRemoteCatalog: 0
m_CatalogRequestsTimeout: 0
@@ -60,6 +60,7 @@ MonoBehaviour:
m_BuildAddressablesWithPlayerBuild: 0
m_overridePlayerVersion: '[UnityEditor.PlayerSettings.bundleVersion]'
m_GroupAssets:
- {fileID: 11400000, guid: 124f05e204489af49943d7fc039640a4, type: 2}
- {fileID: 11400000, guid: efe7e1728e73e9546ac5dfee2eff524f, type: 2}
- {fileID: 11400000, guid: 6e4927e7e19eef34b93dc2baa9e9e8e2, type: 2}
- {fileID: 11400000, guid: 4186fdd83f912a14b97fbf4644266b0d, type: 2}
@@ -104,6 +105,7 @@ MonoBehaviour:
m_LabelTable:
m_LabelNames:
- default
- BlokkemonCard
m_SchemaTemplates: []
m_GroupTemplateObjects:
- {fileID: 11400000, guid: ea0a5135f5495eb4693a23d94617fe92, type: 2}

View File

@@ -0,0 +1,143 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: bbb281ee3bf0b054c82ac2347e9e782c, type: 3}
m_Name: BlokkemonCards
m_EditorClassIdentifier: Unity.Addressables.Editor::UnityEditor.AddressableAssets.Settings.AddressableAssetGroup
m_GroupName: BlokkemonCards
m_GUID: 0d5d36d6da388314b92b9c6967d23f39
m_SerializeEntries:
- m_GUID: 0046d7c3ed6b85245af4ce4144b60dfb
m_Address: Assets/Data/Cards/Card_New Card 1.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 0cdbd83156224f242b3cab9bb96a7b41
m_Address: Assets/Data/Cards/Card_New Card.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 0f47589539ec1d948890869cea0bfdf0
m_Address: Assets/Data/Cards/Card_New Card.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 12a59553805b9374aa830df9b3866864
m_Address: Assets/Data/Cards/Card_New Card.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 1d60a4c02e1dbb64dbd638d32d2bcf44
m_Address: Assets/Data/Cards/Card_New Card.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 2deeff2bdb1cc6f4da7439172e0ed9fa
m_Address: Assets/Data/Cards/Card_New Card.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 327937827705f814da24fa5703203881
m_Address: Assets/Data/Cards/Card_New Card.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 4920deb44851b64499bcee8342ed5a13
m_Address: Assets/Data/Cards/Card_New Card.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 4f4ec75013bc276429c2f4fa52d165e0
m_Address: Assets/Data/Cards/Card_New Card.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 53996921ed2094948aa317efe4ca6630
m_Address: Assets/Data/Cards/Card_New Card.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 73d54071304571647b3238a799d9781f
m_Address: Assets/Data/Cards/Card_New Card.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 774d2cb3ff7798a4480cd3a559f8d8d0
m_Address: Assets/Data/Cards/Card_New Card 1.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 99d8e528a8f9ead438e4c88a08c6f6c0
m_Address: Assets/Data/Cards/Card_New Card.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: ac75dd9d27a925f4c90bbc3b255820e2
m_Address: Assets/Data/Cards/Card_Brosten.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: b7ac7081045409f469f2b28c0482aa17
m_Address: Assets/Data/Cards/Card_New Card.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: c3661f7667d21f043b6b6ad84433b9e2
m_Address: Assets/Data/Cards/Card_New Card.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: c73a9b19b3208d940b9fae7360287a48
m_Address: Assets/Data/Cards/Card_New Card.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: cd07dfe9285ad414a9b3bd71829b1c41
m_Address: Assets/Data/Cards/Card_New Card.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: d30884f8991a22a4c93caf8fe1477702
m_Address: Assets/Data/Cards/Card_New Card.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: e2d5a81487e00e2489357c877fa484db
m_Address: Assets/Data/Cards/Card_New Card.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
m_ReadOnly: 0
m_Settings: {fileID: 11400000, guid: 11da9bb90d9dd5848b4f7629415a6937, type: 2}
m_SchemaSet:
m_Schemas:
- {fileID: 11400000, guid: a0affac7520cbac4283e5d0fe0c0d28a, type: 2}
- {fileID: 11400000, guid: ca0e74b531acf5449a15f65103061116, type: 2}

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 91031de62f795884e8e2ccbaebeebf9b
guid: 124f05e204489af49943d7fc039640a4
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000

View File

@@ -15,6 +15,11 @@ MonoBehaviour:
m_GroupName: Cinematics
m_GUID: 75e1f68b7bf77f34f8ad4aeab74d4244
m_SerializeEntries:
- m_GUID: 10f0c6cee53c1364198438ae185f38fe
m_Address: SurfacingCinematic
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: bf4679c9d0eb0994d9e0de37c045e99b
m_Address: IntroSequence
m_ReadOnly: 0

View File

@@ -0,0 +1,48 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: e5d17a21594effb4e9591490b009e7aa, type: 3}
m_Name: BlokkemonCards_BundledAssetGroupSchema
m_EditorClassIdentifier: Unity.Addressables.Editor::UnityEditor.AddressableAssets.Settings.GroupSchemas.BundledAssetGroupSchema
m_Group: {fileID: 11400000, guid: 124f05e204489af49943d7fc039640a4, type: 2}
m_InternalBundleIdMode: 1
m_Compression: 1
m_IncludeAddressInCatalog: 1
m_IncludeGUIDInCatalog: 1
m_IncludeLabelsInCatalog: 1
m_InternalIdNamingMode: 0
m_CacheClearBehavior: 0
m_IncludeInBuild: 1
m_BundledAssetProviderType:
m_AssemblyName: Unity.ResourceManager, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
m_ClassName: UnityEngine.ResourceManagement.ResourceProviders.BundledAssetProvider
m_StripDownloadOptions: 0
m_ForceUniqueProvider: 0
m_UseAssetBundleCache: 1
m_UseAssetBundleCrc: 1
m_UseAssetBundleCrcForCachedBundles: 1
m_UseUWRForLocalBundles: 0
m_Timeout: 0
m_ChunkedTransfer: 0
m_RedirectLimit: -1
m_RetryCount: 0
m_BuildPath:
m_Id: c258e2bcd3e8ac742ba98f152c0e6322
m_LoadPath:
m_Id: 88323bf0b2ef98446961cedd6232bd47
m_BundleMode: 0
m_AssetBundleProviderType:
m_AssemblyName: Unity.ResourceManager, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
m_ClassName: UnityEngine.ResourceManagement.ResourceProviders.AssetBundleProvider
m_UseDefaultSchemaSettings: 0
m_SelectedPathPairIndex: 0
m_BundleNaming: 0
m_AssetLoadMode: 0

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 99c48feb9d744ba4eb579c3b631b9257
guid: a0affac7520cbac4283e5d0fe0c0d28a
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000

View File

@@ -0,0 +1,16 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 5834b5087d578d24c926ce20cd31e6d6, type: 3}
m_Name: BlokkemonCards_ContentUpdateGroupSchema
m_EditorClassIdentifier: Unity.Addressables.Editor::UnityEditor.AddressableAssets.Settings.GroupSchemas.ContentUpdateGroupSchema
m_Group: {fileID: 11400000, guid: 124f05e204489af49943d7fc039640a4, type: 2}
m_StaticContent: 0

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 5d8121cdf52bfe9488b40ed22d649209
guid: ca0e74b531acf5449a15f65103061116
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000

View File

@@ -30,6 +30,11 @@ MonoBehaviour:
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 533a675687aa04146bfb69b8c9be7a6b
m_Address: Settings/CardSystemSettings
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 8f5195fb013895049a19488fd4d8f2a1
m_Address: Settings/InteractionSettings
m_ReadOnly: 0

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 3895d0ab45cb32d4c8da11c91fab9a07
guid: d60f8ff6bf46b494b80e210228c43e61
folderAsset: yes
DefaultImporter:
externalObjects: {}

View File

@@ -1,5 +1,38 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!243 &-6354048548703642832
AudioMixerGroupController:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Flavor VO
m_AudioMixer: {fileID: 24100000}
m_GroupID: d96f2f2d9081a2b4680e4cc99ae6dde2
m_Children: []
m_Volume: 8b556d01082609a41b5e0ac71387eb2b
m_Pitch: 543e5193b3b867a4a9e179b532d94963
m_Send: 00000000000000000000000000000000
m_Effects:
- {fileID: 2755879577735596061}
m_UserColorIndex: 0
m_Mute: 0
m_Solo: 0
m_BypassEffects: 0
--- !u!244 &-2388863367724940654
AudioMixerEffectController:
m_ObjectHideFlags: 3
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_EffectID: 70589a6f94c3a7e4f985d76dc20fec7d
m_EffectName: Attenuation
m_MixLevel: 1017da8a9e9644f46a2582f97a979436
m_Parameters: []
m_SendTarget: {fileID: 0}
m_EnableWetMix: 0
m_Bypass: 0
--- !u!243 &-1208528772216134639
AudioMixerGroupController:
m_ObjectHideFlags: 0
@@ -19,6 +52,25 @@ AudioMixerGroupController:
m_Mute: 0
m_Solo: 0
m_BypassEffects: 0
--- !u!243 &-281949353495416486
AudioMixerGroupController:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Critical VO
m_AudioMixer: {fileID: 24100000}
m_GroupID: 0564b669f5b88d74fbf644daddff7659
m_Children: []
m_Volume: b5a4611797e711d4384da7546db03ad4
m_Pitch: 6b6c6926b5cf7d64e8546ad727cd1b56
m_Send: 00000000000000000000000000000000
m_Effects:
- {fileID: 4434749241126400044}
m_UserColorIndex: 0
m_Mute: 0
m_Solo: 0
m_BypassEffects: 0
--- !u!241 &24100000
AudioMixerController:
m_ObjectHideFlags: 0
@@ -33,7 +85,7 @@ AudioMixerController:
m_StartSnapshot: {fileID: 24500006}
m_SuspendThreshold: -80
m_EnableSuspend: 1
m_UpdateMode: 0
m_UpdateMode: 1
m_ExposedParameters: []
m_AudioMixerGroupViews:
- guids:
@@ -41,6 +93,9 @@ AudioMixerController:
- 18a903247b220fb47b8e743f756a2d19
- 7e41227c6d9a65c4898080710c015deb
- 93449300145f3ff4c9f21b59e4c06cb8
- 0564b669f5b88d74fbf644daddff7659
- d96f2f2d9081a2b4680e4cc99ae6dde2
- 69e7e2391e0225240b94aab8ac4968dd
name: View
m_CurrentViewIndex: 0
m_TargetSnapshot: {fileID: 24500006}
@@ -56,6 +111,7 @@ AudioMixerGroupController:
m_Children:
- {fileID: -1208528772216134639}
- {fileID: 1171626333864818265}
- {fileID: 5060278701334990569}
- {fileID: 3533147658878909314}
m_Volume: 59834639f5649d34cbb5ed8055029b93
m_Pitch: 2c79200ddd7bbf244bc5980d7fbb6e1c
@@ -124,6 +180,20 @@ AudioMixerGroupController:
m_Mute: 0
m_Solo: 0
m_BypassEffects: 0
--- !u!244 &2755879577735596061
AudioMixerEffectController:
m_ObjectHideFlags: 3
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Attenuation
m_EffectID: 938281aaf51dfdb448130f1d299a9c32
m_EffectName: Attenuation
m_MixLevel: ba6923d75c4220e4bab55e5aa6eab3ea
m_Parameters: []
m_SendTarget: {fileID: 0}
m_EnableWetMix: 0
m_Bypass: 0
--- !u!243 &3533147658878909314
AudioMixerGroupController:
m_ObjectHideFlags: 0
@@ -133,7 +203,9 @@ AudioMixerGroupController:
m_Name: Voice Over
m_AudioMixer: {fileID: 24100000}
m_GroupID: 7e41227c6d9a65c4898080710c015deb
m_Children: []
m_Children:
- {fileID: -281949353495416486}
- {fileID: -6354048548703642832}
m_Volume: f2db72fd62c62d74cb03d11a28b9ec8f
m_Pitch: f711bad694828024996b7a703eb57af7
m_Send: 00000000000000000000000000000000
@@ -143,6 +215,39 @@ AudioMixerGroupController:
m_Mute: 0
m_Solo: 0
m_BypassEffects: 0
--- !u!244 &4434749241126400044
AudioMixerEffectController:
m_ObjectHideFlags: 3
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_EffectID: 28433275b262aa6499b0cf5076b597de
m_EffectName: Attenuation
m_MixLevel: 5925348bdea90b04a895b3cd54c45b27
m_Parameters: []
m_SendTarget: {fileID: 0}
m_EnableWetMix: 0
m_Bypass: 0
--- !u!243 &5060278701334990569
AudioMixerGroupController:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Music
m_AudioMixer: {fileID: 24100000}
m_GroupID: 69e7e2391e0225240b94aab8ac4968dd
m_Children: []
m_Volume: c518de39492791c49b618d0aeac5a88d
m_Pitch: 264704130d9d22745aa9fa1150ff4490
m_Send: 00000000000000000000000000000000
m_Effects:
- {fileID: -2388863367724940654}
m_UserColorIndex: 0
m_Mute: 0
m_Solo: 0
m_BypassEffects: 0
--- !u!244 &6612228481115079330
AudioMixerEffectController:
m_ObjectHideFlags: 3

View File

@@ -0,0 +1,63 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!850595691 &4890085278179872738
LightingSettings:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: AppleHillsLightingSettings
serializedVersion: 9
m_EnableBakedLightmaps: 0
m_EnableRealtimeLightmaps: 0
m_RealtimeEnvironmentLighting: 1
m_BounceScale: 1
m_AlbedoBoost: 1
m_IndirectOutputScale: 1
m_UsingShadowmask: 1
m_BakeBackend: 1
m_LightmapMaxSize: 1024
m_LightmapSizeFixed: 0
m_UseMipmapLimits: 1
m_BakeResolution: 40
m_Padding: 2
m_LightmapCompression: 3
m_AO: 0
m_AOMaxDistance: 1
m_CompAOExponent: 1
m_CompAOExponentDirect: 0
m_ExtractAO: 0
m_MixedBakeMode: 2
m_LightmapsBakeMode: 1
m_FilterMode: 1
m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0}
m_ExportTrainingData: 0
m_EnableWorkerProcessBaking: 1
m_TrainingDataDestination: TrainingData
m_RealtimeResolution: 2
m_ForceWhiteAlbedo: 0
m_ForceUpdates: 0
m_PVRCulling: 1
m_PVRSampling: 1
m_PVRDirectSampleCount: 32
m_PVRSampleCount: 512
m_PVREnvironmentSampleCount: 256
m_PVREnvironmentReferencePointCount: 2048
m_LightProbeSampleCountMultiplier: 4
m_PVRBounces: 2
m_PVRMinBounces: 2
m_PVREnvironmentImportanceSampling: 1
m_PVRFilteringMode: 1
m_PVRDenoiserTypeDirect: 1
m_PVRDenoiserTypeIndirect: 1
m_PVRDenoiserTypeAO: 1
m_PVRFilterTypeDirect: 0
m_PVRFilterTypeIndirect: 0
m_PVRFilterTypeAO: 0
m_PVRFilteringGaussRadiusDirect: 1
m_PVRFilteringGaussRadiusIndirect: 1
m_PVRFilteringGaussRadiusAO: 1
m_PVRFilteringAtrousPositionSigmaDirect: 0.5
m_PVRFilteringAtrousPositionSigmaIndirect: 2
m_PVRFilteringAtrousPositionSigmaAO: 1
m_RespectSceneVisibilityWhenBakingGI: 0

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: d13be91f5840cb447b407875cd9bbefc
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 4890085278179872738
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -22,7 +22,7 @@ MonoBehaviour:
m_RequireDepthTexture: 0
m_RequireOpaqueTexture: 0
m_OpaqueDownsampling: 1
m_SupportsTerrainHoles: 1
m_SupportsTerrainHoles: 0
m_SupportsHDR: 0
m_HDRColorBufferPrecision: 0
m_MSAA: 1
@@ -44,7 +44,7 @@ MonoBehaviour:
m_MainLightRenderingMode: 0
m_MainLightShadowsSupported: 0
m_MainLightShadowmapResolution: 2048
m_AdditionalLightsRenderingMode: 1
m_AdditionalLightsRenderingMode: 0
m_AdditionalLightsPerObjectLimit: 4
m_AdditionalLightShadowsSupported: 0
m_AdditionalLightsShadowmapResolution: 2048
@@ -71,8 +71,8 @@ MonoBehaviour:
m_AdditionalLightsCookieFormat: 3
m_UseSRPBatcher: 1
m_SupportsDynamicBatching: 0
m_MixedLightingSupported: 1
m_SupportsLightCookies: 1
m_MixedLightingSupported: 0
m_SupportsLightCookies: 0
m_SupportsLightLayers: 0
m_DebugLevel: 0
m_StoreActionsOptimization: 0
@@ -91,7 +91,7 @@ MonoBehaviour:
m_LocalShadowsAtlasResolution: 256
m_MaxPixelLights: 0
m_ShadowAtlasResolution: 256
m_VolumeFrameworkUpdateMode: 0
m_VolumeFrameworkUpdateMode: 1
m_VolumeProfile: {fileID: 0}
apvScenesData:
obsoleteSceneBounds:
@@ -101,7 +101,7 @@ MonoBehaviour:
m_Keys: []
m_Values:
m_PrefilteringModeMainLightShadows: 0
m_PrefilteringModeAdditionalLight: 4
m_PrefilteringModeAdditionalLight: 0
m_PrefilteringModeAdditionalLightShadows: 0
m_PrefilterXRKeywords: 1
m_PrefilteringModeForwardPlus: 0

View File

@@ -53,6 +53,6 @@ MonoBehaviour:
m_CameraSortingLayerDownsamplingMethod: 0
m_MaxLightRenderTextureCount: 16
m_MaxShadowRenderTextureCount: 1
m_PostProcessData: {fileID: 11400000, guid: 41439944d30ece34e96484bdb6645b55, type: 2}
m_DefaultMaterialType: 0
m_PostProcessData: {fileID: 0}
m_DefaultMaterialType: 1
m_DefaultCustomMaterial: {fileID: 2100000, guid: a97c105638bdf8b4a8650670310a4cd3, type: 2}

View File

@@ -22,136 +22,136 @@ AnimationClip:
curve:
- time: 0
value: {fileID: 7799044408606403673, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.016666668
value: {fileID: 8906880750509030790, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.033333335
value: {fileID: 2041700527519432934, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.05
value: {fileID: -122113120711856545, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: 8906880750509030790, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.06666667
value: {fileID: -260481105881172014, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.083333336
value: {fileID: -6622305946934705326, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: 2041700527519432934, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.1
value: {fileID: 2860702342352278680, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.11666667
value: {fileID: 1901944910730988534, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: -122113120711856545, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.13333334
value: {fileID: -6520618733805571745, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.15
value: {fileID: 3022596597473681262, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: -260481105881172014, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.16666667
value: {fileID: 1204644881459905932, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.18333334
value: {fileID: 1056830820185581354, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: -6622305946934705326, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.2
value: {fileID: -7105232555648306615, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.21666667
value: {fileID: -652026886084597837, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: 2860702342352278680, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.23333333
value: {fileID: -4540761585569079769, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.25
value: {fileID: -5109479888793026350, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: 1901944910730988534, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.26666668
value: {fileID: -4036630437906967387, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.28333333
value: {fileID: 801943533739151625, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: -6520618733805571745, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.3
value: {fileID: -2267370628861983235, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.31666666
value: {fileID: 341647588879632704, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: 3022596597473681262, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.33333334
value: {fileID: -1983865464302337135, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.35
value: {fileID: 2707171279301735498, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: 1204644881459905932, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.36666667
value: {fileID: 8831512007435921494, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.38333333
value: {fileID: 4626183846303783780, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: 1056830820185581354, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.4
value: {fileID: -2277327416414919540, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.41666666
value: {fileID: -7418991344542357872, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: -7105232555648306615, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.43333334
value: {fileID: -5722687793916137135, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.45
value: {fileID: 4733390603466533478, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: -652026886084597837, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.46666667
value: {fileID: 7794538912838388228, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.48333332
value: {fileID: -6061222791025941249, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: -4540761585569079769, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.5
value: {fileID: 3497440731386147990, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.51666665
value: {fileID: -8429106390024364219, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: -5109479888793026350, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.53333336
value: {fileID: 2544536342771879721, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.55
value: {fileID: -8737456598628565943, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: -4036630437906967387, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.56666666
value: {fileID: -2474291713210855829, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.5833333
value: {fileID: 3821937655511650850, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: 801943533739151625, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.6
value: {fileID: -6233509283156947142, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.6166667
value: {fileID: -2185360674263307586, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: -2267370628861983235, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.6333333
value: {fileID: 845357041228852819, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.65
value: {fileID: 4403433291724713342, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: 341647588879632704, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.6666667
value: {fileID: 3657240548800692885, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.68333334
value: {fileID: -4901654772339705171, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: -1983865464302337135, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.7
value: {fileID: -3912778203287357197, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.71666664
value: {fileID: 6569445112083916053, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: 2707171279301735498, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.73333335
value: {fileID: -7400543989923980688, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.75
value: {fileID: -6332648109092208476, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: 8831512007435921494, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.76666665
value: {fileID: -4263876350210749175, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.78333336
value: {fileID: -4977422680545692481, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: 4626183846303783780, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.8
value: {fileID: 549927587459208453, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.81666666
value: {fileID: 6225119585260793806, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: -2277327416414919540, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.8333333
value: {fileID: -8851827987805722175, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.85
value: {fileID: 4875469192827730846, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: -7418991344542357872, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.8666667
value: {fileID: -7781180602356973421, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.8833333
value: {fileID: 859783997736569042, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: -5722687793916137135, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.9
value: {fileID: -752894698880566422, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.9166667
value: {fileID: -9033757906932974073, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: 4733390603466533478, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.93333334
value: {fileID: -3329152070564756703, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.95
value: {fileID: -1571039978015268605, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: 7794538912838388228, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.96666664
value: {fileID: -6174009466675363472, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 0.98333335
value: {fileID: 2840136614405453735, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: -6061222791025941249, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1
value: {fileID: -8322046293593963787, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.0166667
value: {fileID: 9103460804194853351, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
value: {fileID: 3497440731386147990, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.0333333
value: {fileID: -8429106390024364219, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.0666667
value: {fileID: 2544536342771879721, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.1
value: {fileID: -8737456598628565943, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.1333333
value: {fileID: -2474291713210855829, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.1666666
value: {fileID: 3821937655511650850, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.2
value: {fileID: -6233509283156947142, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.2333333
value: {fileID: -2185360674263307586, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.2666667
value: {fileID: 845357041228852819, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.3
value: {fileID: 4403433291724713342, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.3333334
value: {fileID: 3657240548800692885, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.3666667
value: {fileID: -4901654772339705171, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.4
value: {fileID: -3912778203287357197, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.4333333
value: {fileID: 6569445112083916053, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.4666667
value: {fileID: -7400543989923980688, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.5
value: {fileID: -6332648109092208476, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.5333333
value: {fileID: -4263876350210749175, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.5666667
value: {fileID: -4977422680545692481, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.6
value: {fileID: 549927587459208453, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.6333333
value: {fileID: 6225119585260793806, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.6666666
value: {fileID: -8851827987805722175, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.7
value: {fileID: 4875469192827730846, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.7333333
value: {fileID: -7781180602356973421, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.7666667
value: {fileID: 859783997736569042, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.8
value: {fileID: -752894698880566422, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.8333334
value: {fileID: -9033757906932974073, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.8666667
value: {fileID: -3329152070564756703, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.9
value: {fileID: -1571039978015268605, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.9333333
value: {fileID: -6174009466675363472, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 1.9666667
value: {fileID: 2840136614405453735, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 2
value: {fileID: -8322046293593963787, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 2.0333333
value: {fileID: 9103460804194853351, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
- time: 2.0666666
value: {fileID: 7799044408606403673, guid: ab1e8f5d45ee00247af9314b56f4af91, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
m_SampleRate: 60
m_SampleRate: 30
m_WrapMode: 0
m_Bounds:
m_Center: {x: 0, y: 0, z: 0}
@@ -236,7 +236,7 @@ AnimationClip:
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 1.05
m_StopTime: 2.1
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0

View File

@@ -419,4 +419,11 @@ AnimationClip:
flags: 0
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []
m_Events:
- time: 0
functionName: AnimStarted
data:
objectReferenceParameter: {fileID: 0}
floatParameter: 0
intParameter: 0
messageOptions: 0

View File

@@ -690,6 +690,13 @@ AnimationClip:
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events:
- time: 0.33333334
functionName: Flash
data:
objectReferenceParameter: {fileID: 0}
floatParameter: 0
intParameter: 0
messageOptions: 0
- time: 1.7833333
functionName: PhotoTaken
data:

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 1d2257a430320c94084cd1dda5a0a747
guid: ea454e2dac3c536408fd04152b0ed58b
folderAsset: yes
DefaultImporter:
externalObjects: {}

View File

@@ -0,0 +1,194 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1102 &-7123694714182698348
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Butterfly_Trapped
m_Speed: 1
m_CycleOffset: 0
m_Transitions:
- {fileID: -3401047733442852747}
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 95de8fd6297091e48ad4e98af36895ee, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1102 &-5852692507557025309
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Butterfly_Flight
m_Speed: 1
m_CycleOffset: 0
m_Transitions:
- {fileID: 4242574681130237058}
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 5e5d09518a311b9448ad34766ea05a01, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1101 &-3401047733442852747
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 1
m_ConditionEvent: BrokeOut
m_EventTreshold: 0
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: -5852692507557025309}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0
m_TransitionOffset: 0
m_ExitTime: 0.75
m_HasExitTime: 1
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!91 &9100000
AnimatorController:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Butterfly
serializedVersion: 5
m_AnimatorParameters:
- m_Name: IsFree
m_Type: 9
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
- m_Name: BrokeOut
m_Type: 9
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
m_AnimatorLayers:
- serializedVersion: 5
m_Name: Base Layer
m_StateMachine: {fileID: 200773854421593538}
m_Mask: {fileID: 0}
m_Motions: []
m_Behaviours: []
m_BlendingMode: 0
m_SyncedLayerIndex: -1
m_DefaultWeight: 0
m_IKPass: 0
m_SyncedLayerAffectsTiming: 0
m_Controller: {fileID: 9100000}
--- !u!1107 &200773854421593538
AnimatorStateMachine:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Base Layer
m_ChildStates:
- serializedVersion: 1
m_State: {fileID: -5852692507557025309}
m_Position: {x: 240, y: 240, z: 0}
- serializedVersion: 1
m_State: {fileID: 3280735923797652806}
m_Position: {x: 450, y: 240, z: 0}
- serializedVersion: 1
m_State: {fileID: -7123694714182698348}
m_Position: {x: 30, y: 240, z: 0}
m_ChildStateMachines: []
m_AnyStateTransitions: []
m_EntryTransitions: []
m_StateMachineTransitions: {}
m_StateMachineBehaviours: []
m_AnyStatePosition: {x: 50, y: 160, z: 0}
m_EntryPosition: {x: 50, y: 200, z: 0}
m_ExitPosition: {x: 660, y: 250, z: 0}
m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
m_DefaultState: {fileID: -7123694714182698348}
--- !u!1102 &3280735923797652806
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Butterfly_Free
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 0327201d9a45c4b4e8630d83f5db7b02, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1101 &4242574681130237058
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 1
m_ConditionEvent: IsFree
m_EventTreshold: 0
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: 3280735923797652806}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0
m_TransitionOffset: 0
m_ExitTime: 0.75
m_HasExitTime: 1
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: a8e8f42b9ea2ab5448d756e1994130f9
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 9100000
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@@ -0,0 +1,223 @@
fileFormatVersion: 2
guid: d5bbe5b893ed9bc43b303a0e5c712a09
TextureImporter:
internalIDToNameTable:
- first:
213: 4530433918361379743
second: Butterfly_0
- first:
213: 4699623745766655208
second: Butterfly_1
- first:
213: -265841166610147798
second: Butterfly_2
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: Butterfly_0
rect:
serializedVersion: 2
x: 0
y: 0
width: 256
height: 321
alignment: 0
pivot: {x: 0.5, y: 0.5}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f93af4e35a55fde30800000000000000
internalID: 4530433918361379743
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Butterfly_1
rect:
serializedVersion: 2
x: 256
y: 0
width: 256
height: 321
alignment: 0
pivot: {x: 0.5, y: 0.5}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8e48968a5ea683140800000000000000
internalID: 4699623745766655208
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Butterfly_2
rect:
serializedVersion: 2
x: 512
y: 0
width: 256
height: 321
alignment: 0
pivot: {x: 0.5, y: 0.5}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: a26d6811eda8f4cf0800000000000000
internalID: -265841166610147798
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 2094ca25d42e30840bdbb20c96ca89f6
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries:
- key: SpriteEditor.SliceSettings
value: '{"sliceOnImport":false,"gridCellCount":{"x":1.0,"y":1.0},"gridSpriteSize":{"x":256.0,"y":321.0},"gridSpriteOffset":{"x":0.0,"y":0.0},"gridSpritePadding":{"x":0.0,"y":0.0},"pivot":{"x":0.5,"y":0.5},"pivotPixels":{"x":0.0,"y":0.0},"autoSlicingMethod":0,"spriteAlignment":0,"pivotUnitMode":0,"slicingType":1,"keepEmptyRects":false,"isAlternate":false}'
nameFileIdTable:
Butterfly_0: 4530433918361379743
Butterfly_1: 4699623745766655208
Butterfly_2: -265841166610147798
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,620 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Butterfly_Flight
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves:
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: {x: 0, y: 0, z: 0}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.3
value: {x: 0, y: 0, z: -21.435}
inSlope: {x: 0, y: 0, z: -42.74739}
outSlope: {x: 0, y: 0, z: -42.74739}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.76666665
value: {x: 0, y: 0, z: -32.773}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 1.0333333
value: {x: 0, y: 0, z: -9.69}
inSlope: {x: 0, y: 0, z: 63.431614}
outSlope: {x: 0, y: 0, z: 63.431614}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 1.2833333
value: {x: 0, y: 0, z: 0}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
path:
m_PositionCurves:
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: {x: 0, y: 0, z: 0}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.3
value: {x: 0, y: 0.1, z: 0}
inSlope: {x: 0, y: 0.45000002, z: 0}
outSlope: {x: 0, y: 0.45000002, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.6666667
value: {x: 0, y: 0.3, z: 0}
inSlope: {x: 0, y: 1.0714287, z: 0}
outSlope: {x: 0, y: 1.0714287, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.76666665
value: {x: 0, y: 0.6, z: 0}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.98333335
value: {x: 0, y: 0.3, z: 0}
inSlope: {x: 0, y: -1.1612904, z: 0}
outSlope: {x: 0, y: -1.1612904, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 1.2833333
value: {x: 0, y: 0, z: 0}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
path:
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: 4530433918361379743, guid: d5bbe5b893ed9bc43b303a0e5c712a09, type: 3}
- time: 0.3
value: {fileID: 4699623745766655208, guid: d5bbe5b893ed9bc43b303a0e5c712a09, type: 3}
- time: 0.6666667
value: {fileID: -265841166610147798, guid: d5bbe5b893ed9bc43b303a0e5c712a09, type: 3}
- time: 0.98333335
value: {fileID: 4699623745766655208, guid: d5bbe5b893ed9bc43b303a0e5c712a09, type: 3}
- time: 1.2833333
value: {fileID: 4530433918361379743, guid: d5bbe5b893ed9bc43b303a0e5c712a09, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
m_SampleRate: 60
m_WrapMode: 0
m_Bounds:
m_Center: {x: 0, y: 0, z: 0}
m_Extent: {x: 0, y: 0, z: 0}
m_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 1
script: {fileID: 0}
typeID: 4
customType: 0
isPPtrCurve: 0
isIntCurve: 0
isSerializeReferenceCurve: 0
- serializedVersion: 2
path: 0
attribute: 4
script: {fileID: 0}
typeID: 4
customType: 4
isPPtrCurve: 0
isIntCurve: 0
isSerializeReferenceCurve: 0
- serializedVersion: 2
path: 0
attribute: 0
script: {fileID: 0}
typeID: 212
customType: 23
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: 4530433918361379743, guid: d5bbe5b893ed9bc43b303a0e5c712a09, type: 3}
- {fileID: 4699623745766655208, guid: d5bbe5b893ed9bc43b303a0e5c712a09, type: 3}
- {fileID: -265841166610147798, guid: d5bbe5b893ed9bc43b303a0e5c712a09, type: 3}
- {fileID: 4699623745766655208, guid: d5bbe5b893ed9bc43b303a0e5c712a09, type: 3}
- {fileID: 4530433918361379743, guid: d5bbe5b893ed9bc43b303a0e5c712a09, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 1.3
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves:
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.3
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.6666667
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.76666665
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.98333335
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.2833333
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.x
path:
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.3
value: 0.1
inSlope: 0.45000002
outSlope: 0.45000002
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.6666667
value: 0.3
inSlope: 1.0714287
outSlope: 1.0714287
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.76666665
value: 0.6
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.98333335
value: 0.3
inSlope: -1.1612904
outSlope: -1.1612904
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.2833333
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.y
path:
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.3
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.6666667
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.76666665
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.98333335
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.2833333
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.z
path:
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.3
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.76666665
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.0333333
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.2833333
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: localEulerAnglesRaw.x
path:
classID: 4
script: {fileID: 0}
flags: 16
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.3
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.76666665
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.0333333
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.2833333
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: localEulerAnglesRaw.y
path:
classID: 4
script: {fileID: 0}
flags: 16
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.3
value: -21.435
inSlope: -42.74739
outSlope: -42.74739
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.76666665
value: -32.773
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.0333333
value: -9.69
inSlope: 63.431614
outSlope: 63.431614
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.2833333
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: localEulerAnglesRaw.z
path:
classID: 4
script: {fileID: 0}
flags: 16
m_EulerEditorCurves:
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve: []
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalEulerAngles.x
path:
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve: []
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalEulerAngles.y
path:
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve: []
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalEulerAngles.z
path:
classID: 4
script: {fileID: 0}
flags: 0
m_HasGenericRootTransform: 1
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 5e5d09518a311b9448ad34766ea05a01
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,620 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Butterfly_Free
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves:
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: {x: 0, y: 0, z: 0}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.3
value: {x: 0, y: 0, z: -21.435}
inSlope: {x: 0, y: 0, z: -42.74739}
outSlope: {x: 0, y: 0, z: -42.74739}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.76666665
value: {x: 0, y: 0, z: -32.773}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 1.0333333
value: {x: 0, y: 0, z: -9.69}
inSlope: {x: 0, y: 0, z: 63.431614}
outSlope: {x: 0, y: 0, z: 63.431614}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 1.2833333
value: {x: 0, y: 0, z: 0}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
path:
m_PositionCurves:
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: {x: 0, y: 0, z: 0}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.3
value: {x: 0, y: 0.1, z: 0}
inSlope: {x: 0, y: 0.45000002, z: 0}
outSlope: {x: 0, y: 0.45000002, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.6666667
value: {x: 0, y: 0.3, z: 0}
inSlope: {x: 0, y: 1.0714287, z: 0}
outSlope: {x: 0, y: 1.0714287, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.76666665
value: {x: 0, y: 0.6, z: 0}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.98333335
value: {x: 0, y: 0.3, z: 0}
inSlope: {x: 0, y: -1.1612904, z: 0}
outSlope: {x: 0, y: -1.1612904, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 1.2833333
value: {x: 0, y: 0, z: 0}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
path:
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: 4530433918361379743, guid: d5bbe5b893ed9bc43b303a0e5c712a09, type: 3}
- time: 0.3
value: {fileID: 4699623745766655208, guid: d5bbe5b893ed9bc43b303a0e5c712a09, type: 3}
- time: 0.6666667
value: {fileID: -265841166610147798, guid: d5bbe5b893ed9bc43b303a0e5c712a09, type: 3}
- time: 0.98333335
value: {fileID: 4699623745766655208, guid: d5bbe5b893ed9bc43b303a0e5c712a09, type: 3}
- time: 1.2833333
value: {fileID: 4530433918361379743, guid: d5bbe5b893ed9bc43b303a0e5c712a09, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
m_SampleRate: 60
m_WrapMode: 0
m_Bounds:
m_Center: {x: 0, y: 0, z: 0}
m_Extent: {x: 0, y: 0, z: 0}
m_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 1
script: {fileID: 0}
typeID: 4
customType: 0
isPPtrCurve: 0
isIntCurve: 0
isSerializeReferenceCurve: 0
- serializedVersion: 2
path: 0
attribute: 4
script: {fileID: 0}
typeID: 4
customType: 4
isPPtrCurve: 0
isIntCurve: 0
isSerializeReferenceCurve: 0
- serializedVersion: 2
path: 0
attribute: 0
script: {fileID: 0}
typeID: 212
customType: 23
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: 4530433918361379743, guid: d5bbe5b893ed9bc43b303a0e5c712a09, type: 3}
- {fileID: 4699623745766655208, guid: d5bbe5b893ed9bc43b303a0e5c712a09, type: 3}
- {fileID: -265841166610147798, guid: d5bbe5b893ed9bc43b303a0e5c712a09, type: 3}
- {fileID: 4699623745766655208, guid: d5bbe5b893ed9bc43b303a0e5c712a09, type: 3}
- {fileID: 4530433918361379743, guid: d5bbe5b893ed9bc43b303a0e5c712a09, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 1.3
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves:
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.3
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.6666667
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.76666665
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.98333335
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.2833333
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.x
path:
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.3
value: 0.1
inSlope: 0.45000002
outSlope: 0.45000002
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.6666667
value: 0.3
inSlope: 1.0714287
outSlope: 1.0714287
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.76666665
value: 0.6
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.98333335
value: 0.3
inSlope: -1.1612904
outSlope: -1.1612904
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.2833333
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.y
path:
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.3
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.6666667
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.76666665
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.98333335
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.2833333
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.z
path:
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.3
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.76666665
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.0333333
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.2833333
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: localEulerAnglesRaw.x
path:
classID: 4
script: {fileID: 0}
flags: 16
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.3
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.76666665
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.0333333
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.2833333
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: localEulerAnglesRaw.y
path:
classID: 4
script: {fileID: 0}
flags: 16
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.3
value: -21.435
inSlope: -42.74739
outSlope: -42.74739
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.76666665
value: -32.773
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.0333333
value: -9.69
inSlope: 63.431614
outSlope: 63.431614
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.2833333
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: localEulerAnglesRaw.z
path:
classID: 4
script: {fileID: 0}
flags: 16
m_EulerEditorCurves:
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve: []
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalEulerAngles.x
path:
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve: []
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalEulerAngles.y
path:
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve: []
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalEulerAngles.z
path:
classID: 4
script: {fileID: 0}
flags: 0
m_HasGenericRootTransform: 1
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 0327201d9a45c4b4e8630d83f5db7b02
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 95de8fd6297091e48ad4e98af36895ee
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -22,64 +22,64 @@ AnimationClip:
curve:
- time: 0
value: {fileID: -2750537682534617798, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.016666668
value: {fileID: 1313958663299761363, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.033333335
value: {fileID: 1368304682000560889, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.05
value: {fileID: 5148152578091295131, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
value: {fileID: 1313958663299761363, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.06666667
value: {fileID: 5175152572798960515, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.083333336
value: {fileID: -2624835572783650142, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
value: {fileID: 1368304682000560889, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.1
value: {fileID: 1480404424803140867, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.18333334
value: {fileID: 4734585827436184375, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
value: {fileID: 5148152578091295131, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.13333334
value: {fileID: 5175152572798960515, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.16666667
value: {fileID: -2624835572783650142, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.2
value: {fileID: 5797253797174565556, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.21666667
value: {fileID: 3161109987679049733, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
value: {fileID: 1480404424803140867, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.23333333
value: {fileID: 4734585827436184375, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.26666668
value: {fileID: 6661843629064032450, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
value: {fileID: 5797253797174565556, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.3
value: {fileID: -1446816102361218634, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
value: {fileID: 3161109987679049733, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.33333334
value: {fileID: -6694388007177635723, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
value: {fileID: 6661843629064032450, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.36666667
value: {fileID: -1324742394439945141, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.4
value: {fileID: 240858685518691627, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
value: {fileID: -1446816102361218634, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.43333334
value: {fileID: -1336080830172673940, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.46666667
value: {fileID: 7198661290457402786, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
value: {fileID: -6694388007177635723, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.5
value: {fileID: 5039228973940303016, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.53333336
value: {fileID: -6630282325460440043, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
value: {fileID: -1324742394439945141, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.56666666
value: {fileID: -3351056254805331608, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.6
value: {fileID: 3654700337104154398, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
value: {fileID: 240858685518691627, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.6333333
value: {fileID: 2728646838695724461, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.6666667
value: {fileID: -2581698265875387897, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
value: {fileID: -1336080830172673940, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.7
value: {fileID: -6943440077437072623, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
value: {fileID: 7198661290457402786, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.73333335
value: {fileID: 4086135313560770538, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
value: {fileID: 5039228973940303016, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.76666665
value: {fileID: 8284415363918423251, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
value: {fileID: -6630282325460440043, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.8
value: {fileID: -3351056254805331608, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.8333333
value: {fileID: 3654700337104154398, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.8666667
value: {fileID: 2728646838695724461, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.9
value: {fileID: -2581698265875387897, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.93333334
value: {fileID: -6943440077437072623, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 0.96666664
value: {fileID: 4086135313560770538, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 1
value: {fileID: 8284415363918423251, guid: 6801cb749018fc14eb534cd4d85a572f, type: 3}
- time: 1.0333333
value: {fileID: -2418630947029704618, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
attribute: m_Sprite
path: Picnic PPL Chilling/PicnicPPl
classID: 212
script: {fileID: 0}
flags: 2
m_SampleRate: 60
m_SampleRate: 30
m_WrapMode: 0
m_Bounds:
m_Center: {x: 0, y: 0, z: 0}
@@ -128,7 +128,7 @@ AnimationClip:
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 0.81666666
m_StopTime: 1.0666666
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0

View File

@@ -22,20 +22,20 @@ AnimationClip:
curve:
- time: 0
value: {fileID: 409820302571474225, guid: cba56854f51756c48aa78d8ce5b64418, type: 3}
- time: 0.13333334
value: {fileID: -7526192130359645791, guid: cba56854f51756c48aa78d8ce5b64418, type: 3}
- time: 0.26666668
value: {fileID: -7526192130359645791, guid: cba56854f51756c48aa78d8ce5b64418, type: 3}
- time: 0.53333336
value: {fileID: 7940957057387369932, guid: cba56854f51756c48aa78d8ce5b64418, type: 3}
- time: 0.36666667
- time: 0.73333335
value: {fileID: 2590761823639534279, guid: cba56854f51756c48aa78d8ce5b64418, type: 3}
- time: 0.5
- time: 1
value: {fileID: 987614732349934808, guid: cba56854f51756c48aa78d8ce5b64418, type: 3}
attribute: m_Sprite
path: Picnic PPL Distracted/PicnicPPl
classID: 212
script: {fileID: 0}
flags: 2
m_SampleRate: 60
m_SampleRate: 30
m_WrapMode: 0
m_Bounds:
m_Center: {x: 0, y: 0, z: 0}
@@ -62,7 +62,7 @@ AnimationClip:
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 0.51666665
m_StopTime: 1.0333333
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0

View File

@@ -22,68 +22,68 @@ AnimationClip:
curve:
- time: 0
value: {fileID: -2418630947029704618, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 0.06666667
- time: 0.13333334
value: {fileID: 2674273452559934012, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 0.15
- time: 0.3
value: {fileID: -2698605909685488034, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 0.21666667
value: {fileID: 3861976936690819325, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 0.28333333
value: {fileID: -6689870935560218674, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 0.35
value: {fileID: 7461197226090594249, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 0.43333334
value: {fileID: -924226019851306031, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 0.5
value: {fileID: -6780147634687105545, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
value: {fileID: 3861976936690819325, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 0.56666666
value: {fileID: -2535309933509542117, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 0.65
value: {fileID: 1533827117853223934, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 0.71666664
value: {fileID: -8439729946137456171, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 0.78333336
value: {fileID: 1198232512917018545, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 0.85
value: {fileID: 8417572472515901457, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 0.93333334
value: {fileID: -2089482225516024132, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
value: {fileID: -6689870935560218674, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 0.7
value: {fileID: 7461197226090594249, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 0.8666667
value: {fileID: -924226019851306031, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 1
value: {fileID: -9154026772805048227, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 1.0666667
value: {fileID: 8710589816849778765, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 1.15
value: {fileID: -4178953323708561460, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 1.2166667
value: {fileID: 1655498968633830498, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 1.2833333
value: {fileID: 4332688065003410644, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 1.35
value: {fileID: -4097196431023125937, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
value: {fileID: -6780147634687105545, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 1.1333333
value: {fileID: -2535309933509542117, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 1.3
value: {fileID: 1533827117853223934, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 1.4333333
value: {fileID: 3366559405002510065, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 1.5
value: {fileID: -3160329582883260081, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
value: {fileID: -8439729946137456171, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 1.5666667
value: {fileID: -8010593566981225273, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 1.65
value: {fileID: 5470457927680665288, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 1.7166667
value: {fileID: -6580361640191485552, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 1.7833333
value: {fileID: -4569953206706430958, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 1.85
value: {fileID: 5448712653706865606, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 1.9333333
value: {fileID: -494583595472008175, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
value: {fileID: 1198232512917018545, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 1.7
value: {fileID: 8417572472515901457, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 1.8666667
value: {fileID: -2089482225516024132, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 2
value: {fileID: -9154026772805048227, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 2.1333334
value: {fileID: 8710589816849778765, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 2.3
value: {fileID: -4178953323708561460, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 2.4
value: {fileID: 1655498968633830498, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 2.5
value: {fileID: 4332688065003410644, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 2.6
value: {fileID: -4097196431023125937, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 2.7333333
value: {fileID: 3366559405002510065, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 2.8333333
value: {fileID: -3160329582883260081, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 2.9333334
value: {fileID: -8010593566981225273, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 3.0666666
value: {fileID: 5470457927680665288, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 3.1666667
value: {fileID: -6580361640191485552, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 3.2666667
value: {fileID: -4569953206706430958, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 3.3666666
value: {fileID: 5448712653706865606, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 3.5
value: {fileID: -494583595472008175, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
- time: 3.6
value: {fileID: 6624740418941178713, guid: fbbc627f5a8f06e47a23369fd19f3998, type: 3}
attribute: m_Sprite
path: Picnic PPL Chilling/PicnicPPl
classID: 212
script: {fileID: 0}
flags: 2
m_SampleRate: 60
m_SampleRate: 30
m_WrapMode: 0
m_Bounds:
m_Center: {x: 0, y: 0, z: 0}
@@ -134,7 +134,7 @@ AnimationClip:
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 2.0166667
m_StopTime: 3.6333332
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
@@ -153,4 +153,18 @@ AnimationClip:
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []
m_Events:
- time: 0
functionName: PlayFeederAudio
data:
objectReferenceParameter: {fileID: 0}
floatParameter: 0
intParameter: 0
messageOptions: 0
- time: 2.2333333
functionName: PlayMoanerAudio
data:
objectReferenceParameter: {fileID: 0}
floatParameter: 0
intParameter: 0
messageOptions: 0

View File

@@ -288,7 +288,7 @@ AnimationClip:
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 2.3999999
m_StopTime: 2.4
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
@@ -370,4 +370,11 @@ AnimationClip:
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []
m_Events:
- time: 2.4
functionName: OnStationaryAnimationComplete
data:
objectReferenceParameter: {fileID: 0}
floatParameter: 0
intParameter: 0
messageOptions: 0

View File

@@ -22,12 +22,6 @@ AnimationClip:
curve:
- time: 0
value: {fileID: -948023933063867427, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: 583659896831181404, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: -2937703658432899079, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: -5055880670759659210, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: 5027879971021354967, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
@@ -39,11 +33,11 @@ AnimationClip:
- time: 0
value: {fileID: -7273743601101457421, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: -648478991162114533, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
value: {fileID: 9040987707557795275, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: 583659896831181404, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: -6543857550807266376, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: -7888386683388033157, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: -4977622519180332382, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
@@ -61,15 +55,15 @@ AnimationClip:
- time: 0
value: {fileID: 8200196815439204935, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: 9040987707557795275, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
value: {fileID: -7888386683388033157, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: -8575418099464798719, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
value: {fileID: -5055880670759659210, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: 9004259394944233097, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
value: {fileID: -2937703658432899079, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: 3127634723059022987, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
value: {fileID: -648478991162114533, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: 5241555131770433374, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
value: {fileID: -5495871994767198068, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: 5418535750275563471, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
@@ -85,11 +79,11 @@ AnimationClip:
- time: 0
value: {fileID: -2885076971222660228, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: -5495871994767198068, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
value: {fileID: -8575418099464798719, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: 5241555131770433374, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: -4720941432450666265, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: -7678607646472632250, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: 1852608027429398406, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
@@ -102,6 +96,12 @@ AnimationClip:
value: {fileID: -3093709647181459402, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: -2461877082101491878, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: 3127634723059022987, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: 9004259394944233097, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0
value: {fileID: -7678607646472632250, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0.033333335
value: {fileID: 7268251130221382757, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- time: 0.06666667
@@ -223,17 +223,14 @@ AnimationClip:
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: -948023933063867427, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: 583659896831181404, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -2937703658432899079, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -5055880670759659210, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: 5027879971021354967, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -6874046863817650696, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: 4621935603557290428, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -50415896457849731, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -7273743601101457421, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -648478991162114533, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: 9040987707557795275, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: 583659896831181404, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -6543857550807266376, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -7888386683388033157, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -4977622519180332382, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: 5471276047011663895, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -98007810016678141, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
@@ -242,11 +239,11 @@ AnimationClip:
- {fileID: 816948775718538035, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: 370516306874588968, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: 8200196815439204935, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: 9040987707557795275, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -8575418099464798719, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: 9004259394944233097, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: 3127634723059022987, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: 5241555131770433374, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -7888386683388033157, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -5055880670759659210, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -2937703658432899079, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -648478991162114533, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -5495871994767198068, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: 5418535750275563471, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -5829126979446497464, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -5251324859876319832, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
@@ -254,15 +251,18 @@ AnimationClip:
- {fileID: -5941807999972599246, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -6122512210190206414, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -2885076971222660228, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -5495871994767198068, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -8575418099464798719, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: 5241555131770433374, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -4720941432450666265, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -7678607646472632250, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: 1852608027429398406, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: 6260421290162468957, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: 4701796658047755360, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -1422632302640868973, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -3093709647181459402, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -2461877082101491878, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: 3127634723059022987, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: 9004259394944233097, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -7678607646472632250, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: 7268251130221382757, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: -6155945168965275997, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
- {fileID: 6055894852475098276, guid: d641d9522dd44e745b89a598cd35bec7, type: 3}
@@ -336,4 +336,11 @@ AnimationClip:
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []
m_Events:
- time: 1.6666666
functionName: OnStationaryAnimationComplete
data:
objectReferenceParameter: {fileID: 0}
floatParameter: 0
intParameter: 0
messageOptions: 0

View File

@@ -75,7 +75,7 @@ AnimatorStateTransition:
m_TransitionDuration: 0
m_TransitionOffset: 0
m_ExitTime: 0.75
m_HasExitTime: 0
m_HasExitTime: 1
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1

View File

@@ -21,30 +21,28 @@ AnimationClip:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: 553349555, guid: b215bf5a0a0f5db4da48c686489d8cab, type: 3}
- time: 0.11666667
value: {fileID: 949643404, guid: b215bf5a0a0f5db4da48c686489d8cab, type: 3}
- time: 0.21666667
- time: 0.083333336
value: {fileID: 779209807, guid: b215bf5a0a0f5db4da48c686489d8cab, type: 3}
- time: 0.33333334
- time: 0.2
value: {fileID: -765294982, guid: b215bf5a0a0f5db4da48c686489d8cab, type: 3}
- time: 0.45
- time: 0.31666666
value: {fileID: -1692258928, guid: b215bf5a0a0f5db4da48c686489d8cab, type: 3}
- time: 0.55
- time: 0.41666666
value: {fileID: 1433633040, guid: b215bf5a0a0f5db4da48c686489d8cab, type: 3}
- time: 0.6666667
- time: 0.53333336
value: {fileID: -1134214680, guid: b215bf5a0a0f5db4da48c686489d8cab, type: 3}
- time: 0.78333336
- time: 0.65
value: {fileID: -122394679, guid: b215bf5a0a0f5db4da48c686489d8cab, type: 3}
- time: 0.8833333
- time: 0.75
value: {fileID: -707060961, guid: b215bf5a0a0f5db4da48c686489d8cab, type: 3}
- time: 1
- time: 0.8666667
value: {fileID: 253252098, guid: b215bf5a0a0f5db4da48c686489d8cab, type: 3}
- time: 1.1166667
- time: 0.98333335
value: {fileID: 162215666, guid: b215bf5a0a0f5db4da48c686489d8cab, type: 3}
- time: 1.2166667
- time: 1.0833334
value: {fileID: -1175693358, guid: b215bf5a0a0f5db4da48c686489d8cab, type: 3}
- time: 1.3333334
- time: 1.2
value: {fileID: -176178923, guid: b215bf5a0a0f5db4da48c686489d8cab, type: 3}
attribute: m_Sprite
path:
@@ -68,7 +66,6 @@ AnimationClip:
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: 553349555, guid: b215bf5a0a0f5db4da48c686489d8cab, type: 3}
- {fileID: 949643404, guid: b215bf5a0a0f5db4da48c686489d8cab, type: 3}
- {fileID: 779209807, guid: b215bf5a0a0f5db4da48c686489d8cab, type: 3}
- {fileID: -765294982, guid: b215bf5a0a0f5db4da48c686489d8cab, type: 3}
@@ -86,7 +83,7 @@ AnimationClip:
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 1.35
m_StopTime: 1.2166667
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0

View File

@@ -135,4 +135,11 @@ AnimationClip:
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []
m_Events:
- time: 0
functionName: PlayAudio
data:
objectReferenceParameter: {fileID: 0}
floatParameter: 0
intParameter: 0
messageOptions: 0

View File

@@ -138,4 +138,11 @@ AnimationClip:
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []
m_Events:
- time: 0
functionName: PlayAudio
data:
objectReferenceParameter: {fileID: 0}
floatParameter: 0
intParameter: 3
messageOptions: 0

View File

@@ -192,4 +192,11 @@ AnimationClip:
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []
m_Events:
- time: 0
functionName: PlayAudio
data:
objectReferenceParameter: {fileID: 0}
floatParameter: 0
intParameter: 1
messageOptions: 0

View File

@@ -102,4 +102,11 @@ AnimationClip:
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []
m_Events:
- time: 0
functionName: PlayAudio
data:
objectReferenceParameter: {fileID: 0}
floatParameter: 0
intParameter: 2
messageOptions: 0

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 223935611d3e2ac48b0b02a9bc008a6b
guid: 20799ebbd4d1d8c4cbba25b565a07298
folderAsset: yes
DefaultImporter:
externalObjects: {}

View File

@@ -0,0 +1,72 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1107 &-8450745907374897634
AnimatorStateMachine:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Base Layer
m_ChildStates:
- serializedVersion: 1
m_State: {fileID: 1204894715429142072}
m_Position: {x: 200, y: 0, z: 0}
m_ChildStateMachines: []
m_AnyStateTransitions: []
m_EntryTransitions: []
m_StateMachineTransitions: {}
m_StateMachineBehaviours: []
m_AnyStatePosition: {x: 50, y: 20, z: 0}
m_EntryPosition: {x: 50, y: 120, z: 0}
m_ExitPosition: {x: 800, y: 120, z: 0}
m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
m_DefaultState: {fileID: 1204894715429142072}
--- !u!91 &9100000
AnimatorController:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Glow
serializedVersion: 5
m_AnimatorParameters: []
m_AnimatorLayers:
- serializedVersion: 5
m_Name: Base Layer
m_StateMachine: {fileID: -8450745907374897634}
m_Mask: {fileID: 0}
m_Motions: []
m_Behaviours: []
m_BlendingMode: 0
m_SyncedLayerIndex: -1
m_DefaultWeight: 0
m_IKPass: 0
m_SyncedLayerAffectsTiming: 0
m_Controller: {fileID: 9100000}
--- !u!1102 &1204894715429142072
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ItemGlowAnim
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 6e431f84629a3ec408239aeaceb41d8b, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 625c4cf5003c069478057729a67f9f65
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 9100000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,213 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ItemGlowAnim
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves:
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: {x: 0.9, y: 0.9, z: 0.9}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 2
value: {x: 1.3, y: 1.3, z: 1.3}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 4
value: {x: 0.9, y: 0.9, z: 0.9}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
path:
m_FloatCurves: []
m_PPtrCurves: []
m_SampleRate: 60
m_WrapMode: 0
m_Bounds:
m_Center: {x: 0, y: 0, z: 0}
m_Extent: {x: 0, y: 0, z: 0}
m_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 3
script: {fileID: 0}
typeID: 4
customType: 0
isPPtrCurve: 0
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping: []
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 4
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves:
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0.9
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 2
value: 1.3
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 4
value: 0.9
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalScale.x
path:
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0.9
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 2
value: 1.3
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 4
value: 0.9
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalScale.y
path:
classID: 4
script: {fileID: 0}
flags: 0
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0.9
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 2
value: 1.3
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 4
value: 0.9
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalScale.z
path:
classID: 4
script: {fileID: 0}
flags: 0
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 6e431f84629a3ec408239aeaceb41d8b
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1 +0,0 @@


View File

@@ -1,3 +0,0 @@
fileFormatVersion: 2
guid: dc67a99c9ee79034199d2aa27c6e92d2
timeCreated: 1756719493

View File

@@ -22,28 +22,6 @@ AnimationClip:
curve:
- time: 0
value: {fileID: 8506890780563501092, guid: 53e7fc5fdcf364043978c64cd7cd1cbe, type: 3}
- time: 2.5166667
value: {fileID: 7058679718232470575, guid: 4ce7605333e27114098be92f7694e4ca, type: 3}
- time: 5.0333333
value: {fileID: -5854921675770542000, guid: a71ffaa3c2690bd4c9117ffe396fe643, type: 3}
- time: 6.1
value: {fileID: -9164562174607044419, guid: 28cfd219d9e13d841894037f2c835920, type: 3}
- time: 6.1833334
value: {fileID: 2971705505264714255, guid: fb17c53a602136448bef5fdafc89152e, type: 3}
- time: 6.266667
value: {fileID: 4275675568253587765, guid: 4e53d5a5cc9d29b4f81e29f659f8ad44, type: 3}
- time: 6.35
value: {fileID: -9164562174607044419, guid: 28cfd219d9e13d841894037f2c835920, type: 3}
- time: 6.4333334
value: {fileID: 2971705505264714255, guid: fb17c53a602136448bef5fdafc89152e, type: 3}
- time: 6.516667
value: {fileID: 4275675568253587765, guid: 4e53d5a5cc9d29b4f81e29f659f8ad44, type: 3}
- time: 6.6
value: {fileID: -9164562174607044419, guid: 28cfd219d9e13d841894037f2c835920, type: 3}
- time: 6.6833334
value: {fileID: 2971705505264714255, guid: fb17c53a602136448bef5fdafc89152e, type: 3}
- time: 6.766667
value: {fileID: 4275675568253587765, guid: 4e53d5a5cc9d29b4f81e29f659f8ad44, type: 3}
attribute: m_Sprite
path:
classID: 114
@@ -67,23 +45,12 @@ AnimationClip:
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: 8506890780563501092, guid: 53e7fc5fdcf364043978c64cd7cd1cbe, type: 3}
- {fileID: 7058679718232470575, guid: 4ce7605333e27114098be92f7694e4ca, type: 3}
- {fileID: -5854921675770542000, guid: a71ffaa3c2690bd4c9117ffe396fe643, type: 3}
- {fileID: -9164562174607044419, guid: 28cfd219d9e13d841894037f2c835920, type: 3}
- {fileID: 2971705505264714255, guid: fb17c53a602136448bef5fdafc89152e, type: 3}
- {fileID: 4275675568253587765, guid: 4e53d5a5cc9d29b4f81e29f659f8ad44, type: 3}
- {fileID: -9164562174607044419, guid: 28cfd219d9e13d841894037f2c835920, type: 3}
- {fileID: 2971705505264714255, guid: fb17c53a602136448bef5fdafc89152e, type: 3}
- {fileID: 4275675568253587765, guid: 4e53d5a5cc9d29b4f81e29f659f8ad44, type: 3}
- {fileID: -9164562174607044419, guid: 28cfd219d9e13d841894037f2c835920, type: 3}
- {fileID: 2971705505264714255, guid: fb17c53a602136448bef5fdafc89152e, type: 3}
- {fileID: 4275675568253587765, guid: 4e53d5a5cc9d29b4f81e29f659f8ad44, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 6.783334
m_StopTime: 0.016666668
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0

View File

@@ -0,0 +1,72 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Blokkemonintro2
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: 7058679718232470575, guid: 4ce7605333e27114098be92f7694e4ca, type: 3}
attribute: m_Sprite
path:
classID: 114
script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
flags: 2
m_SampleRate: 60
m_WrapMode: 0
m_Bounds:
m_Center: {x: 0, y: 0, z: 0}
m_Extent: {x: 0, y: 0, z: 0}
m_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 2015549526
script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
typeID: 114
customType: 0
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: 7058679718232470575, guid: 4ce7605333e27114098be92f7694e4ca, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 0.016666668
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves: []
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 70dffe19d1d87a2489a3f109f70bcae2
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,72 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Blokkemonintro3
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: -5854921675770542000, guid: a71ffaa3c2690bd4c9117ffe396fe643, type: 3}
attribute: m_Sprite
path:
classID: 114
script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
flags: 2
m_SampleRate: 60
m_WrapMode: 0
m_Bounds:
m_Center: {x: 0, y: 0, z: 0}
m_Extent: {x: 0, y: 0, z: 0}
m_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 2015549526
script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
typeID: 114
customType: 0
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: -5854921675770542000, guid: a71ffaa3c2690bd4c9117ffe396fe643, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 0.016666668
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves: []
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 5cf845dc8280dfb459b9c67650ef9824
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -43,57 +43,6 @@ MonoBehaviour:
m_Parent: {fileID: 11400000}
m_Children: []
m_Clips:
- m_Version: 1
m_Start: 9.773958333333333
m_ClipIn: 9.509375000000002
m_Asset: {fileID: -7791591795383527341}
m_Duration: 7.109375
m_TimeScale: 1
m_ParentTrack: {fileID: -8222318252314758605}
m_EaseInDuration: 0
m_EaseOutDuration: 0.39
m_BlendInDuration: -1
m_BlendOutDuration: -1
m_MixInCurve:
serializedVersion: 2
m_Curve: []
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
m_MixOutCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
- serializedVersion: 3
time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
m_BlendInCurveMode: 0
m_BlendOutCurveMode: 0
m_ExposedParameterNames: []
m_AnimationCurves: {fileID: 0}
m_Recordable: 0
m_PostExtrapolationMode: 0
m_PreExtrapolationMode: 0
m_PostExtrapolationTime: 0
m_PreExtrapolationTime: 0
m_DisplayName: "\xC6blerup Intro - Final Master - VKmix02-LIM"
- m_Version: 1
m_Start: 0
m_ClipIn: 0
@@ -145,29 +94,219 @@ MonoBehaviour:
m_PostExtrapolationTime: 0
m_PreExtrapolationTime: 0
m_DisplayName: Applehils_intro_cut_1
- m_Version: 1
m_Start: 9.773958333333333
m_ClipIn: 0
m_Asset: {fileID: 6242996987179308332}
m_Duration: 15.101041666666667
m_TimeScale: 1
m_ParentTrack: {fileID: -8222318252314758605}
m_EaseInDuration: 0
m_EaseOutDuration: 0
m_BlendInDuration: -1
m_BlendOutDuration: -1
m_MixInCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
- serializedVersion: 3
time: 1
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
m_MixOutCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
- serializedVersion: 3
time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
m_BlendInCurveMode: 0
m_BlendOutCurveMode: 0
m_ExposedParameterNames: []
m_AnimationCurves: {fileID: 0}
m_Recordable: 0
m_PostExtrapolationMode: 0
m_PreExtrapolationMode: 0
m_PostExtrapolationTime: 0
m_PreExtrapolationTime: 0
m_DisplayName: IntroVO1
- m_Version: 1
m_Start: 24.875
m_ClipIn: 0
m_Asset: {fileID: -1405809786086911003}
m_Duration: 8.886229166666666
m_TimeScale: 1
m_ParentTrack: {fileID: -8222318252314758605}
m_EaseInDuration: 0
m_EaseOutDuration: 0
m_BlendInDuration: -1
m_BlendOutDuration: -1
m_MixInCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
- serializedVersion: 3
time: 1
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
m_MixOutCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
- serializedVersion: 3
time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
m_BlendInCurveMode: 0
m_BlendOutCurveMode: 0
m_ExposedParameterNames: []
m_AnimationCurves: {fileID: 0}
m_Recordable: 0
m_PostExtrapolationMode: 0
m_PreExtrapolationMode: 0
m_PostExtrapolationTime: 0
m_PreExtrapolationTime: 0
m_DisplayName: IntroVO2
- m_Version: 1
m_Start: 33.774999999999494
m_ClipIn: 0
m_Asset: {fileID: 5485301007490855783}
m_Duration: 4.977854166666667
m_TimeScale: 1
m_ParentTrack: {fileID: -8222318252314758605}
m_EaseInDuration: 0
m_EaseOutDuration: 0
m_BlendInDuration: -1
m_BlendOutDuration: -1
m_MixInCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
- serializedVersion: 3
time: 1
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
m_MixOutCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
- serializedVersion: 3
time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
m_BlendInCurveMode: 0
m_BlendOutCurveMode: 0
m_ExposedParameterNames: []
m_AnimationCurves: {fileID: 0}
m_Recordable: 0
m_PostExtrapolationMode: 0
m_PreExtrapolationMode: 0
m_PostExtrapolationTime: 0
m_PreExtrapolationTime: 0
m_DisplayName: IntroVO3
m_Markers:
m_Objects: []
m_TrackProperties:
volume: 1
stereoPan: 0
spatialBlend: 0
--- !u!114 &-7791591795383527341
MonoBehaviour:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 4f10dd60657c6004587f237a7e90f8e4, type: 3}
m_Name: AudioPlayableAsset
m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.AudioPlayableAsset
m_Clip: {fileID: 8300000, guid: 199d97dcce562104e9379743c0233035, type: 3}
m_Loop: 0
m_bufferingTime: 0.1
m_ClipProperties:
volume: 0.497
--- !u!114 &-7237764696823809611
MonoBehaviour:
m_ObjectHideFlags: 1
@@ -207,6 +346,23 @@ MonoBehaviour:
m_Loop: 0
m_Version: 1
m_Rotation: {x: 0, y: 0, z: 0, w: 1}
--- !u!114 &-1405809786086911003
MonoBehaviour:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 4f10dd60657c6004587f237a7e90f8e4, type: 3}
m_Name: AudioPlayableAsset
m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.AudioPlayableAsset
m_Clip: {fileID: 8300000, guid: 9a278eed437ed7c4d8d5b284fc0985ff, type: 3}
m_Loop: 0
m_bufferingTime: 0.1
m_ClipProperties:
volume: 1
--- !u!114 &-38993752814118673
MonoBehaviour:
m_ObjectHideFlags: 1
@@ -301,7 +457,7 @@ MonoBehaviour:
m_Start: 10.083333333333334
m_ClipIn: 0
m_Asset: {fileID: -1500376889730680002}
m_Duration: 6.799999999999999
m_Duration: 14.791666666666666
m_TimeScale: 1
m_ParentTrack: {fileID: -38993752814118673}
m_EaseInDuration: 0
@@ -363,9 +519,198 @@ MonoBehaviour:
m_Recordable: 0
m_PostExtrapolationMode: 1
m_PreExtrapolationMode: 1
m_PostExtrapolationTime: Infinity
m_PostExtrapolationTime: 0
m_PreExtrapolationTime: 0
m_DisplayName: BlokkemonIntroSlideshow
- m_Version: 1
m_Start: 38.794562499999714
m_ClipIn: 0
m_Asset: {fileID: 8298418873323155383}
m_Duration: 1.2000000000000028
m_TimeScale: 1
m_ParentTrack: {fileID: -38993752814118673}
m_EaseInDuration: 0
m_EaseOutDuration: 0
m_BlendInDuration: -1
m_BlendOutDuration: -1
m_MixInCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
- serializedVersion: 3
time: 1
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
m_MixOutCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
- serializedVersion: 3
time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
m_BlendInCurveMode: 0
m_BlendOutCurveMode: 0
m_ExposedParameterNames: []
m_AnimationCurves: {fileID: 0}
m_Recordable: 0
m_PostExtrapolationMode: 2
m_PreExtrapolationMode: 1
m_PostExtrapolationTime: Infinity
m_PreExtrapolationTime: 0
m_DisplayName: Static
- m_Version: 1
m_Start: 24.875
m_ClipIn: 0
m_Asset: {fileID: 67628409970732867}
m_Duration: 8.899999999999494
m_TimeScale: 1
m_ParentTrack: {fileID: -38993752814118673}
m_EaseInDuration: 0
m_EaseOutDuration: 0
m_BlendInDuration: -1
m_BlendOutDuration: 0.013770833332827692
m_MixInCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
- serializedVersion: 3
time: 1
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
m_MixOutCurve:
serializedVersion: 2
m_Curve: []
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
m_BlendInCurveMode: 0
m_BlendOutCurveMode: 0
m_ExposedParameterNames: []
m_AnimationCurves: {fileID: 0}
m_Recordable: 0
m_PostExtrapolationMode: 1
m_PreExtrapolationMode: 1
m_PostExtrapolationTime: 0
m_PreExtrapolationTime: 0
m_DisplayName: Blokkemonintro2
- m_Version: 1
m_Start: 33.761229166666666
m_ClipIn: 0
m_Asset: {fileID: 2103454760024143481}
m_Duration: 5.033333333333047
m_TimeScale: 1
m_ParentTrack: {fileID: -38993752814118673}
m_EaseInDuration: 0
m_EaseOutDuration: 0
m_BlendInDuration: 0.013770833332827692
m_BlendOutDuration: -1
m_MixInCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
- serializedVersion: 3
time: 1
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
m_MixOutCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
- serializedVersion: 3
time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
m_BlendInCurveMode: 0
m_BlendOutCurveMode: 0
m_ExposedParameterNames: []
m_AnimationCurves: {fileID: 0}
m_Recordable: 0
m_PostExtrapolationMode: 1
m_PreExtrapolationMode: 1
m_PostExtrapolationTime: 0
m_PreExtrapolationTime: 0
m_DisplayName: Blokkemonintro3
m_Markers:
m_Objects: []
m_InfiniteClipPreExtrapolation: 0
@@ -402,9 +747,137 @@ MonoBehaviour:
m_Tracks:
- {fileID: -38993752814118673}
- {fileID: -8222318252314758605}
- {fileID: 139419469794405637}
m_FixedDuration: 0
m_EditorSettings:
m_Framerate: 24
m_ScenePreview: 1
m_DurationMode: 0
m_MarkerTrack: {fileID: 0}
--- !u!114 &67628409970732867
MonoBehaviour:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 030f85c3f73729f4f976f66ffb23b875, type: 3}
m_Name: AnimationPlayableAsset
m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.AnimationPlayableAsset
m_Clip: {fileID: 7400000, guid: 70dffe19d1d87a2489a3f109f70bcae2, type: 2}
m_Position: {x: 0, y: 0, z: 0}
m_EulerAngles: {x: 0, y: 0, z: 0}
m_UseTrackMatchFields: 1
m_MatchTargetFields: 63
m_RemoveStartOffset: 1
m_ApplyFootIK: 1
m_Loop: 0
m_Version: 1
m_Rotation: {x: 0, y: 0, z: 0, w: 1}
--- !u!114 &139419469794405637
MonoBehaviour:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 8b22792c3b570444eb18cb78c2af3a74, type: 3}
m_Name: Audio Track (1)
m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.AudioTrack
m_Version: 3
m_AnimClip: {fileID: 0}
m_Locked: 0
m_Muted: 0
m_CustomPlayableFullTypename:
m_Curves: {fileID: 0}
m_Parent: {fileID: 11400000}
m_Children: []
m_Clips: []
m_Markers:
m_Objects: []
m_TrackProperties:
volume: 1
stereoPan: 0
spatialBlend: 0
--- !u!114 &2103454760024143481
MonoBehaviour:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 030f85c3f73729f4f976f66ffb23b875, type: 3}
m_Name: AnimationPlayableAsset
m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.AnimationPlayableAsset
m_Clip: {fileID: 7400000, guid: 5cf845dc8280dfb459b9c67650ef9824, type: 2}
m_Position: {x: 0, y: 0, z: 0}
m_EulerAngles: {x: 0, y: 0, z: 0}
m_UseTrackMatchFields: 1
m_MatchTargetFields: 63
m_RemoveStartOffset: 1
m_ApplyFootIK: 1
m_Loop: 0
m_Version: 1
m_Rotation: {x: 0, y: 0, z: 0, w: 1}
--- !u!114 &5485301007490855783
MonoBehaviour:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 4f10dd60657c6004587f237a7e90f8e4, type: 3}
m_Name: AudioPlayableAsset
m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.AudioPlayableAsset
m_Clip: {fileID: 8300000, guid: 51535c303b3ebef49bd2259ed444db53, type: 3}
m_Loop: 0
m_bufferingTime: 0.1
m_ClipProperties:
volume: 1
--- !u!114 &6242996987179308332
MonoBehaviour:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 4f10dd60657c6004587f237a7e90f8e4, type: 3}
m_Name: AudioPlayableAsset
m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.AudioPlayableAsset
m_Clip: {fileID: 8300000, guid: c8a81699e085de54188a05f117ee7bcb, type: 3}
m_Loop: 0
m_bufferingTime: 0.1
m_ClipProperties:
volume: 1
--- !u!114 &8298418873323155383
MonoBehaviour:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 030f85c3f73729f4f976f66ffb23b875, type: 3}
m_Name: AnimationPlayableAsset
m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.AnimationPlayableAsset
m_Clip: {fileID: 7400000, guid: 9ac9ec62c1802ee49a0d27fe2d3403bf, type: 2}
m_Position: {x: 0, y: 0, z: 0}
m_EulerAngles: {x: 0, y: 0, z: 0}
m_UseTrackMatchFields: 1
m_MatchTargetFields: 63
m_RemoveStartOffset: 1
m_ApplyFootIK: 1
m_Loop: 0
m_Version: 1
m_Rotation: {x: 0, y: 0, z: 0, w: 1}

View File

@@ -0,0 +1,93 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Static
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: 2971705505264714255, guid: fb17c53a602136448bef5fdafc89152e, type: 3}
- time: 0.083333336
value: {fileID: 4275675568253587765, guid: 4e53d5a5cc9d29b4f81e29f659f8ad44, type: 3}
- time: 0.16666667
value: {fileID: -9164562174607044419, guid: 28cfd219d9e13d841894037f2c835920, type: 3}
- time: 0.25
value: {fileID: 2971705505264714255, guid: fb17c53a602136448bef5fdafc89152e, type: 3}
- time: 0.33333334
value: {fileID: 4275675568253587765, guid: 4e53d5a5cc9d29b4f81e29f659f8ad44, type: 3}
- time: 0.41666666
value: {fileID: -9164562174607044419, guid: 28cfd219d9e13d841894037f2c835920, type: 3}
- time: 0.5
value: {fileID: 2971705505264714255, guid: fb17c53a602136448bef5fdafc89152e, type: 3}
- time: 0.5833333
value: {fileID: 4275675568253587765, guid: 4e53d5a5cc9d29b4f81e29f659f8ad44, type: 3}
attribute: m_Sprite
path:
classID: 114
script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
flags: 2
m_SampleRate: 60
m_WrapMode: 0
m_Bounds:
m_Center: {x: 0, y: 0, z: 0}
m_Extent: {x: 0, y: 0, z: 0}
m_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 2015549526
script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
typeID: 114
customType: 0
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: 2971705505264714255, guid: fb17c53a602136448bef5fdafc89152e, type: 3}
- {fileID: 4275675568253587765, guid: 4e53d5a5cc9d29b4f81e29f659f8ad44, type: 3}
- {fileID: -9164562174607044419, guid: 28cfd219d9e13d841894037f2c835920, type: 3}
- {fileID: 2971705505264714255, guid: fb17c53a602136448bef5fdafc89152e, type: 3}
- {fileID: 4275675568253587765, guid: 4e53d5a5cc9d29b4f81e29f659f8ad44, type: 3}
- {fileID: -9164562174607044419, guid: 28cfd219d9e13d841894037f2c835920, type: 3}
- {fileID: 2971705505264714255, guid: fb17c53a602136448bef5fdafc89152e, type: 3}
- {fileID: 4275675568253587765, guid: 4e53d5a5cc9d29b4f81e29f659f8ad44, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 0.59999996
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves: []
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 9ac9ec62c1802ee49a0d27fe2d3403bf
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,330 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: CINE_MiniGameOutro
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves: []
m_FloatCurves: []
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: 21300000, guid: c7caffd2c98bd1047bd439e6634a0e08, type: 3}
- time: 0.04
value: {fileID: 21300000, guid: 88211567a75f9104ba649f55fb8761a9, type: 3}
- time: 0.08
value: {fileID: 21300000, guid: 04d6dbe8e360ece4093b356296d68d7f, type: 3}
- time: 0.12
value: {fileID: 21300000, guid: 4dd6142858bddba4a85365dce4cb2be4, type: 3}
- time: 0.16
value: {fileID: 21300000, guid: 11872256d33484449aeb8d0d686aaafa, type: 3}
- time: 0.2
value: {fileID: 21300000, guid: 4e2e4e1042f8e7f408b1c81fa6b9db0c, type: 3}
- time: 0.24
value: {fileID: 21300000, guid: 521b8943618ee4941a59b55cba521053, type: 3}
- time: 0.28
value: {fileID: 21300000, guid: 8c3cfc38019466241a462069521fe6f4, type: 3}
- time: 0.32
value: {fileID: 21300000, guid: 3ad89a09f37944142b3ca9273a73013e, type: 3}
- time: 0.36
value: {fileID: 21300000, guid: fbc92694252213843bdb50aa72d7eb95, type: 3}
- time: 0.4
value: {fileID: 21300000, guid: 71ecb1c7694c4b2438cbe025e7d97fcd, type: 3}
- time: 0.44
value: {fileID: 21300000, guid: e868b08cf53e00241ac6b95fcb55fba8, type: 3}
- time: 0.48
value: {fileID: 21300000, guid: 38e9b9fec9550a844922325092f023e8, type: 3}
- time: 0.52
value: {fileID: 21300000, guid: 1c9b634020c1076438401e613af0e66c, type: 3}
- time: 0.56
value: {fileID: 21300000, guid: 2a5cb44a03987f74f9121bea1324e4e6, type: 3}
- time: 0.6
value: {fileID: 21300000, guid: ccea385170072114e9f3983509129c62, type: 3}
- time: 0.64
value: {fileID: 21300000, guid: 305fca1fd5f6464409a0271cdabfd985, type: 3}
- time: 0.68
value: {fileID: 21300000, guid: 05e5aa20da4a5de42a7c18ff0119ad2e, type: 3}
- time: 0.72
value: {fileID: 21300000, guid: 1f03d2160807504428e2ee402bc84154, type: 3}
- time: 0.76
value: {fileID: 21300000, guid: 6ea5d4d996235a740a87adfa5f18230c, type: 3}
- time: 0.8
value: {fileID: 21300000, guid: 5a9c2547fa01ef94092639b065a6b01f, type: 3}
- time: 0.84
value: {fileID: 21300000, guid: 16133f32b53d77f47a2e7f4943dcedbc, type: 3}
- time: 0.88
value: {fileID: 21300000, guid: d6f5e6cf8529d1e4e82dcff88c22014d, type: 3}
- time: 0.92
value: {fileID: 21300000, guid: 5f612a376fb7aac4dba8b38585370b25, type: 3}
- time: 0.96
value: {fileID: 21300000, guid: d730b9571e9fae94287628f0de837c2f, type: 3}
- time: 1
value: {fileID: 21300000, guid: fd9e465f509afb1428a14a5ff56f1614, type: 3}
- time: 1.04
value: {fileID: 21300000, guid: c64fb1d40a05a3d42aad683f45449c9f, type: 3}
- time: 1.08
value: {fileID: 21300000, guid: 46857139b04d91a4a94f431bdd11018f, type: 3}
- time: 1.12
value: {fileID: 21300000, guid: 92dffacaf8e4798479a017c93d38f8d2, type: 3}
- time: 1.16
value: {fileID: 21300000, guid: c48765238ea44d14d8c5f018da89e77c, type: 3}
- time: 1.2
value: {fileID: 21300000, guid: ec343be6ab48ada4e8bac7b557947607, type: 3}
- time: 1.24
value: {fileID: 21300000, guid: e4ec7a828d74f35428faf54d4442a28d, type: 3}
- time: 1.28
value: {fileID: 21300000, guid: 8cbb3abad31272f43a737f51089ad95f, type: 3}
- time: 1.32
value: {fileID: 21300000, guid: d5b6fbe95d2ea4045bf5f931f7dafcd1, type: 3}
- time: 1.36
value: {fileID: 21300000, guid: 76c8f67170a51584e99ab9dea2064e6e, type: 3}
- time: 1.4
value: {fileID: 21300000, guid: 4bc7131a5b410f44e847e77c3bf371d4, type: 3}
- time: 1.44
value: {fileID: 21300000, guid: c30f8bf2cf0115345861442a69610152, type: 3}
- time: 1.48
value: {fileID: 21300000, guid: f56e122ec7b671b4f874c8e3ce615705, type: 3}
- time: 1.52
value: {fileID: 21300000, guid: e6b27697892be5e47b0ddd1c1d208962, type: 3}
- time: 1.56
value: {fileID: 21300000, guid: ca036804d7d8f054ab7771b2ef3753b5, type: 3}
- time: 1.6
value: {fileID: 21300000, guid: 42e38549176f6d64eb1cc73f187dd4eb, type: 3}
- time: 1.64
value: {fileID: 21300000, guid: c1bf30380109f2d4f9c1769ed6cd40d5, type: 3}
- time: 1.68
value: {fileID: 21300000, guid: e047eab1e29a98c44a96763580f26e71, type: 3}
- time: 1.72
value: {fileID: 21300000, guid: c70ca428e1a32f24691893d3f832ddb9, type: 3}
- time: 1.76
value: {fileID: 21300000, guid: b3f72b307c0b44d40911516d8a90c5db, type: 3}
- time: 1.8
value: {fileID: 21300000, guid: 3895e1279cc340e4da973a45e4586d9f, type: 3}
- time: 1.84
value: {fileID: 21300000, guid: 01e414cd934f6a14aa9089ad1e218829, type: 3}
- time: 1.88
value: {fileID: 21300000, guid: c3011a4f302befd47ae8b599350b76f4, type: 3}
- time: 1.92
value: {fileID: 21300000, guid: c14d331832458fc4198ecc4ad75ad8d4, type: 3}
- time: 1.96
value: {fileID: 21300000, guid: b793fb8aa9e808d45b5f65f12d1e02c5, type: 3}
- time: 2
value: {fileID: 21300000, guid: b990c22d27d088146a5f6d1743978f48, type: 3}
- time: 2.04
value: {fileID: 21300000, guid: 992814b7dabb86c4c96b76dade8e5edd, type: 3}
- time: 2.08
value: {fileID: 21300000, guid: e56b379770f68964397e3f7ce9fcf7ae, type: 3}
- time: 2.12
value: {fileID: 21300000, guid: c43ef1faf70645442b05b12b1d75903f, type: 3}
- time: 2.16
value: {fileID: 21300000, guid: 014e8c1fce8bfb94f80847f8e7cd76bd, type: 3}
- time: 2.2
value: {fileID: 21300000, guid: 5a48a5ec9828e2540b27e7c0d76038b2, type: 3}
- time: 2.24
value: {fileID: 21300000, guid: 88fd22c0626f8504599cacbb18cbe7c7, type: 3}
- time: 2.28
value: {fileID: 21300000, guid: a3caa4711939c5e40ad2e5a198a074a7, type: 3}
- time: 2.32
value: {fileID: 21300000, guid: 2b1e09ed3d1982648a0deefa879da088, type: 3}
- time: 2.36
value: {fileID: 21300000, guid: 83687f7f300a22943b39db2fe9716e41, type: 3}
- time: 2.4
value: {fileID: 21300000, guid: 58d205de58aeaa64697ab9681cbc8baa, type: 3}
- time: 2.44
value: {fileID: 21300000, guid: 6e0d899afb589e245adbafca2b834353, type: 3}
- time: 2.48
value: {fileID: 21300000, guid: ebde4cb2fb4f22c498a34765650f17e6, type: 3}
- time: 2.52
value: {fileID: 21300000, guid: f3f579443fa39464a9dd5db7b6fb042d, type: 3}
- time: 2.56
value: {fileID: 21300000, guid: 9f837f2021c31bc4689ebeb39dbdc7e4, type: 3}
- time: 2.6
value: {fileID: 21300000, guid: 07b6e54083eb98e4db61c278b0cc7ad5, type: 3}
- time: 2.64
value: {fileID: 21300000, guid: e412ac240439c0241b284d33331f0bbc, type: 3}
- time: 2.68
value: {fileID: 21300000, guid: 0f39d96f70da6454ba80913ab4eab315, type: 3}
- time: 2.72
value: {fileID: 21300000, guid: 3637b9b5a8867374ba90c6ebfe0d588b, type: 3}
- time: 2.76
value: {fileID: 21300000, guid: e88b9259ed32d1448825210630b28ac1, type: 3}
- time: 2.8
value: {fileID: 21300000, guid: 76d810d06ca69474c9e4e9a18bdc5b48, type: 3}
- time: 2.84
value: {fileID: 21300000, guid: f684b376e018f824d9cc1ee2083256e3, type: 3}
- time: 2.88
value: {fileID: 21300000, guid: 21d48cf399db6a3469aa525a4deb7d44, type: 3}
- time: 2.92
value: {fileID: 21300000, guid: 48e7850ae3b84c8428a22e1f690addec, type: 3}
- time: 2.96
value: {fileID: 21300000, guid: fcd38b1429b771646b1c9e1c9929c068, type: 3}
- time: 3
value: {fileID: 21300000, guid: 4ed4dab824eea0a4da3db9970b9899c4, type: 3}
- time: 3.04
value: {fileID: 21300000, guid: 96cf5a180d882374f9ef906d5a8e3ccb, type: 3}
- time: 3.08
value: {fileID: 21300000, guid: f20bcbfba8bc8d14fb57f1030960380f, type: 3}
- time: 3.12
value: {fileID: 21300000, guid: 7b853c9544e533846a9268d2d4d98c6c, type: 3}
- time: 3.16
value: {fileID: 21300000, guid: 869973c72a4852343b0b9581c8d1076a, type: 3}
- time: 3.2
value: {fileID: 21300000, guid: 70d82b3705797a8409ff7150d8df10b2, type: 3}
- time: 3.24
value: {fileID: 21300000, guid: e9c7a01911ec08c4181e355d845d16aa, type: 3}
- time: 3.28
value: {fileID: 21300000, guid: e43675748c2eacc4e9390ddd517066a8, type: 3}
- time: 3.32
value: {fileID: 21300000, guid: b506b293e7a212948bd095f67152496c, type: 3}
- time: 3.36
value: {fileID: 21300000, guid: 592eec557f5702d4bb42649a111ec99a, type: 3}
- time: 3.4
value: {fileID: 21300000, guid: f3cf0659e28c0f443aebaf9674efff4f, type: 3}
- time: 3.44
value: {fileID: 21300000, guid: 1b27e0ad45d603e4b922f04dd9dbad2c, type: 3}
attribute: m_Sprite
path:
classID: 114
script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
flags: 2
m_SampleRate: 25
m_WrapMode: 0
m_Bounds:
m_Center: {x: 0, y: 0, z: 0}
m_Extent: {x: 0, y: 0, z: 0}
m_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 2015549526
script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
typeID: 114
customType: 0
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: 21300000, guid: c7caffd2c98bd1047bd439e6634a0e08, type: 3}
- {fileID: 21300000, guid: 88211567a75f9104ba649f55fb8761a9, type: 3}
- {fileID: 21300000, guid: 04d6dbe8e360ece4093b356296d68d7f, type: 3}
- {fileID: 21300000, guid: 4dd6142858bddba4a85365dce4cb2be4, type: 3}
- {fileID: 21300000, guid: 11872256d33484449aeb8d0d686aaafa, type: 3}
- {fileID: 21300000, guid: 4e2e4e1042f8e7f408b1c81fa6b9db0c, type: 3}
- {fileID: 21300000, guid: 521b8943618ee4941a59b55cba521053, type: 3}
- {fileID: 21300000, guid: 8c3cfc38019466241a462069521fe6f4, type: 3}
- {fileID: 21300000, guid: 3ad89a09f37944142b3ca9273a73013e, type: 3}
- {fileID: 21300000, guid: fbc92694252213843bdb50aa72d7eb95, type: 3}
- {fileID: 21300000, guid: 71ecb1c7694c4b2438cbe025e7d97fcd, type: 3}
- {fileID: 21300000, guid: e868b08cf53e00241ac6b95fcb55fba8, type: 3}
- {fileID: 21300000, guid: 38e9b9fec9550a844922325092f023e8, type: 3}
- {fileID: 21300000, guid: 1c9b634020c1076438401e613af0e66c, type: 3}
- {fileID: 21300000, guid: 2a5cb44a03987f74f9121bea1324e4e6, type: 3}
- {fileID: 21300000, guid: ccea385170072114e9f3983509129c62, type: 3}
- {fileID: 21300000, guid: 305fca1fd5f6464409a0271cdabfd985, type: 3}
- {fileID: 21300000, guid: 05e5aa20da4a5de42a7c18ff0119ad2e, type: 3}
- {fileID: 21300000, guid: 1f03d2160807504428e2ee402bc84154, type: 3}
- {fileID: 21300000, guid: 6ea5d4d996235a740a87adfa5f18230c, type: 3}
- {fileID: 21300000, guid: 5a9c2547fa01ef94092639b065a6b01f, type: 3}
- {fileID: 21300000, guid: 16133f32b53d77f47a2e7f4943dcedbc, type: 3}
- {fileID: 21300000, guid: d6f5e6cf8529d1e4e82dcff88c22014d, type: 3}
- {fileID: 21300000, guid: 5f612a376fb7aac4dba8b38585370b25, type: 3}
- {fileID: 21300000, guid: d730b9571e9fae94287628f0de837c2f, type: 3}
- {fileID: 21300000, guid: fd9e465f509afb1428a14a5ff56f1614, type: 3}
- {fileID: 21300000, guid: c64fb1d40a05a3d42aad683f45449c9f, type: 3}
- {fileID: 21300000, guid: 46857139b04d91a4a94f431bdd11018f, type: 3}
- {fileID: 21300000, guid: 92dffacaf8e4798479a017c93d38f8d2, type: 3}
- {fileID: 21300000, guid: c48765238ea44d14d8c5f018da89e77c, type: 3}
- {fileID: 21300000, guid: ec343be6ab48ada4e8bac7b557947607, type: 3}
- {fileID: 21300000, guid: e4ec7a828d74f35428faf54d4442a28d, type: 3}
- {fileID: 21300000, guid: 8cbb3abad31272f43a737f51089ad95f, type: 3}
- {fileID: 21300000, guid: d5b6fbe95d2ea4045bf5f931f7dafcd1, type: 3}
- {fileID: 21300000, guid: 76c8f67170a51584e99ab9dea2064e6e, type: 3}
- {fileID: 21300000, guid: 4bc7131a5b410f44e847e77c3bf371d4, type: 3}
- {fileID: 21300000, guid: c30f8bf2cf0115345861442a69610152, type: 3}
- {fileID: 21300000, guid: f56e122ec7b671b4f874c8e3ce615705, type: 3}
- {fileID: 21300000, guid: e6b27697892be5e47b0ddd1c1d208962, type: 3}
- {fileID: 21300000, guid: ca036804d7d8f054ab7771b2ef3753b5, type: 3}
- {fileID: 21300000, guid: 42e38549176f6d64eb1cc73f187dd4eb, type: 3}
- {fileID: 21300000, guid: c1bf30380109f2d4f9c1769ed6cd40d5, type: 3}
- {fileID: 21300000, guid: e047eab1e29a98c44a96763580f26e71, type: 3}
- {fileID: 21300000, guid: c70ca428e1a32f24691893d3f832ddb9, type: 3}
- {fileID: 21300000, guid: b3f72b307c0b44d40911516d8a90c5db, type: 3}
- {fileID: 21300000, guid: 3895e1279cc340e4da973a45e4586d9f, type: 3}
- {fileID: 21300000, guid: 01e414cd934f6a14aa9089ad1e218829, type: 3}
- {fileID: 21300000, guid: c3011a4f302befd47ae8b599350b76f4, type: 3}
- {fileID: 21300000, guid: c14d331832458fc4198ecc4ad75ad8d4, type: 3}
- {fileID: 21300000, guid: b793fb8aa9e808d45b5f65f12d1e02c5, type: 3}
- {fileID: 21300000, guid: b990c22d27d088146a5f6d1743978f48, type: 3}
- {fileID: 21300000, guid: 992814b7dabb86c4c96b76dade8e5edd, type: 3}
- {fileID: 21300000, guid: e56b379770f68964397e3f7ce9fcf7ae, type: 3}
- {fileID: 21300000, guid: c43ef1faf70645442b05b12b1d75903f, type: 3}
- {fileID: 21300000, guid: 014e8c1fce8bfb94f80847f8e7cd76bd, type: 3}
- {fileID: 21300000, guid: 5a48a5ec9828e2540b27e7c0d76038b2, type: 3}
- {fileID: 21300000, guid: 88fd22c0626f8504599cacbb18cbe7c7, type: 3}
- {fileID: 21300000, guid: a3caa4711939c5e40ad2e5a198a074a7, type: 3}
- {fileID: 21300000, guid: 2b1e09ed3d1982648a0deefa879da088, type: 3}
- {fileID: 21300000, guid: 83687f7f300a22943b39db2fe9716e41, type: 3}
- {fileID: 21300000, guid: 58d205de58aeaa64697ab9681cbc8baa, type: 3}
- {fileID: 21300000, guid: 6e0d899afb589e245adbafca2b834353, type: 3}
- {fileID: 21300000, guid: ebde4cb2fb4f22c498a34765650f17e6, type: 3}
- {fileID: 21300000, guid: f3f579443fa39464a9dd5db7b6fb042d, type: 3}
- {fileID: 21300000, guid: 9f837f2021c31bc4689ebeb39dbdc7e4, type: 3}
- {fileID: 21300000, guid: 07b6e54083eb98e4db61c278b0cc7ad5, type: 3}
- {fileID: 21300000, guid: e412ac240439c0241b284d33331f0bbc, type: 3}
- {fileID: 21300000, guid: 0f39d96f70da6454ba80913ab4eab315, type: 3}
- {fileID: 21300000, guid: 3637b9b5a8867374ba90c6ebfe0d588b, type: 3}
- {fileID: 21300000, guid: e88b9259ed32d1448825210630b28ac1, type: 3}
- {fileID: 21300000, guid: 76d810d06ca69474c9e4e9a18bdc5b48, type: 3}
- {fileID: 21300000, guid: f684b376e018f824d9cc1ee2083256e3, type: 3}
- {fileID: 21300000, guid: 21d48cf399db6a3469aa525a4deb7d44, type: 3}
- {fileID: 21300000, guid: 48e7850ae3b84c8428a22e1f690addec, type: 3}
- {fileID: 21300000, guid: fcd38b1429b771646b1c9e1c9929c068, type: 3}
- {fileID: 21300000, guid: 4ed4dab824eea0a4da3db9970b9899c4, type: 3}
- {fileID: 21300000, guid: 96cf5a180d882374f9ef906d5a8e3ccb, type: 3}
- {fileID: 21300000, guid: f20bcbfba8bc8d14fb57f1030960380f, type: 3}
- {fileID: 21300000, guid: 7b853c9544e533846a9268d2d4d98c6c, type: 3}
- {fileID: 21300000, guid: 869973c72a4852343b0b9581c8d1076a, type: 3}
- {fileID: 21300000, guid: 70d82b3705797a8409ff7150d8df10b2, type: 3}
- {fileID: 21300000, guid: e9c7a01911ec08c4181e355d845d16aa, type: 3}
- {fileID: 21300000, guid: e43675748c2eacc4e9390ddd517066a8, type: 3}
- {fileID: 21300000, guid: b506b293e7a212948bd095f67152496c, type: 3}
- {fileID: 21300000, guid: 592eec557f5702d4bb42649a111ec99a, type: 3}
- {fileID: 21300000, guid: f3cf0659e28c0f443aebaf9674efff4f, type: 3}
- {fileID: 21300000, guid: 1b27e0ad45d603e4b922f04dd9dbad2c, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 3.48
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 0
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves: []
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: f4a26eaf05b96ab469b1c04300da37a6
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,130 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1107 &-761511558366048336
AnimatorStateMachine:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Base Layer
m_ChildStates:
- serializedVersion: 1
m_State: {fileID: 1764196853123557444}
m_Position: {x: 80, y: 290, z: 0}
- serializedVersion: 1
m_State: {fileID: 6372181148355266043}
m_Position: {x: 115, y: 355, z: 0}
- serializedVersion: 1
m_State: {fileID: -735680430011430491}
m_Position: {x: 150, y: 420, z: 0}
m_ChildStateMachines: []
m_AnyStateTransitions: []
m_EntryTransitions: []
m_StateMachineTransitions: {}
m_StateMachineBehaviours: []
m_AnyStatePosition: {x: 50, y: 20, z: 0}
m_EntryPosition: {x: 50, y: 120, z: 0}
m_ExitPosition: {x: 800, y: 120, z: 0}
m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
m_DefaultState: {fileID: 1764196853123557444}
--- !u!1102 &-735680430011430491
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Blokkemonintro3
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 5cf845dc8280dfb459b9c67650ef9824, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!91 &9100000
AnimatorController:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: CinematicSprites
serializedVersion: 5
m_AnimatorParameters: []
m_AnimatorLayers:
- serializedVersion: 5
m_Name: Base Layer
m_StateMachine: {fileID: -761511558366048336}
m_Mask: {fileID: 0}
m_Motions: []
m_Behaviours: []
m_BlendingMode: 0
m_SyncedLayerIndex: -1
m_DefaultWeight: 0
m_IKPass: 0
m_SyncedLayerAffectsTiming: 0
m_Controller: {fileID: 9100000}
--- !u!1102 &1764196853123557444
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: CINE_MiniGameOutro
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: f4a26eaf05b96ab469b1c04300da37a6, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1102 &6372181148355266043
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Blokkemonintro2
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 70dffe19d1d87a2489a3f109f70bcae2, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: e2a3b3586acd1ea4097d75c6f7d0cf0a
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 9100000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,64 +0,0 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: bfda56da833e2384a9677cd3c976a436, type: 3}
m_Name: QuarryMinigameIntro
m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.TimelineAsset
m_Version: 0
m_Tracks:
- {fileID: 7845336411882145130}
m_FixedDuration: 0
m_EditorSettings:
m_Framerate: 60
m_ScenePreview: 1
m_DurationMode: 0
m_MarkerTrack: {fileID: 0}
--- !u!114 &7845336411882145130
MonoBehaviour:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: d21dcc2386d650c4597f3633c75a1f98, type: 3}
m_Name: Animation Track
m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.AnimationTrack
m_Version: 3
m_AnimClip: {fileID: 0}
m_Locked: 0
m_Muted: 0
m_CustomPlayableFullTypename:
m_Curves: {fileID: 0}
m_Parent: {fileID: 11400000}
m_Children: []
m_Clips: []
m_Markers:
m_Objects: []
m_InfiniteClipPreExtrapolation: 0
m_InfiniteClipPostExtrapolation: 0
m_InfiniteClipOffsetPosition: {x: 0, y: 0, z: 0}
m_InfiniteClipOffsetEulerAngles: {x: 0, y: 0, z: 0}
m_InfiniteClipTimeOffset: 0
m_InfiniteClipRemoveOffset: 0
m_InfiniteClipApplyFootIK: 1
mInfiniteClipLoop: 0
m_MatchTargetFields: 63
m_Position: {x: 0, y: 0, z: 0}
m_EulerAngles: {x: 0, y: 0, z: 0}
m_AvatarMask: {fileID: 0}
m_ApplyAvatarMask: 1
m_TrackOffset: 0
m_InfiniteClip: {fileID: 0}
m_OpenClipOffsetRotation: {x: 0, y: 0, z: 0, w: 1}
m_Rotation: {x: 0, y: 0, z: 0, w: 1}
m_ApplyOffsets: 0

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 11d01e2faf797284fba7355795c89711
guid: 1018f0a8944484144b4d9aaa954bfda5
folderAsset: yes
DefaultImporter:
externalObjects: {}

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB

View File

@@ -0,0 +1,364 @@
fileFormatVersion: 2
guid: c7caffd2c98bd1047bd439e6634a0e08
TextureImporter:
internalIDToNameTable:
- first:
213: 6149893790613333547
second: endflight0001.png_0
- first:
213: -2902943789269196541
second: endflight0001.png_1
- first:
213: -5021585873876439169
second: endflight0001.png_2
- first:
213: 7818984789572739042
second: endflight0001.png_3
- first:
213: 2748463935248228969
second: endflight0001.png_4
- first:
213: 7133046905776107108
second: endflight0001.png_5
- first:
213: 2363325274086588156
second: endflight0001.png_6
- first:
213: -2899624530858471334
second: endflight0001.png_7
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: endflight0001.png_0
rect:
serializedVersion: 2
x: 132
y: 2327
width: 138
height: 176
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b2663eba1dfc85550800000000000000
internalID: 6149893790613333547
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0001.png_1
rect:
serializedVersion: 2
x: 35
y: 2113
width: 281
height: 167
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 301eead010ca6b7d0800000000000000
internalID: -2902943789269196541
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0001.png_2
rect:
serializedVersion: 2
x: 291
y: 1923
width: 351
height: 224
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f7fa972d04ebf4ab0800000000000000
internalID: -5021585873876439169
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0001.png_3
rect:
serializedVersion: 2
x: 323
y: 1408
width: 216
height: 236
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2ef5aa64d3d928c60800000000000000
internalID: 7818984789572739042
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0001.png_4
rect:
serializedVersion: 2
x: 1033
y: 1598
width: 30
height: 363
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 962617a1361842620800000000000000
internalID: 2748463935248228969
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0001.png_5
rect:
serializedVersion: 2
x: 1328
y: 1525
width: 114
height: 254
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 46eebf84e5cadf260800000000000000
internalID: 7133046905776107108
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0001.png_6
rect:
serializedVersion: 2
x: 1542
y: 1381
width: 223
height: 252
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: cfe32aab0d73cc020800000000000000
internalID: 2363325274086588156
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0001.png_7
rect:
serializedVersion: 2
x: 0
y: 601
width: 1920
height: 918
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: a501c202ad672c7d0800000000000000
internalID: -2899624530858471334
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
endflight0001.png_0: 6149893790613333547
endflight0001.png_1: -2902943789269196541
endflight0001.png_2: -5021585873876439169
endflight0001.png_3: 7818984789572739042
endflight0001.png_4: 2748463935248228969
endflight0001.png_5: 7133046905776107108
endflight0001.png_6: 2363325274086588156
endflight0001.png_7: -2899624530858471334
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

View File

@@ -0,0 +1,364 @@
fileFormatVersion: 2
guid: 88211567a75f9104ba649f55fb8761a9
TextureImporter:
internalIDToNameTable:
- first:
213: -6617259690205684317
second: endflight0002.png_0
- first:
213: 689079343734690424
second: endflight0002.png_1
- first:
213: 2313201866700084980
second: endflight0002.png_2
- first:
213: -1457147823158716045
second: endflight0002.png_3
- first:
213: -2393522257285728945
second: endflight0002.png_4
- first:
213: -5996216903611838746
second: endflight0002.png_5
- first:
213: 4318771636496700135
second: endflight0002.png_6
- first:
213: 892194132412607577
second: endflight0002.png_7
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: endflight0002.png_0
rect:
serializedVersion: 2
x: 132
y: 2327
width: 138
height: 176
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 3ad57ca1f55ca24a0800000000000000
internalID: -6617259690205684317
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0002.png_1
rect:
serializedVersion: 2
x: 31
y: 2113
width: 281
height: 167
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8729d51230a109900800000000000000
internalID: 689079343734690424
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0002.png_2
rect:
serializedVersion: 2
x: 288
y: 1924
width: 350
height: 223
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 4f6dd6687d42a1020800000000000000
internalID: 2313201866700084980
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0002.png_3
rect:
serializedVersion: 2
x: 323
y: 1404
width: 216
height: 236
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 379146f66cb27cbe0800000000000000
internalID: -1457147823158716045
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0002.png_4
rect:
serializedVersion: 2
x: 1033
y: 1594
width: 30
height: 363
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f453e7c303088ced0800000000000000
internalID: -2393522257285728945
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0002.png_5
rect:
serializedVersion: 2
x: 1328
y: 1521
width: 114
height: 254
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6ee0608de7829cca0800000000000000
internalID: -5996216903611838746
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0002.png_6
rect:
serializedVersion: 2
x: 1542
y: 1377
width: 223
height: 252
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7e21b6bebeb5feb30800000000000000
internalID: 4318771636496700135
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0002.png_7
rect:
serializedVersion: 2
x: 0
y: 601
width: 1920
height: 914
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 95c242d16d5b16c00800000000000000
internalID: 892194132412607577
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
endflight0002.png_0: -6617259690205684317
endflight0002.png_1: 689079343734690424
endflight0002.png_2: 2313201866700084980
endflight0002.png_3: -1457147823158716045
endflight0002.png_4: -2393522257285728945
endflight0002.png_5: -5996216903611838746
endflight0002.png_6: 4318771636496700135
endflight0002.png_7: 892194132412607577
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB

View File

@@ -0,0 +1,364 @@
fileFormatVersion: 2
guid: 04d6dbe8e360ece4093b356296d68d7f
TextureImporter:
internalIDToNameTable:
- first:
213: 6940693871603286930
second: endflight0003.png_0
- first:
213: 3655959720918234269
second: endflight0003.png_1
- first:
213: 6925899445110329460
second: endflight0003.png_2
- first:
213: 8265080970344967974
second: endflight0003.png_3
- first:
213: 6954319522194509082
second: endflight0003.png_4
- first:
213: 7221411389705311801
second: endflight0003.png_5
- first:
213: -7644911484356989973
second: endflight0003.png_6
- first:
213: -7713066527124745887
second: endflight0003.png_7
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: endflight0003.png_0
rect:
serializedVersion: 2
x: 153
y: 2330
width: 133
height: 185
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 29305a78d4c425060800000000000000
internalID: 6940693871603286930
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0003.png_1
rect:
serializedVersion: 2
x: 28
y: 2113
width: 281
height: 167
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: d94b77efef39cb230800000000000000
internalID: 3655959720918234269
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0003.png_2
rect:
serializedVersion: 2
x: 284
y: 1924
width: 351
height: 223
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 47050efa9dcbd1060800000000000000
internalID: 6925899445110329460
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0003.png_3
rect:
serializedVersion: 2
x: 324
y: 1400
width: 215
height: 236
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 62fa04d2a5773b270800000000000000
internalID: 8265080970344967974
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0003.png_4
rect:
serializedVersion: 2
x: 1034
y: 1589
width: 30
height: 363
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: a1dc7f682c4b28060800000000000000
internalID: 6954319522194509082
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0003.png_5
rect:
serializedVersion: 2
x: 1328
y: 1517
width: 114
height: 254
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 9365854f56b973460800000000000000
internalID: 7221411389705311801
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0003.png_6
rect:
serializedVersion: 2
x: 1542
y: 1372
width: 224
height: 252
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: bebe89b6281d7e590800000000000000
internalID: -7644911484356989973
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0003.png_7
rect:
serializedVersion: 2
x: 0
y: 601
width: 1920
height: 909
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 16116c1fbdea5f490800000000000000
internalID: -7713066527124745887
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
endflight0003.png_0: 6940693871603286930
endflight0003.png_1: 3655959720918234269
endflight0003.png_2: 6925899445110329460
endflight0003.png_3: 8265080970344967974
endflight0003.png_4: 6954319522194509082
endflight0003.png_5: 7221411389705311801
endflight0003.png_6: -7644911484356989973
endflight0003.png_7: -7713066527124745887
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

View File

@@ -0,0 +1,364 @@
fileFormatVersion: 2
guid: 4dd6142858bddba4a85365dce4cb2be4
TextureImporter:
internalIDToNameTable:
- first:
213: 8930056807598534708
second: endflight0004.png_0
- first:
213: -8321895410408183565
second: endflight0004.png_1
- first:
213: 3218825180822152799
second: endflight0004.png_2
- first:
213: -709034231036851663
second: endflight0004.png_3
- first:
213: -1328641371644268012
second: endflight0004.png_4
- first:
213: -4690053300054854932
second: endflight0004.png_5
- first:
213: 7572928424667852301
second: endflight0004.png_6
- first:
213: 3108658186070252607
second: endflight0004.png_7
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: endflight0004.png_0
rect:
serializedVersion: 2
x: 153
y: 2330
width: 133
height: 185
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 43038f06a5fedeb70800000000000000
internalID: 8930056807598534708
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0004.png_1
rect:
serializedVersion: 2
x: 25
y: 2113
width: 281
height: 167
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 3f8aaac2730b28c80800000000000000
internalID: -8321895410408183565
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0004.png_2
rect:
serializedVersion: 2
x: 281
y: 1924
width: 351
height: 224
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f56acf8a2709bac20800000000000000
internalID: 3218825180822152799
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0004.png_3
rect:
serializedVersion: 2
x: 324
y: 1395
width: 215
height: 236
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 13ac47d9f110926f0800000000000000
internalID: -709034231036851663
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0004.png_4
rect:
serializedVersion: 2
x: 1034
y: 1585
width: 30
height: 363
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 412714146b7bf8de0800000000000000
internalID: -1328641371644268012
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0004.png_5
rect:
serializedVersion: 2
x: 1328
y: 1513
width: 114
height: 253
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: ce2f4906f5599eeb0800000000000000
internalID: -4690053300054854932
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0004.png_6
rect:
serializedVersion: 2
x: 1542
y: 1368
width: 224
height: 252
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: d0e29c57742781960800000000000000
internalID: 7572928424667852301
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0004.png_7
rect:
serializedVersion: 2
x: 0
y: 601
width: 1920
height: 905
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f3cd3dc562c242b20800000000000000
internalID: 3108658186070252607
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
endflight0004.png_0: 8930056807598534708
endflight0004.png_1: -8321895410408183565
endflight0004.png_2: 3218825180822152799
endflight0004.png_3: -709034231036851663
endflight0004.png_4: -1328641371644268012
endflight0004.png_5: -4690053300054854932
endflight0004.png_6: 7572928424667852301
endflight0004.png_7: 3108658186070252607
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB

View File

@@ -0,0 +1,364 @@
fileFormatVersion: 2
guid: 11872256d33484449aeb8d0d686aaafa
TextureImporter:
internalIDToNameTable:
- first:
213: -4782026268880975015
second: endflight0005.png_0
- first:
213: 927905311004524520
second: endflight0005.png_1
- first:
213: -934447595301574908
second: endflight0005.png_2
- first:
213: 6870017795523118268
second: endflight0005.png_3
- first:
213: 5089374764406753920
second: endflight0005.png_4
- first:
213: -1096762536811311440
second: endflight0005.png_5
- first:
213: 9098868361943329441
second: endflight0005.png_6
- first:
213: -7136664573131487753
second: endflight0005.png_7
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: endflight0005.png_0
rect:
serializedVersion: 2
x: 172
y: 2348
width: 144
height: 190
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 95b43c8d174d2adb0800000000000000
internalID: -4782026268880975015
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0005.png_1
rect:
serializedVersion: 2
x: 21
y: 2114
width: 281
height: 167
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8ef7f9fc6f490ec00800000000000000
internalID: 927905311004524520
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0005.png_2
rect:
serializedVersion: 2
x: 278
y: 1924
width: 351
height: 224
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 407e4dcecdc2803f0800000000000000
internalID: -934447595301574908
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0005.png_3
rect:
serializedVersion: 2
x: 324
y: 1391
width: 215
height: 236
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: cb484ce39c4375f50800000000000000
internalID: 6870017795523118268
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0005.png_4
rect:
serializedVersion: 2
x: 1034
y: 1581
width: 30
height: 363
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 08a4d41326711a640800000000000000
internalID: 5089374764406753920
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0005.png_5
rect:
serializedVersion: 2
x: 1329
y: 1508
width: 114
height: 254
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 0bec76e984487c0f0800000000000000
internalID: -1096762536811311440
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0005.png_6
rect:
serializedVersion: 2
x: 1543
y: 1364
width: 223
height: 252
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 1aa2cab319ca54e70800000000000000
internalID: 9098868361943329441
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0005.png_7
rect:
serializedVersion: 2
x: 0
y: 601
width: 1920
height: 901
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7f50265e16975fc90800000000000000
internalID: -7136664573131487753
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
endflight0005.png_0: -4782026268880975015
endflight0005.png_1: 927905311004524520
endflight0005.png_2: -934447595301574908
endflight0005.png_3: 6870017795523118268
endflight0005.png_4: 5089374764406753920
endflight0005.png_5: -1096762536811311440
endflight0005.png_6: 9098868361943329441
endflight0005.png_7: -7136664573131487753
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB

View File

@@ -0,0 +1,364 @@
fileFormatVersion: 2
guid: 4e2e4e1042f8e7f408b1c81fa6b9db0c
TextureImporter:
internalIDToNameTable:
- first:
213: 4966305705979343009
second: endflight0006.png_0
- first:
213: -272465276760565916
second: endflight0006.png_1
- first:
213: -8670145990162752501
second: endflight0006.png_2
- first:
213: 6204495716195883527
second: endflight0006.png_3
- first:
213: -3447213575406736700
second: endflight0006.png_4
- first:
213: -5965947729995039290
second: endflight0006.png_5
- first:
213: -9005463828558634855
second: endflight0006.png_6
- first:
213: 861489565332177359
second: endflight0006.png_7
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: endflight0006.png_0
rect:
serializedVersion: 2
x: 172
y: 2348
width: 144
height: 190
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 1a0f4ea1abcdbe440800000000000000
internalID: 4966305705979343009
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0006.png_1
rect:
serializedVersion: 2
x: 18
y: 2114
width: 281
height: 167
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 467de0d3642083cf0800000000000000
internalID: -272465276760565916
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0006.png_2
rect:
serializedVersion: 2
x: 274
y: 1925
width: 351
height: 223
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b0c529988247da780800000000000000
internalID: -8670145990162752501
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0006.png_3
rect:
serializedVersion: 2
x: 324
y: 1387
width: 216
height: 236
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 70ad9462bfbca1650800000000000000
internalID: 6204495716195883527
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0006.png_4
rect:
serializedVersion: 2
x: 1034
y: 1576
width: 30
height: 364
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 4ca2afc64890920d0800000000000000
internalID: -3447213575406736700
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0006.png_5
rect:
serializedVersion: 2
x: 1329
y: 1504
width: 114
height: 254
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6cdf8150622b43da0800000000000000
internalID: -5965947729995039290
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0006.png_6
rect:
serializedVersion: 2
x: 1543
y: 1360
width: 223
height: 252
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 99022256c5a260380800000000000000
internalID: -9005463828558634855
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0006.png_7
rect:
serializedVersion: 2
x: 0
y: 601
width: 1920
height: 896
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: fc1845ff130a4fb00800000000000000
internalID: 861489565332177359
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
endflight0006.png_0: 4966305705979343009
endflight0006.png_1: -272465276760565916
endflight0006.png_2: -8670145990162752501
endflight0006.png_3: 6204495716195883527
endflight0006.png_4: -3447213575406736700
endflight0006.png_5: -5965947729995039290
endflight0006.png_6: -9005463828558634855
endflight0006.png_7: 861489565332177359
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

View File

@@ -0,0 +1,364 @@
fileFormatVersion: 2
guid: 521b8943618ee4941a59b55cba521053
TextureImporter:
internalIDToNameTable:
- first:
213: 5719045956104376448
second: endflight0007.png_0
- first:
213: -9135645077055847280
second: endflight0007.png_1
- first:
213: 1507469200930111406
second: endflight0007.png_2
- first:
213: 267226208263920298
second: endflight0007.png_3
- first:
213: 8501865511056061352
second: endflight0007.png_4
- first:
213: -6255833631946160301
second: endflight0007.png_5
- first:
213: 630593455803235704
second: endflight0007.png_6
- first:
213: 3873035590467328184
second: endflight0007.png_7
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: endflight0007.png_0
rect:
serializedVersion: 2
x: 190
y: 2353
width: 142
height: 185
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 0805cbb0ff12e5f40800000000000000
internalID: 5719045956104376448
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0007.png_1
rect:
serializedVersion: 2
x: 15
y: 2114
width: 281
height: 167
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 0944a04843ba73180800000000000000
internalID: -9135645077055847280
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0007.png_2
rect:
serializedVersion: 2
x: 271
y: 1925
width: 351
height: 223
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: eaff747504b9be410800000000000000
internalID: 1507469200930111406
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0007.png_3
rect:
serializedVersion: 2
x: 325
y: 1382
width: 215
height: 236
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: aaade3212d065b300800000000000000
internalID: 267226208263920298
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0007.png_4
rect:
serializedVersion: 2
x: 1035
y: 1572
width: 30
height: 363
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8a334a233a1bcf570800000000000000
internalID: 8501865511056061352
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0007.png_5
rect:
serializedVersion: 2
x: 1329
y: 1500
width: 114
height: 253
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 35748e1e470de29a0800000000000000
internalID: -6255833631946160301
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0007.png_6
rect:
serializedVersion: 2
x: 1543
y: 1355
width: 223
height: 252
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 87d76d2386150c800800000000000000
internalID: 630593455803235704
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0007.png_7
rect:
serializedVersion: 2
x: 0
y: 601
width: 1920
height: 892
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8b8104c6959cfb530800000000000000
internalID: 3873035590467328184
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
endflight0007.png_0: 5719045956104376448
endflight0007.png_1: -9135645077055847280
endflight0007.png_2: 1507469200930111406
endflight0007.png_3: 267226208263920298
endflight0007.png_4: 8501865511056061352
endflight0007.png_5: -6255833631946160301
endflight0007.png_6: 630593455803235704
endflight0007.png_7: 3873035590467328184
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

View File

@@ -0,0 +1,364 @@
fileFormatVersion: 2
guid: 8c3cfc38019466241a462069521fe6f4
TextureImporter:
internalIDToNameTable:
- first:
213: -3301116910070070997
second: endflight0008.png_0
- first:
213: 7048374724071731682
second: endflight0008.png_1
- first:
213: 8598820395796455122
second: endflight0008.png_2
- first:
213: 4119400018460366354
second: endflight0008.png_3
- first:
213: -7886121100077688862
second: endflight0008.png_4
- first:
213: -3944910747504388794
second: endflight0008.png_5
- first:
213: 5448677755390930485
second: endflight0008.png_6
- first:
213: -777741003816692730
second: endflight0008.png_7
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: endflight0008.png_0
rect:
serializedVersion: 2
x: 190
y: 2353
width: 142
height: 185
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b210d3d09a31032d0800000000000000
internalID: -3301116910070070997
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0008.png_1
rect:
serializedVersion: 2
x: 11
y: 2114
width: 281
height: 167
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2e13328b77bd0d160800000000000000
internalID: 7048374724071731682
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0008.png_2
rect:
serializedVersion: 2
x: 268
y: 1925
width: 351
height: 224
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2ded4da6795255770800000000000000
internalID: 8598820395796455122
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0008.png_3
rect:
serializedVersion: 2
x: 325
y: 1378
width: 215
height: 236
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2165114cd7c0b2930800000000000000
internalID: 4119400018460366354
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0008.png_4
rect:
serializedVersion: 2
x: 1035
y: 1568
width: 30
height: 363
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2e7182654aede8290800000000000000
internalID: -7886121100077688862
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0008.png_5
rect:
serializedVersion: 2
x: 1329
y: 1495
width: 114
height: 254
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6455160839cd049c0800000000000000
internalID: -3944910747504388794
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0008.png_6
rect:
serializedVersion: 2
x: 1543
y: 1351
width: 224
height: 252
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 53e26a9dc879d9b40800000000000000
internalID: 5448677755390930485
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0008.png_7
rect:
serializedVersion: 2
x: 0
y: 601
width: 1920
height: 888
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 604104c7da8e435f0800000000000000
internalID: -777741003816692730
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
endflight0008.png_0: -3301116910070070997
endflight0008.png_1: 7048374724071731682
endflight0008.png_2: 8598820395796455122
endflight0008.png_3: 4119400018460366354
endflight0008.png_4: -7886121100077688862
endflight0008.png_5: -3944910747504388794
endflight0008.png_6: 5448677755390930485
endflight0008.png_7: -777741003816692730
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

View File

@@ -0,0 +1,364 @@
fileFormatVersion: 2
guid: 3ad89a09f37944142b3ca9273a73013e
TextureImporter:
internalIDToNameTable:
- first:
213: 8803191241053364065
second: endflight0009.png_0
- first:
213: 6542029852805893004
second: endflight0009.png_1
- first:
213: -4948121000198358532
second: endflight0009.png_2
- first:
213: 9092384305213250398
second: endflight0009.png_3
- first:
213: 570126504405856863
second: endflight0009.png_4
- first:
213: -3772054854261569309
second: endflight0009.png_5
- first:
213: -7029677720417748763
second: endflight0009.png_6
- first:
213: -1687615954746169123
second: endflight0009.png_7
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: endflight0009.png_0
rect:
serializedVersion: 2
x: 209
y: 2357
width: 164
height: 181
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 16fd0dcdac73b2a70800000000000000
internalID: 8803191241053364065
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0009.png_1
rect:
serializedVersion: 2
x: 8
y: 2115
width: 281
height: 167
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: c8b0f7e6d75f9ca50800000000000000
internalID: 6542029852805893004
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0009.png_2
rect:
serializedVersion: 2
x: 265
y: 1925
width: 350
height: 224
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: cf9b685aa2eb45bb0800000000000000
internalID: -4948121000198358532
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0009.png_3
rect:
serializedVersion: 2
x: 325
y: 1374
width: 215
height: 236
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: e5b92912a53ae2e70800000000000000
internalID: 9092384305213250398
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0009.png_4
rect:
serializedVersion: 2
x: 1035
y: 1564
width: 30
height: 363
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f52752cf80f79e700800000000000000
internalID: 570126504405856863
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0009.png_5
rect:
serializedVersion: 2
x: 1330
y: 1491
width: 113
height: 254
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 3e883726818f6abc0800000000000000
internalID: -3772054854261569309
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0009.png_6
rect:
serializedVersion: 2
x: 1544
y: 1347
width: 223
height: 252
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 5e8b50dab51917e90800000000000000
internalID: -7029677720417748763
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0009.png_7
rect:
serializedVersion: 2
x: 0
y: 601
width: 1920
height: 883
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: dd8a2140b326498e0800000000000000
internalID: -1687615954746169123
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
endflight0009.png_0: 8803191241053364065
endflight0009.png_1: 6542029852805893004
endflight0009.png_2: -4948121000198358532
endflight0009.png_3: 9092384305213250398
endflight0009.png_4: 570126504405856863
endflight0009.png_5: -3772054854261569309
endflight0009.png_6: -7029677720417748763
endflight0009.png_7: -1687615954746169123
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

View File

@@ -0,0 +1,364 @@
fileFormatVersion: 2
guid: fbc92694252213843bdb50aa72d7eb95
TextureImporter:
internalIDToNameTable:
- first:
213: 7282362816229696133
second: endflight0010.png_0
- first:
213: -6606749106344304455
second: endflight0010.png_1
- first:
213: 1877655481777257918
second: endflight0010.png_2
- first:
213: -1421820104910109233
second: endflight0010.png_3
- first:
213: -2633793496581334894
second: endflight0010.png_4
- first:
213: 989716066725797795
second: endflight0010.png_5
- first:
213: 4605458745170818040
second: endflight0010.png_6
- first:
213: -1000142318003780893
second: endflight0010.png_7
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: endflight0010.png_0
rect:
serializedVersion: 2
x: 209
y: 2357
width: 164
height: 181
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 58262e2d566201560800000000000000
internalID: 7282362816229696133
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0010.png_1
rect:
serializedVersion: 2
x: 5
y: 2115
width: 281
height: 167
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 9b0e73c11bc1054a0800000000000000
internalID: -6606749106344304455
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0010.png_2
rect:
serializedVersion: 2
x: 261
y: 1926
width: 351
height: 223
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: ebdf5e166b5ce0a10800000000000000
internalID: 1877655481777257918
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0010.png_3
rect:
serializedVersion: 2
x: 325
y: 1369
width: 216
height: 237
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: fc50350d52ea44ce0800000000000000
internalID: -1421820104910109233
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0010.png_4
rect:
serializedVersion: 2
x: 1035
y: 1559
width: 30
height: 363
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2981980f4c2e27bd0800000000000000
internalID: -2633793496581334894
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0010.png_5
rect:
serializedVersion: 2
x: 1330
y: 1487
width: 114
height: 254
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 3af10b9d48d2cbd00800000000000000
internalID: 989716066725797795
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0010.png_6
rect:
serializedVersion: 2
x: 1544
y: 1342
width: 223
height: 252
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8f37f95f350e9ef30800000000000000
internalID: 4605458745170818040
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0010.png_7
rect:
serializedVersion: 2
x: 0
y: 601
width: 1920
height: 879
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 3e28c8a5cd7ce12f0800000000000000
internalID: -1000142318003780893
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
endflight0010.png_0: 7282362816229696133
endflight0010.png_1: -6606749106344304455
endflight0010.png_2: 1877655481777257918
endflight0010.png_3: -1421820104910109233
endflight0010.png_4: -2633793496581334894
endflight0010.png_5: 989716066725797795
endflight0010.png_6: 4605458745170818040
endflight0010.png_7: -1000142318003780893
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

View File

@@ -0,0 +1,364 @@
fileFormatVersion: 2
guid: 71ecb1c7694c4b2438cbe025e7d97fcd
TextureImporter:
internalIDToNameTable:
- first:
213: -846955290592694537
second: endflight0011.png_0
- first:
213: 1269887981026306918
second: endflight0011.png_1
- first:
213: -2759236587600884305
second: endflight0011.png_2
- first:
213: -4678822797999274209
second: endflight0011.png_3
- first:
213: -6513724615185190160
second: endflight0011.png_4
- first:
213: -1636301740512247673
second: endflight0011.png_5
- first:
213: 2923412542108460295
second: endflight0011.png_6
- first:
213: 6617143871104242274
second: endflight0011.png_7
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: endflight0011.png_0
rect:
serializedVersion: 2
x: 231
y: 2358
width: 153
height: 181
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7fea59b86a20f34f0800000000000000
internalID: -846955290592694537
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0011.png_1
rect:
serializedVersion: 2
x: 1
y: 2115
width: 281
height: 167
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 66b6c9df36c8f9110800000000000000
internalID: 1269887981026306918
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0011.png_2
rect:
serializedVersion: 2
x: 258
y: 1926
width: 351
height: 223
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: fadc9c051f835b9d0800000000000000
internalID: -2759236587600884305
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0011.png_3
rect:
serializedVersion: 2
x: 326
y: 1365
width: 215
height: 236
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f170146647b711fb0800000000000000
internalID: -4678822797999274209
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0011.png_4
rect:
serializedVersion: 2
x: 1035
y: 1555
width: 31
height: 363
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 0f23b2349f99a95a0800000000000000
internalID: -6513724615185190160
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0011.png_5
rect:
serializedVersion: 2
x: 1330
y: 1482
width: 114
height: 254
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7800a6b8c30ba49e0800000000000000
internalID: -1636301740512247673
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0011.png_6
rect:
serializedVersion: 2
x: 1544
y: 1338
width: 223
height: 252
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 705eb48d73c029820800000000000000
internalID: 2923412542108460295
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0011.png_7
rect:
serializedVersion: 2
x: 0
y: 601
width: 1920
height: 875
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 26252d8aa41d4db50800000000000000
internalID: 6617143871104242274
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
endflight0011.png_0: -846955290592694537
endflight0011.png_1: 1269887981026306918
endflight0011.png_2: -2759236587600884305
endflight0011.png_3: -4678822797999274209
endflight0011.png_4: -6513724615185190160
endflight0011.png_5: -1636301740512247673
endflight0011.png_6: 2923412542108460295
endflight0011.png_7: 6617143871104242274
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

View File

@@ -0,0 +1,364 @@
fileFormatVersion: 2
guid: e868b08cf53e00241ac6b95fcb55fba8
TextureImporter:
internalIDToNameTable:
- first:
213: 1453306431496635159
second: endflight0012.png_0
- first:
213: -9158728737915829216
second: endflight0012.png_1
- first:
213: -2327127163181526640
second: endflight0012.png_2
- first:
213: 4777887372269471159
second: endflight0012.png_3
- first:
213: -9148123019737705776
second: endflight0012.png_4
- first:
213: -557658190108175003
second: endflight0012.png_5
- first:
213: 5856252018381898449
second: endflight0012.png_6
- first:
213: 5698352874879420154
second: endflight0012.png_7
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: endflight0012.png_0
rect:
serializedVersion: 2
x: 231
y: 2358
width: 153
height: 181
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 713c52fdf7e2b2410800000000000000
internalID: 1453306431496635159
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0012.png_1
rect:
serializedVersion: 2
x: 0
y: 2115
width: 279
height: 167
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 0248d56ecb8a5e080800000000000000
internalID: -9158728737915829216
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0012.png_2
rect:
serializedVersion: 2
x: 255
y: 1926
width: 350
height: 224
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 091176bbc2264bfd0800000000000000
internalID: -2327127163181526640
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0012.png_3
rect:
serializedVersion: 2
x: 326
y: 1361
width: 215
height: 236
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7b542f030477e4240800000000000000
internalID: 4777887372269471159
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0012.png_4
rect:
serializedVersion: 2
x: 1036
y: 1551
width: 30
height: 363
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 0d2d5f615965b0180800000000000000
internalID: -9148123019737705776
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0012.png_5
rect:
serializedVersion: 2
x: 1330
y: 1478
width: 114
height: 254
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 565d388a4dcc248f0800000000000000
internalID: -557658190108175003
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0012.png_6
rect:
serializedVersion: 2
x: 1544
y: 1334
width: 224
height: 252
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 1d241d6de26954150800000000000000
internalID: 5856252018381898449
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0012.png_7
rect:
serializedVersion: 2
x: 0
y: 601
width: 1920
height: 871
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: af68300afbd941f40800000000000000
internalID: 5698352874879420154
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
endflight0012.png_0: 1453306431496635159
endflight0012.png_1: -9158728737915829216
endflight0012.png_2: -2327127163181526640
endflight0012.png_3: 4777887372269471159
endflight0012.png_4: -9148123019737705776
endflight0012.png_5: -557658190108175003
endflight0012.png_6: 5856252018381898449
endflight0012.png_7: 5698352874879420154
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 KiB

View File

@@ -0,0 +1,364 @@
fileFormatVersion: 2
guid: 38e9b9fec9550a844922325092f023e8
TextureImporter:
internalIDToNameTable:
- first:
213: -240074521526798854
second: endflight0013.png_0
- first:
213: 1394565886283801493
second: endflight0013.png_1
- first:
213: 8397199555059350809
second: endflight0013.png_2
- first:
213: -3401736692119374000
second: endflight0013.png_3
- first:
213: 6964256733515917684
second: endflight0013.png_4
- first:
213: 8468479021377735245
second: endflight0013.png_5
- first:
213: 908447685184639927
second: endflight0013.png_6
- first:
213: 3986441737669416962
second: endflight0013.png_7
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: endflight0013.png_0
rect:
serializedVersion: 2
x: 257
y: 2360
width: 148
height: 181
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: af5f5c0ae751bacf0800000000000000
internalID: -240074521526798854
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0013.png_1
rect:
serializedVersion: 2
x: 0
y: 2116
width: 276
height: 167
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 593e2dbe84e7a5310800000000000000
internalID: 1394565886283801493
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0013.png_2
rect:
serializedVersion: 2
x: 251
y: 1927
width: 351
height: 223
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 91d716b4188d88470800000000000000
internalID: 8397199555059350809
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0013.png_3
rect:
serializedVersion: 2
x: 326
y: 1356
width: 215
height: 237
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 057ffce608a9ac0d0800000000000000
internalID: -3401736692119374000
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0013.png_4
rect:
serializedVersion: 2
x: 1036
y: 1546
width: 30
height: 364
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 479a6d5d99206a060800000000000000
internalID: 6964256733515917684
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0013.png_5
rect:
serializedVersion: 2
x: 1330
y: 1474
width: 114
height: 254
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: d4a41115dc4168570800000000000000
internalID: 8468479021377735245
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0013.png_6
rect:
serializedVersion: 2
x: 1544
y: 1329
width: 224
height: 252
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7b3d4744b547b9c00800000000000000
internalID: 908447685184639927
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0013.png_7
rect:
serializedVersion: 2
x: 0
y: 601
width: 1920
height: 866
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 208939ba3afa25730800000000000000
internalID: 3986441737669416962
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
endflight0013.png_0: -240074521526798854
endflight0013.png_1: 1394565886283801493
endflight0013.png_2: 8397199555059350809
endflight0013.png_3: -3401736692119374000
endflight0013.png_4: 6964256733515917684
endflight0013.png_5: 8468479021377735245
endflight0013.png_6: 908447685184639927
endflight0013.png_7: 3986441737669416962
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 KiB

View File

@@ -0,0 +1,364 @@
fileFormatVersion: 2
guid: 1c9b634020c1076438401e613af0e66c
TextureImporter:
internalIDToNameTable:
- first:
213: 7662679553301470966
second: endflight0014.png_0
- first:
213: -4061637339262118545
second: endflight0014.png_1
- first:
213: -6352068406274905024
second: endflight0014.png_2
- first:
213: 6029700939785935911
second: endflight0014.png_3
- first:
213: -4511382968097032697
second: endflight0014.png_4
- first:
213: 8236841460378853958
second: endflight0014.png_5
- first:
213: -1383452087467853216
second: endflight0014.png_6
- first:
213: -4558192186607091006
second: endflight0014.png_7
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: endflight0014.png_0
rect:
serializedVersion: 2
x: 257
y: 2360
width: 148
height: 181
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6fede22847e475a60800000000000000
internalID: 7662679553301470966
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0014.png_1
rect:
serializedVersion: 2
x: 0
y: 2116
width: 272
height: 167
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f6591d20c5a22a7c0800000000000000
internalID: -4061637339262118545
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0014.png_2
rect:
serializedVersion: 2
x: 248
y: 1927
width: 351
height: 223
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 04ca00f607be8d7a0800000000000000
internalID: -6352068406274905024
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0014.png_3
rect:
serializedVersion: 2
x: 326
y: 1352
width: 216
height: 236
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 72c97c9de0dcda350800000000000000
internalID: 6029700939785935911
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0014.png_4
rect:
serializedVersion: 2
x: 1036
y: 1542
width: 30
height: 363
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 70634d4c7195461c0800000000000000
internalID: -4511382968097032697
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0014.png_5
rect:
serializedVersion: 2
x: 1331
y: 1470
width: 114
height: 253
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6426715eaa32f4270800000000000000
internalID: 8236841460378853958
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0014.png_6
rect:
serializedVersion: 2
x: 1545
y: 1325
width: 223
height: 252
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 06ab4b208adfccce0800000000000000
internalID: -1383452087467853216
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0014.png_7
rect:
serializedVersion: 2
x: 0
y: 601
width: 1920
height: 862
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2c2c25b4b5c0eb0c0800000000000000
internalID: -4558192186607091006
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
endflight0014.png_0: 7662679553301470966
endflight0014.png_1: -4061637339262118545
endflight0014.png_2: -6352068406274905024
endflight0014.png_3: 6029700939785935911
endflight0014.png_4: -4511382968097032697
endflight0014.png_5: 8236841460378853958
endflight0014.png_6: -1383452087467853216
endflight0014.png_7: -4558192186607091006
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB

View File

@@ -0,0 +1,364 @@
fileFormatVersion: 2
guid: 2a5cb44a03987f74f9121bea1324e4e6
TextureImporter:
internalIDToNameTable:
- first:
213: 7578636742499496416
second: endflight0015.png_0
- first:
213: -2738845839279556241
second: endflight0015.png_1
- first:
213: 5552125764747574519
second: endflight0015.png_2
- first:
213: 3224570163212558063
second: endflight0015.png_3
- first:
213: -359898971197529889
second: endflight0015.png_4
- first:
213: -4303081158607931428
second: endflight0015.png_5
- first:
213: 1240004735353440987
second: endflight0015.png_6
- first:
213: 6297985029934974758
second: endflight0015.png_7
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: endflight0015.png_0
rect:
serializedVersion: 2
x: 282
y: 2362
width: 143
height: 178
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 0e1f766c6f9bc2960800000000000000
internalID: 7578636742499496416
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0015.png_1
rect:
serializedVersion: 2
x: 0
y: 2116
width: 269
height: 167
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f697f2f583aadf9d0800000000000000
internalID: -2738845839279556241
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0015.png_2
rect:
serializedVersion: 2
x: 245
y: 1927
width: 350
height: 224
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7fcb21477fc1d0d40800000000000000
internalID: 5552125764747574519
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0015.png_3
rect:
serializedVersion: 2
x: 326
y: 1348
width: 216
height: 236
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: fee9b9b9a79ffbc20800000000000000
internalID: 3224570163212558063
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0015.png_4
rect:
serializedVersion: 2
x: 1036
y: 1538
width: 30
height: 363
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: fd02eb2eac1610bf0800000000000000
internalID: -359898971197529889
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0015.png_5
rect:
serializedVersion: 2
x: 1331
y: 1465
width: 114
height: 254
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: cd77f752c726844c0800000000000000
internalID: -4303081158607931428
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0015.png_6
rect:
serializedVersion: 2
x: 1545
y: 1321
width: 223
height: 252
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: bda4b8aacb1653110800000000000000
internalID: 1240004735353440987
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0015.png_7
rect:
serializedVersion: 2
x: 0
y: 601
width: 1920
height: 858
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 627800e3400f66750800000000000000
internalID: 6297985029934974758
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
endflight0015.png_0: 7578636742499496416
endflight0015.png_1: -2738845839279556241
endflight0015.png_2: 5552125764747574519
endflight0015.png_3: 3224570163212558063
endflight0015.png_4: -359898971197529889
endflight0015.png_5: -4303081158607931428
endflight0015.png_6: 1240004735353440987
endflight0015.png_7: 6297985029934974758
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB

View File

@@ -0,0 +1,364 @@
fileFormatVersion: 2
guid: ccea385170072114e9f3983509129c62
TextureImporter:
internalIDToNameTable:
- first:
213: 3408853338242631656
second: endflight0016.png_0
- first:
213: -5846999310007635958
second: endflight0016.png_1
- first:
213: -9099932490942751874
second: endflight0016.png_2
- first:
213: -5264271248936152976
second: endflight0016.png_3
- first:
213: -2613719284032740629
second: endflight0016.png_4
- first:
213: -5673729278061896113
second: endflight0016.png_5
- first:
213: -7461033672672705749
second: endflight0016.png_6
- first:
213: 438457400698244367
second: endflight0016.png_7
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: endflight0016.png_0
rect:
serializedVersion: 2
x: 282
y: 2362
width: 143
height: 178
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8e74b5ddc0eae4f20800000000000000
internalID: 3408853338242631656
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0016.png_1
rect:
serializedVersion: 2
x: 0
y: 2117
width: 266
height: 166
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: a007a053b194bdea0800000000000000
internalID: -5846999310007635958
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0016.png_2
rect:
serializedVersion: 2
x: 241
y: 1927
width: 351
height: 224
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: e7b525dec9b86b180800000000000000
internalID: -9099932490942751874
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0016.png_3
rect:
serializedVersion: 2
x: 327
y: 1344
width: 215
height: 236
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 070dbddb03d81f6b0800000000000000
internalID: -5264271248936152976
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0016.png_4
rect:
serializedVersion: 2
x: 1037
y: 1533
width: 30
height: 364
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: be2e3a4c8243abbd0800000000000000
internalID: -2613719284032740629
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0016.png_5
rect:
serializedVersion: 2
x: 1331
y: 1461
width: 114
height: 254
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f4e1365484dd241b0800000000000000
internalID: -5673729278061896113
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0016.png_6
rect:
serializedVersion: 2
x: 1545
y: 1317
width: 224
height: 252
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b238d1ba765157890800000000000000
internalID: -7461033672672705749
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0016.png_7
rect:
serializedVersion: 2
x: 0
y: 601
width: 1920
height: 853
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f0d82c1dea6b51600800000000000000
internalID: 438457400698244367
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
endflight0016.png_0: 3408853338242631656
endflight0016.png_1: -5846999310007635958
endflight0016.png_2: -9099932490942751874
endflight0016.png_3: -5264271248936152976
endflight0016.png_4: -2613719284032740629
endflight0016.png_5: -5673729278061896113
endflight0016.png_6: -7461033672672705749
endflight0016.png_7: 438457400698244367
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

View File

@@ -0,0 +1,364 @@
fileFormatVersion: 2
guid: 305fca1fd5f6464409a0271cdabfd985
TextureImporter:
internalIDToNameTable:
- first:
213: 993955900434976934
second: endflight0017.png_0
- first:
213: 34253709784819324
second: endflight0017.png_1
- first:
213: -1260285615252737996
second: endflight0017.png_2
- first:
213: 6791886903144652104
second: endflight0017.png_3
- first:
213: -1746873537342208576
second: endflight0017.png_4
- first:
213: 148696581269138551
second: endflight0017.png_5
- first:
213: 5524882467982981166
second: endflight0017.png_6
- first:
213: -3323604993047557692
second: endflight0017.png_7
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: endflight0017.png_0
rect:
serializedVersion: 2
x: 307
y: 2363
width: 139
height: 176
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6a094df00ad3bcd00800000000000000
internalID: 993955900434976934
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0017.png_1
rect:
serializedVersion: 2
x: 0
y: 2117
width: 262
height: 167
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: c76a6fb4191b97000800000000000000
internalID: 34253709784819324
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0017.png_2
rect:
serializedVersion: 2
x: 238
y: 1928
width: 351
height: 223
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 430735309e0928ee0800000000000000
internalID: -1260285615252737996
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0017.png_3
rect:
serializedVersion: 2
x: 327
y: 1339
width: 215
height: 237
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 84d90984721a14e50800000000000000
internalID: 6791886903144652104
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0017.png_4
rect:
serializedVersion: 2
x: 1037
y: 1529
width: 30
height: 363
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 0c5003be5cbd1c7e0800000000000000
internalID: -1746873537342208576
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0017.png_5
rect:
serializedVersion: 2
x: 1331
y: 1457
width: 114
height: 253
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 77cacd9b0c6401200800000000000000
internalID: 148696581269138551
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0017.png_6
rect:
serializedVersion: 2
x: 1545
y: 1312
width: 224
height: 252
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: e28b8e125535cac40800000000000000
internalID: 5524882467982981166
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0017.png_7
rect:
serializedVersion: 2
x: 0
y: 601
width: 1920
height: 849
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 4c98fa73ede20e1d0800000000000000
internalID: -3323604993047557692
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
endflight0017.png_0: 993955900434976934
endflight0017.png_1: 34253709784819324
endflight0017.png_2: -1260285615252737996
endflight0017.png_3: 6791886903144652104
endflight0017.png_4: -1746873537342208576
endflight0017.png_5: 148696581269138551
endflight0017.png_6: 5524882467982981166
endflight0017.png_7: -3323604993047557692
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

View File

@@ -0,0 +1,364 @@
fileFormatVersion: 2
guid: 05e5aa20da4a5de42a7c18ff0119ad2e
TextureImporter:
internalIDToNameTable:
- first:
213: 5580143740883070731
second: endflight0018.png_0
- first:
213: -8667016722140540522
second: endflight0018.png_1
- first:
213: 6997168272465748624
second: endflight0018.png_2
- first:
213: -7175274314859437684
second: endflight0018.png_3
- first:
213: 5718548797250532410
second: endflight0018.png_4
- first:
213: -724636398879203788
second: endflight0018.png_5
- first:
213: 3954514708050399133
second: endflight0018.png_6
- first:
213: -4658845328774747109
second: endflight0018.png_7
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: endflight0018.png_0
rect:
serializedVersion: 2
x: 307
y: 2363
width: 139
height: 176
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b0f64feda27a07d40800000000000000
internalID: 5580143740883070731
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0018.png_1
rect:
serializedVersion: 2
x: 0
y: 2117
width: 259
height: 167
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6915176063298b780800000000000000
internalID: -8667016722140540522
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0018.png_2
rect:
serializedVersion: 2
x: 235
y: 1928
width: 350
height: 223
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 09264f1a87fea1160800000000000000
internalID: 6997168272465748624
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0018.png_3
rect:
serializedVersion: 2
x: 327
y: 1335
width: 215
height: 236
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: c81a1d0e60e4c6c90800000000000000
internalID: -7175274314859437684
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0018.png_4
rect:
serializedVersion: 2
x: 1037
y: 1525
width: 30
height: 363
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: a34fada35dd5c5f40800000000000000
internalID: 5718548797250532410
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0018.png_5
rect:
serializedVersion: 2
x: 1332
y: 1452
width: 114
height: 254
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 43e9c75d80391f5f0800000000000000
internalID: -724636398879203788
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0018.png_6
rect:
serializedVersion: 2
x: 1546
y: 1308
width: 223
height: 252
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: d9fc660dc2241e630800000000000000
internalID: 3954514708050399133
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: endflight0018.png_7
rect:
serializedVersion: 2
x: 0
y: 601
width: 1920
height: 845
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b1ca4ea6bd4785fb0800000000000000
internalID: -4658845328774747109
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
endflight0018.png_0: 5580143740883070731
endflight0018.png_1: -8667016722140540522
endflight0018.png_2: 6997168272465748624
endflight0018.png_3: -7175274314859437684
endflight0018.png_4: 5718548797250532410
endflight0018.png_5: -724636398879203788
endflight0018.png_6: 3954514708050399133
endflight0018.png_7: -4658845328774747109
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Some files were not shown because too many files have changed in this diff Show More