Compare commits

..

176 Commits

Author SHA1 Message Date
6b92462e7b Stashed work on booster explosion 2025-11-20 17:00:26 +01:00
2d3168d86b Merge branch 'main' into card-juice 2025-11-20 16:20:54 +01:00
609f4cde57 Added card VO 2025-11-20 16:20:10 +01:00
058af331e0 pooper_minigame (#62)
Co-authored-by: Michal Pikulski <michal.a.pikulski@gmail.com>
Reviewed-on: #62
2025-11-20 15:16:57 +00:00
0a145a87b3 Added voices to card config, fixed marmor background 2025-11-20 15:58:34 +01:00
6ebf46fe8b re-added butterfly audio 2025-11-20 15:37:42 +01:00
8b9f847ef8 Added audio resource to card definition and editor 2025-11-20 11:48:41 +01:00
282f77e764 Added crash sound to butterfly glass 2025-11-20 11:10:41 +01:00
24ea8d0903 Added highlight effect to the butterfly jar 2025-11-20 11:01:58 +01:00
journaliciouz
97921c3727 Merge branch 'main' of https://homelab.tailf7f81b.ts.net/tschesky/AppleHillsProduction 2025-11-20 00:02:02 +01:00
journaliciouz
28ba819731 Overworld ambience 2025-11-20 00:01:57 +01:00
Michal Pikulski
43fc6c327a Fix initialization bug 2025-11-19 23:57:44 +01:00
journaliciouz
e76fb0a62e Merge branch 'main' of https://homelab.tailf7f81b.ts.net/tschesky/AppleHillsProduction 2025-11-19 23:51:15 +01:00
journaliciouz
dcb082bc4a Book open/close audio 2025-11-19 23:51:03 +01:00
Michal Pikulski
47e4668592 Rename this piece of shit font from the unhinged naming convention 2025-11-19 23:49:42 +01:00
Michal Pikulski
6b8420c8c7 Update card sorting MVP 2025-11-19 23:48:41 +01:00
journaliciouz
b2c61125ef P L O P 2025-11-19 23:46:12 +01:00
journaliciouz
38466381a5 Added feedback to pages turning 2025-11-19 23:06:04 +01:00
journaliciouz
21308c339d Every card was KUNG FU FIGHTING 2025-11-19 22:56:24 +01:00
journaliciouz
b75dd15614 Merge branch 'main' into card-juice 2025-11-19 21:45:11 +01:00
afbc0f15a2 Merge pull request 'Modified the overworld scene and also the cement factory prefab.' (#61) from DamianBranch into main
Reviewed-on: #61
2025-11-19 20:10:27 +00:00
ce110d23ae Modified the overworld scene and also the cement factory prefab. 2025-11-19 21:07:48 +01:00
a432fd45bd Initial card audio 2025-11-19 15:51:54 +01:00
fee5515bbd First MVP of sorting minigame (#60)
Co-authored-by: Michal Pikulski <michal.a.pikulski@gmail.com>
Co-authored-by: Michal Pikulski <michal@foolhardyhorizons.com>
Reviewed-on: #60
2025-11-19 13:56:10 +00:00
f878521dab Added butterfly bottle 2025-11-18 17:06:06 +01:00
2c4e90b698 Finished changing score to amount of photos 2025-11-18 12:45:36 +01:00
219f2239a1 Added number of photos scoring 2025-11-18 11:33:16 +01:00
63f410298d Android build settings 2025-11-18 10:23:00 +01:00
235fa04eba Merge a card refresh (#59)
- **Refactored Card Placement Flow**
  - Separated card presentation from orchestration logic
  - Extracted `CornerCardManager` for pending card lifecycle (spawn, shuffle, rebuild)
  - Extracted `AlbumNavigationService` for book page navigation and zone mapping
  - Extracted `CardEnlargeController` for backdrop management and card reparenting
  - Implemented controller pattern (non-MonoBehaviour) for complex logic
  - Cards now unparent from slots before rebuild to prevent premature destruction

- **Improved Corner Card Display**
  - Fixed cards spawning on top of each other during rebuild
  - Implemented shuffle-to-front logic (remaining cards occupy slots 0→1→2)
  - Added smart card selection (prioritizes cards matching current album page)
  - Pending cards now removed from queue immediately on drag start
  - Corner cards rebuild after each placement with proper slot reassignment

- **Enhanced Album Card Viewing**
  - Added dramatic scale increase when viewing cards from album slots
  - Implemented shrink animation when dismissing enlarged cards
  - Cards transition: `PlacedInSlotState` → `AlbumEnlargedState` → `PlacedInSlotState`
  - Backdrop shows/hides with card enlarge/shrink cycle
  - Cards reparent to enlarged container while viewing, return to slot after

- **State Machine Improvements**
  - Added `CardStateNames` constants for type-safe state transitions
  - Implemented `ICardClickHandler` and `ICardStateDragHandler` interfaces
  - State transitions now use cached property indices
  - `BoosterCardContext` separated from `CardContext` for single responsibility

- **Code Cleanup**
  - Identified unused `SlotContainerHelper.cs` (superseded by `CornerCardManager`)
  - Identified unused `BoosterPackDraggable.canOpenOnDrop` field
  - Identified unused `AlbumViewPage._previousInputMode` (hardcoded value)
  - Identified unused `Card.OnPlacedInAlbumSlot` event (no subscribers)

Co-authored-by: Michal Pikulski <michal.a.pikulski@gmail.com>
Co-authored-by: Michal Pikulski <michal@foolhardyhorizons.com>
Reviewed-on: #59
2025-11-18 08:40:59 +00: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
988bc53ec8 Finally, priority VO 2025-10-29 17:01:02 +01:00
3cd2466fbb Merge branch 'main' into audio-overhaul 2025-10-29 14:22:53 +01:00
bf0a37fe2e Merge branch 'main' into audio-overhaul 2025-10-29 11:33:13 +01:00
1a04e82920 Merge branch 'main' into audio-overhaul 2025-10-28 16:10:48 +01:00
86bee75578 Implemented pauses on AudioManager 2025-10-28 13:19:33 +01:00
1595 changed files with 1643134 additions and 31816 deletions

4
.gitignore vendored
View File

@@ -3,6 +3,7 @@
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
#
.idea/
.github/
.utmp/
/[Ll]ibrary/
@@ -104,3 +105,6 @@ InitTestScene*.unity*
.vscode/launch.json
.vscode/settings.json
.idea/.idea.AppleHillsProduction/.idea/indexLayout.xml
# WIP docs
/docs/wip/

View File

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

View File

@@ -15,7 +15,7 @@ MonoBehaviour:
m_DefaultGroup: 6f3207429a65b3e4b83935ac19791077
m_currentHash:
serializedVersion: 2
Hash: 1407f5b88a71fcdec56bb678f6dc3653
Hash: 89cfa2de693303d57eb83bd0f8745338
m_OptimizeCatalogSize: 0
m_BuildRemoteCatalog: 0
m_CatalogRequestsTimeout: 0
@@ -61,6 +61,7 @@ MonoBehaviour:
m_overridePlayerVersion: '[UnityEditor.PlayerSettings.bundleVersion]'
m_GroupAssets:
- {fileID: 11400000, guid: 124f05e204489af49943d7fc039640a4, type: 2}
- {fileID: 11400000, guid: bbde7ea705b911040ab0f00ff58a4cd2, type: 2}
- {fileID: 11400000, guid: efe7e1728e73e9546ac5dfee2eff524f, type: 2}
- {fileID: 11400000, guid: 6e4927e7e19eef34b93dc2baa9e9e8e2, type: 2}
- {fileID: 11400000, guid: 4186fdd83f912a14b97fbf4644266b0d, type: 2}

View File

@@ -15,74 +15,134 @@ MonoBehaviour:
m_GroupName: BlokkemonCards
m_GUID: 0d5d36d6da388314b92b9c6967d23f39
m_SerializeEntries:
- m_GUID: 1fe09914d65c6d2429e917359ed54122
m_Address: Assets/Data/Cards/Card_HR PimpSten (Copy).asset
- m_GUID: 0046d7c3ed6b85245af4ce4144b60dfb
m_Address: Assets/Data/Cards/Card_New Card 1.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 20ad613524eea614aacfc7d87629dfdc
m_Address: Assets/Data/Cards/Card_Brosten (Copy).asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 2c9a605210e7f1b48bc66baef17f18cf
m_Address: Assets/Data/Cards/Card_Brosten (Copy) (Copy).asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 3e507a1198083f747bf8f14f1dfc9daa
m_Address: Assets/Data/Cards/Card_Mormor Marmor (Copy).asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 3f4654d849af5ef4d81e0bccacfe03e8
m_Address: Assets/Data/Cards/Card_Mormor Marmor (Copy) (Copy).asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 42b258acaccec1c4c8a271b34f5c0ba9
m_Address: Assets/Data/Cards/Card_HR PimpSten (Copy) (Copy).asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 4b9c8b6ca63744a44acfe49ebe337619
m_Address: Assets/Data/Cards/Card_New Card 2.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 91031de62f795884e8e2ccbaebeebf9b
- m_GUID: 0cdbd83156224f242b3cab9bb96a7b41
m_Address: Assets/Data/Cards/Card_New Card.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 935dc5e5a05e0d443b263cceb57df300
m_Address: Assets/Data/Cards/Card_New Card 4.asset
- m_GUID: 0f47589539ec1d948890869cea0bfdf0
m_Address: Assets/Data/Cards/Card_New Card.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: b7c519c4abc0edf4897168c699d9f250
m_Address: Assets/Data/Cards/Card_HRKvarts (Copy).asset
- m_GUID: 12a59553805b9374aa830df9b3866864
m_Address: Assets/Data/Cards/Card_New Card.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: ba36d0f7b72437d46aef231a1ed79110
m_Address: Assets/Data/Cards/Card_New Card 3.asset
- m_GUID: 1d60a4c02e1dbb64dbd638d32d2bcf44
m_Address: Assets/Data/Cards/Card_New Card.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: e1af518c607db864498329308e3dcc76
m_Address: Assets/Data/Cards/Card_HRKvarts (Copy) (Copy).asset
- 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_KalkUlation 3.asset
m_ReadOnly: 0
m_SerializedLabels:
- BlokkemonCard
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 53996921ed2094948aa317efe4ca6630
m_Address: Assets/Data/Cards/Card_MormorMarmor 3.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: 7e3c8a4745009804b9a620e3ae15070f
m_Address: Assets/Data/Cards/Card_MormorMarmor 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: bcbebd216e6c867409206d33b4395b5b
m_Address: Assets/Data/Cards/Card_KalkUlation 1.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

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: UIAudio_BundledAssetGroupSchema
m_EditorClassIdentifier:
m_Group: {fileID: 11400000, guid: bbde7ea705b911040ab0f00ff58a4cd2, 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: 2c9a605210e7f1b48bc66baef17f18cf
guid: 37c1a16a603abfa4ebe4cb0d8e291508
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: UIAudio_ContentUpdateGroupSchema
m_EditorClassIdentifier:
m_Group: {fileID: 11400000, guid: bbde7ea705b911040ab0f00ff58a4cd2, type: 2}
m_StaticContent: 0

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 20ad613524eea614aacfc7d87629dfdc
guid: 9be3ea38cfe278f48acc8e540f553f93
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000

View File

@@ -25,16 +25,31 @@ MonoBehaviour:
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 35d377f68c0a6704d838fe69a20b4bb8
m_Address: Settings/BirdPooperSettings
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 44f8b357e56ef9d4784ec1b1df1a13a8
m_Address: Settings/Developer/DebugSettings
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
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 9d4a355954ae0a544a9c2a8281bc4bee
m_Address: Settings/CardSortingSettings
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: a9569848f604a6540827d4d4bb0a35c2
m_Address: Settings/DivingMinigameSettings
m_ReadOnly: 0

View File

@@ -0,0 +1,158 @@
%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: UIAudio
m_EditorClassIdentifier: Unity.Addressables.Editor::UnityEditor.AddressableAssets.Settings.AddressableAssetGroup
m_GroupName: UIAudio
m_GUID: 21420e71d44619f468badaed8efc42a7
m_SerializeEntries:
- m_GUID: 00038c8c9c35dcd4dbe63e1e353c61e4
m_Address: card_reveal_swoosh
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 0d5338fdaf29bf74a80b0f69f54b1c6e
m_Address: paper_putdown3
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 122252b4fb16c174ea84105e1ee0005a
m_Address: Buildup2
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 1541e33abea181a4fbefd064f352e4db
m_Address: random_paper_putdown
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 1eb5a5804b5d4f846bc2b769ab27eb8a
m_Address: ui_whoosh4
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 206f37f82c24f2a46aaba7c9c4eb057a
m_Address: card_levelup
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 2d74f059d97ec1b4f9348ce83704d538
m_Address: paper_putdown4
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 409c38ab3d67b78448855953f4bfab6c
m_Address: paper_pickup2
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 43b14da66a9b94746a20e1ff09876cdc
m_Address: paper_pickup1
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 44d2126645d82db4184c8532bbd65bba
m_Address: Fanfare
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 463898802328c7b49a90c64efc015aa9
m_Address: random_paper_pickup
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 4f3f389d8bcda7c4c891c4db8dab4eac
m_Address: paper_putdown2
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 53611b3b39d2a2a4fb0bb245615816f8
m_Address: paper_pickup3
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 583ef7b7775e26643b26e91ac220635e
m_Address: ui_whoosh3
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 645b89354da5a3f4f99e3254d1dde34e
m_Address: Buildup1
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 6f9e7ca8526d9244bb10f4882e325c10
m_Address: card_albumdrop_deep
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 72ca46326838bfe43b55d95211f99673
m_Address: shimmering_loop
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 80640b13c0da77f4fa4404dd73f12405
m_Address: ui_whoosh1
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: b4e6dffc2e91cea44a82334fa76f3706
m_Address: card_albumdrop
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: b715285f6383cc84396f68bf7c7e4056
m_Address: Buildup3
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: b9e8fd89f43865b4e961cc294c81b303
m_Address: paper_putdown1
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: c0dd520f1d2e43d45bdccd3645a03b24
m_Address: buildup_loop2
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: cf07cb3f02fb8d24db4c4dc12dcb07e7
m_Address: book_open
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: d3a9c126b6ce32f459e9642a4dd4d3b4
m_Address: buildup_loop1
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: d93fc78c7dc83184c9c7d2add4a7054c
m_Address: random_swoosh
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: f38900782fc53364d895ebe01d2f0cf5
m_Address: paper_pickup4
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: ff3374b8dfc65844a8cac944cb03bfc5
m_Address: ui_whoosh2
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
m_ReadOnly: 0
m_Settings: {fileID: 11400000, guid: 11da9bb90d9dd5848b4f7629415a6937, type: 2}
m_SchemaSet:
m_Schemas:
- {fileID: 11400000, guid: 37c1a16a603abfa4ebe4cb0d8e291508, type: 2}
- {fileID: 11400000, guid: 9be3ea38cfe278f48acc8e540f553f93, type: 2}

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 42b258acaccec1c4c8a271b34f5c0ba9
guid: bbde7ea705b911040ab0f00ff58a4cd2
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 1d2257a430320c94084cd1dda5a0a747
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

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

View File

@@ -0,0 +1,84 @@
%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: Bottle_breaking
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: 189697122, guid: 88ebd40823d503a44af6d726c6b5aab5, type: 3}
- time: 0.06666667
value: {fileID: -1909002889, guid: 88ebd40823d503a44af6d726c6b5aab5, type: 3}
- time: 0.13333334
value: {fileID: 1558355578, guid: 88ebd40823d503a44af6d726c6b5aab5, type: 3}
- time: 0.2
value: {fileID: 1034699291, guid: 88ebd40823d503a44af6d726c6b5aab5, type: 3}
- time: 0.26666668
value: {fileID: -2049972490, guid: 88ebd40823d503a44af6d726c6b5aab5, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
m_SampleRate: 30
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: 0
script: {fileID: 0}
typeID: 212
customType: 23
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: 189697122, guid: 88ebd40823d503a44af6d726c6b5aab5, type: 3}
- {fileID: -1909002889, guid: 88ebd40823d503a44af6d726c6b5aab5, type: 3}
- {fileID: 1558355578, guid: 88ebd40823d503a44af6d726c6b5aab5, type: 3}
- {fileID: 1034699291, guid: 88ebd40823d503a44af6d726c6b5aab5, type: 3}
- {fileID: -2049972490, guid: 88ebd40823d503a44af6d726c6b5aab5, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 0.3
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: ffdb9d6e604209f46947e5c1cbc84c06
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

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,72 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1107 &-6003804408019435689
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: -5307821166185472800}
m_Position: {x: 80, y: 280, 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: -5307821166185472800}
--- !u!1102 &-5307821166185472800
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Bottle_breaking
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: ffdb9d6e604209f46947e5c1cbc84c06, 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: Butterfly_Bottle
serializedVersion: 5
m_AnimatorParameters: []
m_AnimatorLayers:
- serializedVersion: 5
m_Name: Base Layer
m_StateMachine: {fileID: -6003804408019435689}
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}

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 117ea4e1a9a05d1449227094620990e1
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 9100000
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

@@ -0,0 +1,84 @@
%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: bottle_whole
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: -1909002889, guid: 88ebd40823d503a44af6d726c6b5aab5, type: 3}
- time: 0.06666667
value: {fileID: -1909002889, guid: 88ebd40823d503a44af6d726c6b5aab5, type: 3}
- time: 0.13333334
value: {fileID: 1558355578, guid: 88ebd40823d503a44af6d726c6b5aab5, type: 3}
- time: 0.2
value: {fileID: 1034699291, guid: 88ebd40823d503a44af6d726c6b5aab5, type: 3}
- time: 0.26666668
value: {fileID: -2049972490, guid: 88ebd40823d503a44af6d726c6b5aab5, type: 3}
attribute: m_Sprite
path:
classID: 212
script: {fileID: 0}
flags: 2
m_SampleRate: 30
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: 0
script: {fileID: 0}
typeID: 212
customType: 23
isPPtrCurve: 1
isIntCurve: 0
isSerializeReferenceCurve: 0
pptrCurveMapping:
- {fileID: -1909002889, guid: 88ebd40823d503a44af6d726c6b5aab5, type: 3}
- {fileID: -1909002889, guid: 88ebd40823d503a44af6d726c6b5aab5, type: 3}
- {fileID: 1558355578, guid: 88ebd40823d503a44af6d726c6b5aab5, type: 3}
- {fileID: 1034699291, guid: 88ebd40823d503a44af6d726c6b5aab5, type: 3}
- {fileID: -2049972490, guid: 88ebd40823d503a44af6d726c6b5aab5, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 0.3
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: cb928614ea33d2248b0111d692dde12a
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

View File

@@ -0,0 +1,294 @@
fileFormatVersion: 2
guid: 88ebd40823d503a44af6d726c6b5aab5
TextureImporter:
internalIDToNameTable: []
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: 50
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: butterfly_bottle0001
rect:
serializedVersion: 2
x: 1
y: 1694
width: 230
height: 353
alignment: 9
pivot: {x: 0.54347825, y: 0.0509915}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 818684c2b9a81f040ba52c66f3bd8ffb
internalID: -1317397836
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: butterfly_bottle0010
rect:
serializedVersion: 2
x: 233
y: 1695
width: 286
height: 352
alignment: 9
pivot: {x: 0.48601398, y: 0.0028409092}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: d2e26d456613c414a891a21373d7e563
internalID: 189697122
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: butterfly_bottle0012
rect:
serializedVersion: 2
x: 1
y: 1210
width: 476
height: 482
alignment: 9
pivot: {x: 0.5840336, y: 0.016597511}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: b881034128731d144a6e0e21ed1bbd92
internalID: -1909002889
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: butterfly_bottle0014
rect:
serializedVersion: 2
x: 479
y: 1139
width: 491
height: 553
alignment: 9
pivot: {x: 0.592668, y: -0.07775769}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 34d0ad34c7113e9458950d5786836a54
internalID: 1558355578
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: butterfly_bottle0016
rect:
serializedVersion: 2
x: 1
y: 791
width: 601
height: 346
alignment: 9
pivot: {x: 0.5357737, y: -0.0433526}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 6bdf5d15df30ac9478e491fab79e7384
internalID: 1034699291
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: butterfly_bottle0018
rect:
serializedVersion: 2
x: 521
y: 1884
width: 407
height: 163
alignment: 9
pivot: {x: 0.6093366, y: 0.5092025}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: e9d4bd12cbd256a478f498e1705b3750
internalID: -2049972490
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: a43d45d547058764b9c7736a01a176bf
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
butterfly_bottle0001: -1317397836
butterfly_bottle0010: 189697122
butterfly_bottle0012: -1909002889
butterfly_bottle0014: 1558355578
butterfly_bottle0016: 1034699291
butterfly_bottle0018: -2049972490
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,21 @@
#
# Sprite sheet data for Unity.
#
# To import these sprites into your Unity project, download "TexturePackerImporter":
# https://www.codeandweb.com/texturepacker/unity
#
# $TexturePacker:SmartUpdate:7e4012bafb9e0dc5f1a09fab8f0933ae:623edb46e428a105939a0ec8cbd2a4f4:536c3ad91c589edb78e5a083400aa456$
#
:format=40300
:texture=butterfly_bottle.png
:size=1024x2048
:pivotpoints=enabled
:borders=disabled
:alphahandling=ClearTransparentPixels
butterfly_bottle0001;1;1694;230;353; 0.5434782608695652;0.05099150141643061; 0;0;0;0; 8;230;337;230;38;177;4;104;0;37;15;6;46;0;352;177;353; 6;5;6;7;1;5;7;3;4;5;1;2;3;1;3;5;0;1;7
butterfly_bottle0010;233;1695;286;352; 0.486013986013986;0.0028409090909090606; 0;0;0;0; 20;215;308;286;261;264;197;188;156;196;147;260;178;271;50;211;16;109;0;120;37;83;7;25;25;5;56;0;149;71;154;62;183;46;161;7;176;0;294;97;352; 18;15;18;19;17;18;15;17;15;16;0;3;15;12;13;14;11;9;10;11;12;9;4;7;9;9;12;14;7;8;9;3;9;14;4;5;6;4;6;7;3;4;9;3;14;15;0;1;2;0;2;3;0;15;19
butterfly_bottle0012;1;1210;476;482; 0.5840336134453782;0.016597510373444035; 0;0;0;0; 41;310;422;401;338;426;243;401;212;476;137;462;71;389;0;383;59;341;46;332;90;318;88;387;221;358;230;361;266;285;269;283;236;241;234;241;200;206;230;159;303;220;370;171;434;184;462;219;482;66;130;133;115;136;92;162;74;131;18;64;4;38;33;0;111;63;143;164;364;154;338;154;263;120;277;80;240;47;273;95;366;121;386; 35;20;22;23;20;21;22;14;16;19;16;17;18;16;18;19;14;19;20;14;15;16;0;14;20;14;0;1;11;12;13;9;10;11;3;9;11;7;8;9;5;6;7;4;5;7;3;4;7;3;7;9;2;3;11;2;11;13;14;1;13;13;1;2;0;20;23;24;31;32;30;28;29;26;27;28;30;26;28;26;30;24;26;24;25;24;30;31;34;39;40;38;36;37;38;39;36;34;35;36;34;36;39;33;34;40
butterfly_bottle0014;479;1139;491;553; 0.5926680244399185;-0.07775768535262206; 0;0;0;0; 33;72;132;73;125;141;95;113;71;159;52;113;0;35;4;0;133;491;144;473;91;426;117;413;79;388;96;365;94;313;233;465;245;105;297;114;195;83;198;45;162;8;181;43;309;309;507;326;421;341;307;245;270;199;299;193;337;158;336;182;372;235;427;226;536;279;553; 25;3;5;6;3;4;5;1;3;6;1;2;3;1;6;7;0;1;7;10;14;15;13;14;10;13;10;12;10;11;12;8;9;10;8;10;15;18;19;20;18;20;21;16;17;18;16;18;21;22;31;32;27;29;30;27;28;29;27;30;24;23;24;30;25;26;27;27;24;25;22;23;30;22;30;31
butterfly_bottle0016;1;791;601;346; 0.5357737104825291;-0.043352601156069426; 0;0;0;0; 33;601;75;553;47;491;56;491;12;441;0;330;94;424;162;506;130;523;166;569;170;152;179;121;152;132;135;189;110;173;97;205;65;162;15;88;19;58;92;9;109;0;138;91;214;433;284;371;241;389;202;356;139;331;142;312;106;278;119;225;215;197;258;265;299;417;346; 27;7;8;9;2;6;7;5;6;2;0;7;9;2;3;4;5;2;4;1;2;7;0;1;7;11;20;21;18;19;20;18;11;12;17;18;14;14;15;16;12;13;14;17;14;16;18;12;14;11;18;20;10;11;21;23;31;32;29;30;31;29;31;23;26;27;28;24;25;26;23;24;26;29;23;26;29;26;28;22;23;32
butterfly_bottle0018;521;1884;407;163; 0.6093366093366094;0.50920245398773; 0;0;0;0; 17;350;136;382;136;407;39;363;14;253;0;183;14;163;30;67;5;60;27;0;49;16;144;81;149;164;110;179;141;204;123;243;162;301;163; 15;14;15;16;12;13;14;8;11;12;10;8;9;6;12;14;10;11;8;4;14;16;8;6;7;6;8;12;5;6;14;4;5;14;0;3;4;0;2;3;0;1;2;0;4;16

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: d67be9c7dfdb8a845ba5e3b2371bf485
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 1ab775930216780418a73fbb275870d5
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,207 @@
%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: BoosterExplode
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: 1200260006, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 0.06666667
value: {fileID: 1939033739, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 0.13333334
value: {fileID: 431303187, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 0.2
value: {fileID: -1878147981, guid: 1711d96f570b996449c94447e4447605, type: 3}
- time: 0.26666668
value: {fileID: 321162921, guid: 1711d96f570b996449c94447e4447605, type: 3}
- time: 0.33333334
value: {fileID: -212631553, guid: 1711d96f570b996449c94447e4447605, type: 3}
- time: 0.4
value: {fileID: 325159192, guid: 1711d96f570b996449c94447e4447605, type: 3}
- time: 0.46666667
value: {fileID: 1146476852, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 0.53333336
value: {fileID: 86985242, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 0.6
value: {fileID: 1207773342, guid: 1711d96f570b996449c94447e4447605, type: 3}
- time: 0.6666667
value: {fileID: 1931854497, guid: 1711d96f570b996449c94447e4447605, type: 3}
- time: 0.73333335
value: {fileID: 1653780740, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 0.8
value: {fileID: 2011455369, guid: 1711d96f570b996449c94447e4447605, type: 3}
- time: 0.8666667
value: {fileID: -1653716133, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 0.93333334
value: {fileID: 829321867, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 1
value: {fileID: -744609404, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 1.0666667
value: {fileID: 30286269, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 1.1333333
value: {fileID: -415323730, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 1.2
value: {fileID: -685688373, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 1.2666667
value: {fileID: -1020520436, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 1.3333334
value: {fileID: -1918496444, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 1.4
value: {fileID: 1398882167, guid: 1711d96f570b996449c94447e4447605, type: 3}
- time: 1.4666667
value: {fileID: -1905782352, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 1.5333333
value: {fileID: -1042450919, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 1.6
value: {fileID: 1897882992, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 1.6666666
value: {fileID: -448395009, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 1.7333333
value: {fileID: 137829722, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 1.8
value: {fileID: -1891938444, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 1.8666667
value: {fileID: -922082160, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 1.9333333
value: {fileID: -1407149841, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 2
value: {fileID: -1484078870, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 2.0666666
value: {fileID: 1462431765, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 2.1333334
value: {fileID: 1066215787, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 2.2
value: {fileID: -1441129553, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 2.2666667
value: {fileID: 1266938527, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 2.3333333
value: {fileID: 1049727164, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 2.4
value: {fileID: 1538056456, guid: 1711d96f570b996449c94447e4447605, type: 3}
- time: 2.4666667
value: {fileID: -1545833674, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 2.5333333
value: {fileID: -713397440, guid: 1711d96f570b996449c94447e4447605, type: 3}
- time: 2.6
value: {fileID: 479555663, guid: 1711d96f570b996449c94447e4447605, type: 3}
- time: 2.6666667
value: {fileID: -65345289, guid: 1d5fd12db532c6d43ad249e48c23c478, type: 3}
- time: 2.7333333
value: {fileID: -1735512395, guid: a3752a6f013c3544689663996232761c, type: 3}
- time: 2.8
value: {fileID: 1670129030, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- time: 2.8666666
value: {fileID: -2051487717, guid: 1711d96f570b996449c94447e4447605, type: 3}
- time: 2.9333334
value: {fileID: -1185435315, guid: 1711d96f570b996449c94447e4447605, type: 3}
- time: 3
value: {fileID: 2064524225, guid: 1711d96f570b996449c94447e4447605, type: 3}
attribute: m_Sprite
path:
classID: 114
script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
flags: 2
m_SampleRate: 30
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: 1200260006, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: 1939033739, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: 431303187, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: -1878147981, guid: 1711d96f570b996449c94447e4447605, type: 3}
- {fileID: 321162921, guid: 1711d96f570b996449c94447e4447605, type: 3}
- {fileID: -212631553, guid: 1711d96f570b996449c94447e4447605, type: 3}
- {fileID: 325159192, guid: 1711d96f570b996449c94447e4447605, type: 3}
- {fileID: 1146476852, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: 86985242, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: 1207773342, guid: 1711d96f570b996449c94447e4447605, type: 3}
- {fileID: 1931854497, guid: 1711d96f570b996449c94447e4447605, type: 3}
- {fileID: 1653780740, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: 2011455369, guid: 1711d96f570b996449c94447e4447605, type: 3}
- {fileID: -1653716133, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: 829321867, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: -744609404, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: 30286269, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: -415323730, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: -685688373, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: -1020520436, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: -1918496444, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: 1398882167, guid: 1711d96f570b996449c94447e4447605, type: 3}
- {fileID: -1905782352, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: -1042450919, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: 1897882992, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: -448395009, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: 137829722, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: -1891938444, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: -922082160, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: -1407149841, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: -1484078870, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: 1462431765, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: 1066215787, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: -1441129553, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: 1266938527, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: 1049727164, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: 1538056456, guid: 1711d96f570b996449c94447e4447605, type: 3}
- {fileID: -1545833674, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: -713397440, guid: 1711d96f570b996449c94447e4447605, type: 3}
- {fileID: 479555663, guid: 1711d96f570b996449c94447e4447605, type: 3}
- {fileID: -65345289, guid: 1d5fd12db532c6d43ad249e48c23c478, type: 3}
- {fileID: -1735512395, guid: a3752a6f013c3544689663996232761c, type: 3}
- {fileID: 1670129030, guid: b5ee8616db540c640827a1ec6064efdd, type: 3}
- {fileID: -2051487717, guid: 1711d96f570b996449c94447e4447605, type: 3}
- {fileID: -1185435315, guid: 1711d96f570b996449c94447e4447605, type: 3}
- {fileID: 2064524225, guid: 1711d96f570b996449c94447e4447605, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 3.0333333
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: 4068d220240e6314b96a05a771f77f1d
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,470 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &-8635938443881573739
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: 4068d220240e6314b96a05a771f77f1d, 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 &-1335982003513888444
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: 96f9e8183e1ae534dae29af6a5d245d1, 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 &-1312978031778379791
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_Version: 1
m_Start: 0
m_ClipIn: 0
m_Asset: {fileID: -8635938443881573739}
m_Duration: 3.033333333333333
m_TimeScale: 1
m_ParentTrack: {fileID: -1312978031778379791}
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: 1
m_PreExtrapolationMode: 1
m_PostExtrapolationTime: 0
m_PreExtrapolationTime: 0
m_DisplayName: BoosterExplode
- m_Version: 1
m_Start: 3.033333333333333
m_ClipIn: 0
m_Asset: {fileID: -1335982003513888444}
m_Duration: 5.783333333333333
m_TimeScale: 1
m_ParentTrack: {fileID: -1312978031778379791}
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: 1
m_PreExtrapolationMode: 1
m_PostExtrapolationTime: Infinity
m_PreExtrapolationTime: 0
m_DisplayName: invisible_booster
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
--- !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: BoosterExplodeTimeline
m_EditorClassIdentifier: Unity.Timeline::UnityEngine.Timeline.TimelineAsset
m_Version: 0
m_Tracks:
- {fileID: -1312978031778379791}
- {fileID: 6432089158411281440}
m_FixedDuration: 0
m_EditorSettings:
m_Framerate: 60
m_ScenePreview: 1
m_DurationMode: 0
m_MarkerTrack: {fileID: 0}
--- !u!114 &2363408775021737169
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: a63158fe6177c7e4ab1d4f38f005b798, 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 &5144164875781945027
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: 2f6c00817fca64b4cab5fc4cbb7a7428, 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 &6432089158411281440
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 (1)
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_Version: 1
m_Start: 2.65
m_ClipIn: 0
m_Asset: {fileID: 5144164875781945027}
m_Duration: 6.166666666666667
m_TimeScale: 1
m_ParentTrack: {fileID: 6432089158411281440}
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: 1
m_PreExtrapolationMode: 1
m_PostExtrapolationTime: Infinity
m_PreExtrapolationTime: 0
m_DisplayName: Confetti
- m_Version: 1
m_Start: 0
m_ClipIn: 0
m_Asset: {fileID: 2363408775021737169}
m_Duration: 2.65
m_TimeScale: 1
m_ParentTrack: {fileID: 6432089158411281440}
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: 1
m_PreExtrapolationMode: 1
m_PostExtrapolationTime: 0
m_PreExtrapolationTime: 0
m_DisplayName: invisible_confetti
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: 1fe09914d65c6d2429e917359ed54122
guid: bd618cfbb905ca54ba32ff86af99fca9
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000

View File

@@ -0,0 +1,420 @@
%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: Confetti
serializedVersion: 7
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves: []
m_ScaleCurves: []
m_FloatCurves:
- serializedVersion: 2
curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: Infinity
outSlope: Infinity
tangentMode: 103
weightedMode: 0
inWeight: 0
outWeight: 0
- serializedVersion: 3
time: 2.0333333
value: 1
inSlope: Infinity
outSlope: Infinity
tangentMode: 103
weightedMode: 0
inWeight: 0
outWeight: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_Enabled
path:
classID: 114
script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
flags: 16
m_PPtrCurves:
- serializedVersion: 2
curve:
- time: 0
value: {fileID: 21300000, guid: 43cd564c4fceac74cbb16dcbde645c9f, type: 3}
- time: 0.06666667
value: {fileID: 21300000, guid: 0490b0890b713d6489c5ceecf3feff32, type: 3}
- time: 0.13333334
value: {fileID: 21300000, guid: ee7ff9688a95246478911535399269a9, type: 3}
- time: 0.2
value: {fileID: 21300000, guid: 90efd32cc4db906488a484f2ff81943c, type: 3}
- time: 0.26666668
value: {fileID: 21300000, guid: c57bc5fb9f43eba4b9e6d15e409088b7, type: 3}
- time: 0.33333334
value: {fileID: 21300000, guid: 1f6ff631ae2e59545a7962c8278d8387, type: 3}
- time: 0.4
value: {fileID: 21300000, guid: d8d22dd8ffef18d4092eef549ebb9a01, type: 3}
- time: 0.46666667
value: {fileID: 21300000, guid: 30775d0e922b441499bc282f91aeae2e, type: 3}
- time: 0.53333336
value: {fileID: 21300000, guid: 934707ef8327398469f06992becdc533, type: 3}
- time: 0.6
value: {fileID: 21300000, guid: f3573e3e5e406dc46b6749b8734b24b1, type: 3}
- time: 0.6666667
value: {fileID: 21300000, guid: be1dec6eca97c734d87c704788c3162a, type: 3}
- time: 0.73333335
value: {fileID: 21300000, guid: 82722f8dfbcd15447968ac21583660bd, type: 3}
- time: 0.8
value: {fileID: 21300000, guid: 9c17572d965e8d944b4882245eb76807, type: 3}
- time: 0.8666667
value: {fileID: 21300000, guid: d0bbe41f678c1484cb5506acb743c4be, type: 3}
- time: 0.93333334
value: {fileID: 21300000, guid: 7c6f1b5d80cca6c488a17bccac062c12, type: 3}
- time: 1
value: {fileID: 21300000, guid: 6be35c2193e26db40b001d2604f921dd, type: 3}
- time: 1.0666667
value: {fileID: 21300000, guid: 2fe75b08abad50746916d34e37d9c392, type: 3}
- time: 1.1333333
value: {fileID: 21300000, guid: eed5a1c80baad704f918fc6495e57092, type: 3}
- time: 1.2
value: {fileID: 21300000, guid: da98adcb023cca942a0568ccef4ce8c5, type: 3}
- time: 1.2666667
value: {fileID: 21300000, guid: d83bc6729332b3b48a747c696df1d018, type: 3}
- time: 1.3333334
value: {fileID: 21300000, guid: 514c05d15cd5a0e4aa9795dbcb01334a, type: 3}
- time: 1.4
value: {fileID: 21300000, guid: eda017c4d3f7f9e48971c3a4007a729e, type: 3}
- time: 1.4666667
value: {fileID: 21300000, guid: 62354a8673295a242921739a35eba7f4, type: 3}
- time: 1.5333333
value: {fileID: 21300000, guid: 7348b5dcfef82554f854f681d3173e05, type: 3}
- time: 1.5666667
value: {fileID: 21300000, guid: 0afbf508e113904419f6f8df13ef289e, type: 3}
- time: 1.6333333
value: {fileID: 21300000, guid: 0c220ecdf7826e54d915ed8025eaa716, type: 3}
- time: 1.7
value: {fileID: 21300000, guid: cc9cfecdee6923b4190fa09848bef6c3, type: 3}
- time: 1.7666667
value: {fileID: 21300000, guid: 4e457379e09a0404da30f5a6315aa915, type: 3}
- time: 1.8333334
value: {fileID: 21300000, guid: 3cae2b0792b630d48905ab84b88fcb81, type: 3}
- time: 1.9
value: {fileID: 21300000, guid: 1ae0139713976ad4e9b1d3d777d60759, type: 3}
- time: 1.9666667
value: {fileID: 21300000, guid: b922b9052defdd44f9f9649bbad34982, type: 3}
- time: 2.0333333
value: {fileID: 21300000, guid: 280beec5780e7784ebdd734782436f93, type: 3}
- time: 2.1
value: {fileID: 21300000, guid: 63c78acf3c842554ab5f779f5923ea24, type: 3}
- time: 2.1666667
value: {fileID: 21300000, guid: b5aa11bf4a6e833489754bf1ad143b7c, type: 3}
- time: 2.2333333
value: {fileID: 21300000, guid: c98f1bf0d5d3b994289c6d3ed00a80f5, type: 3}
- time: 2.3
value: {fileID: 21300000, guid: 42a910303407e294eb647afcb5c74f14, type: 3}
- time: 2.3666666
value: {fileID: 21300000, guid: 89420273b1360b34a86ab8a6730d483e, type: 3}
- time: 2.4333334
value: {fileID: 21300000, guid: 85ac92319d5a12149986e794e0acf17e, type: 3}
- time: 2.5
value: {fileID: 21300000, guid: a532f0c07cf5eb3468c88f6243a35252, type: 3}
- time: 2.5666666
value: {fileID: 21300000, guid: 6ff392eac087f964ab23d76f4f1bf904, type: 3}
- time: 2.6333334
value: {fileID: 21300000, guid: 9208398924c59314e85c0f63e2a28498, type: 3}
- time: 2.7
value: {fileID: 21300000, guid: f229d34deda9f1346b874f2697fa0c6c, type: 3}
- time: 2.7666667
value: {fileID: 21300000, guid: bc6daab87b8b1194baec920e9e39f8af, type: 3}
- time: 2.8333333
value: {fileID: 21300000, guid: a71d8d1fda014dd429ab1207cc77b877, type: 3}
- time: 2.9
value: {fileID: 21300000, guid: 023209f306aa5d14b860ca4ca953db39, type: 3}
- time: 2.9666667
value: {fileID: 21300000, guid: c252a364645cb974aa5c7e0252e98784, type: 3}
- time: 3.0333333
value: {fileID: 21300000, guid: f552b7a3be7b0314eb3a72b4ba386b8b, type: 3}
- time: 3.1
value: {fileID: 21300000, guid: 20e6c499006e5ee4baa40a76cb710968, type: 3}
- time: 3.1666667
value: {fileID: 21300000, guid: c589385281b0ec74489b94a6416304b7, type: 3}
- time: 3.2333333
value: {fileID: 21300000, guid: 99c08fb5132744946a30ed61fc55596d, type: 3}
- time: 3.3
value: {fileID: 21300000, guid: 91484d6931a26104cb80607c5e57501a, type: 3}
- time: 3.3666666
value: {fileID: 21300000, guid: c939916e631b8ae4f96a603ef5228d79, type: 3}
- time: 3.4333334
value: {fileID: 21300000, guid: 9a6537137d9d9e84c86e11a749fa5e65, type: 3}
- time: 3.5
value: {fileID: 21300000, guid: 429400e34ea7cc646a76f86f1a168dbc, type: 3}
- time: 3.5666666
value: {fileID: 21300000, guid: d287d92741406e343b28bb19af59e401, type: 3}
- time: 3.6333334
value: {fileID: 21300000, guid: f8be5a7e667a8f14fb5a4a13fdcc0c7c, type: 3}
- time: 3.7
value: {fileID: 21300000, guid: c42fd7ae96b5eee44b990a6a562f601d, type: 3}
- time: 3.7666667
value: {fileID: 21300000, guid: 84ed682e59d1c0b40a2004fc108e7dc2, type: 3}
- time: 3.8333333
value: {fileID: 21300000, guid: 8511f5db8b14a324ab86d446950b52c0, type: 3}
- time: 3.9
value: {fileID: 21300000, guid: 4cac4fd39832a1b4c84022bfc1fbfe19, type: 3}
- time: 3.9666667
value: {fileID: 21300000, guid: c454ca307f6bd384b88da730762aa1f1, type: 3}
- time: 4.0333333
value: {fileID: 21300000, guid: 322fe20f1d0a9c348a6771915a44ebe5, type: 3}
- time: 4.1
value: {fileID: 21300000, guid: 7499af5cf81222d43bffab25c205af24, type: 3}
- time: 4.1666665
value: {fileID: 21300000, guid: 1d02cb8aa41c1d141a772b42b6ea1f5f, type: 3}
- time: 4.233333
value: {fileID: 21300000, guid: 50c7740c991d18549b13cbf708e43fff, type: 3}
- time: 4.3
value: {fileID: 21300000, guid: 200325c6ca6069d4f948de9c2ecd6702, type: 3}
- time: 4.366667
value: {fileID: 21300000, guid: 5c2c1086b554830428fa332a59701ea7, type: 3}
- time: 4.4333334
value: {fileID: 21300000, guid: 7cd57e408244624438fca1360f28a68f, type: 3}
- time: 4.5
value: {fileID: 21300000, guid: 3905be83780e4704d9318d4ee90de32f, type: 3}
- time: 4.5666666
value: {fileID: 21300000, guid: 57caaab2ebb8bc444aa0b855006cab46, type: 3}
- time: 4.6
value: {fileID: 21300000, guid: 27bffd1ddd1dc494b9365c3892f9ff17, type: 3}
- time: 4.6666665
value: {fileID: 21300000, guid: 5a7e574b073d18d4f84e320d728e8030, type: 3}
- time: 4.733333
value: {fileID: 21300000, guid: 1245e45d0c70b51448aa61818014848c, type: 3}
- time: 4.8
value: {fileID: 21300000, guid: 61e935fae58b70943b414859b12a0421, type: 3}
- time: 4.866667
value: {fileID: 21300000, guid: 8302bc9eba13ed641b774a7af8c54bc7, type: 3}
- time: 4.9333334
value: {fileID: 21300000, guid: d964ce23573576049ae19be4347f6917, type: 3}
- time: 5
value: {fileID: 21300000, guid: 65eedcdaeed413c4a9685b409477a09e, type: 3}
- time: 5.0666666
value: {fileID: 21300000, guid: 245f11ad7cb50e74baa75e803c4ff206, type: 3}
- time: 5.133333
value: {fileID: 21300000, guid: af3572d14c852ca40b74afc1b48c3dc7, type: 3}
- time: 5.2
value: {fileID: 21300000, guid: e5638acd78fa8f14784549c2c3e5feba, type: 3}
- time: 5.266667
value: {fileID: 21300000, guid: 3d83c9a5d004eb744b2ad2ccf8fded32, type: 3}
- time: 5.3333335
value: {fileID: 21300000, guid: 94e5c5d235964164ea93b78d5e06b8e4, type: 3}
- time: 5.4
value: {fileID: 21300000, guid: 65a602d4157d62048a0b63a43fc79e16, type: 3}
- time: 5.4666667
value: {fileID: 21300000, guid: f140a490db1f6384f9989bd1eb751e66, type: 3}
- time: 5.5333333
value: {fileID: 21300000, guid: 19562af5f5c2f6149a593b1e5e8c0c9d, type: 3}
- time: 5.6
value: {fileID: 21300000, guid: 5d2ef6426d16fff4bb4212566716ee0e, type: 3}
- time: 5.6666665
value: {fileID: 21300000, guid: b558b6a6b83724448bf2f4cb47319b43, type: 3}
- time: 5.733333
value: {fileID: 21300000, guid: 0c4465150eacc4f4e91dc4d7b05223f8, type: 3}
- time: 5.8
value: {fileID: 21300000, guid: b4dd249e0673c9c4da31b9ee9341f0e0, type: 3}
- time: 5.866667
value: {fileID: 21300000, guid: c7e022b76e75110429d1bbc895ea9bc2, type: 3}
- time: 5.9333334
value: {fileID: 21300000, guid: d0b06344225758a429882c7d8abf03c7, type: 3}
- time: 6
value: {fileID: 21300000, guid: 2cbffc2f054f2cb4eb9240260edabf2c, type: 3}
- time: 6.0666666
value: {fileID: 21300000, guid: 73fa8aadc437aeb46945a701ad2bc96a, type: 3}
- time: 6.133333
value: {fileID: 21300000, guid: 7239654e1d696984b888e2ca731b0420, type: 3}
attribute: m_Sprite
path:
classID: 114
script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
flags: 2
m_SampleRate: 30
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: 3305885265
script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
typeID: 114
customType: 24
isPPtrCurve: 0
isIntCurve: 0
isSerializeReferenceCurve: 0
- 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: 43cd564c4fceac74cbb16dcbde645c9f, type: 3}
- {fileID: 21300000, guid: 0490b0890b713d6489c5ceecf3feff32, type: 3}
- {fileID: 21300000, guid: ee7ff9688a95246478911535399269a9, type: 3}
- {fileID: 21300000, guid: 90efd32cc4db906488a484f2ff81943c, type: 3}
- {fileID: 21300000, guid: c57bc5fb9f43eba4b9e6d15e409088b7, type: 3}
- {fileID: 21300000, guid: 1f6ff631ae2e59545a7962c8278d8387, type: 3}
- {fileID: 21300000, guid: d8d22dd8ffef18d4092eef549ebb9a01, type: 3}
- {fileID: 21300000, guid: 30775d0e922b441499bc282f91aeae2e, type: 3}
- {fileID: 21300000, guid: 934707ef8327398469f06992becdc533, type: 3}
- {fileID: 21300000, guid: f3573e3e5e406dc46b6749b8734b24b1, type: 3}
- {fileID: 21300000, guid: be1dec6eca97c734d87c704788c3162a, type: 3}
- {fileID: 21300000, guid: 82722f8dfbcd15447968ac21583660bd, type: 3}
- {fileID: 21300000, guid: 9c17572d965e8d944b4882245eb76807, type: 3}
- {fileID: 21300000, guid: d0bbe41f678c1484cb5506acb743c4be, type: 3}
- {fileID: 21300000, guid: 7c6f1b5d80cca6c488a17bccac062c12, type: 3}
- {fileID: 21300000, guid: 6be35c2193e26db40b001d2604f921dd, type: 3}
- {fileID: 21300000, guid: 2fe75b08abad50746916d34e37d9c392, type: 3}
- {fileID: 21300000, guid: eed5a1c80baad704f918fc6495e57092, type: 3}
- {fileID: 21300000, guid: da98adcb023cca942a0568ccef4ce8c5, type: 3}
- {fileID: 21300000, guid: d83bc6729332b3b48a747c696df1d018, type: 3}
- {fileID: 21300000, guid: 514c05d15cd5a0e4aa9795dbcb01334a, type: 3}
- {fileID: 21300000, guid: eda017c4d3f7f9e48971c3a4007a729e, type: 3}
- {fileID: 21300000, guid: 62354a8673295a242921739a35eba7f4, type: 3}
- {fileID: 21300000, guid: 7348b5dcfef82554f854f681d3173e05, type: 3}
- {fileID: 21300000, guid: 0afbf508e113904419f6f8df13ef289e, type: 3}
- {fileID: 21300000, guid: 0c220ecdf7826e54d915ed8025eaa716, type: 3}
- {fileID: 21300000, guid: cc9cfecdee6923b4190fa09848bef6c3, type: 3}
- {fileID: 21300000, guid: 4e457379e09a0404da30f5a6315aa915, type: 3}
- {fileID: 21300000, guid: 3cae2b0792b630d48905ab84b88fcb81, type: 3}
- {fileID: 21300000, guid: 1ae0139713976ad4e9b1d3d777d60759, type: 3}
- {fileID: 21300000, guid: b922b9052defdd44f9f9649bbad34982, type: 3}
- {fileID: 21300000, guid: 280beec5780e7784ebdd734782436f93, type: 3}
- {fileID: 21300000, guid: 63c78acf3c842554ab5f779f5923ea24, type: 3}
- {fileID: 21300000, guid: b5aa11bf4a6e833489754bf1ad143b7c, type: 3}
- {fileID: 21300000, guid: c98f1bf0d5d3b994289c6d3ed00a80f5, type: 3}
- {fileID: 21300000, guid: 42a910303407e294eb647afcb5c74f14, type: 3}
- {fileID: 21300000, guid: 89420273b1360b34a86ab8a6730d483e, type: 3}
- {fileID: 21300000, guid: 85ac92319d5a12149986e794e0acf17e, type: 3}
- {fileID: 21300000, guid: a532f0c07cf5eb3468c88f6243a35252, type: 3}
- {fileID: 21300000, guid: 6ff392eac087f964ab23d76f4f1bf904, type: 3}
- {fileID: 21300000, guid: 9208398924c59314e85c0f63e2a28498, type: 3}
- {fileID: 21300000, guid: f229d34deda9f1346b874f2697fa0c6c, type: 3}
- {fileID: 21300000, guid: bc6daab87b8b1194baec920e9e39f8af, type: 3}
- {fileID: 21300000, guid: a71d8d1fda014dd429ab1207cc77b877, type: 3}
- {fileID: 21300000, guid: 023209f306aa5d14b860ca4ca953db39, type: 3}
- {fileID: 21300000, guid: c252a364645cb974aa5c7e0252e98784, type: 3}
- {fileID: 21300000, guid: f552b7a3be7b0314eb3a72b4ba386b8b, type: 3}
- {fileID: 21300000, guid: 20e6c499006e5ee4baa40a76cb710968, type: 3}
- {fileID: 21300000, guid: c589385281b0ec74489b94a6416304b7, type: 3}
- {fileID: 21300000, guid: 99c08fb5132744946a30ed61fc55596d, type: 3}
- {fileID: 21300000, guid: 91484d6931a26104cb80607c5e57501a, type: 3}
- {fileID: 21300000, guid: c939916e631b8ae4f96a603ef5228d79, type: 3}
- {fileID: 21300000, guid: 9a6537137d9d9e84c86e11a749fa5e65, type: 3}
- {fileID: 21300000, guid: 429400e34ea7cc646a76f86f1a168dbc, type: 3}
- {fileID: 21300000, guid: d287d92741406e343b28bb19af59e401, type: 3}
- {fileID: 21300000, guid: f8be5a7e667a8f14fb5a4a13fdcc0c7c, type: 3}
- {fileID: 21300000, guid: c42fd7ae96b5eee44b990a6a562f601d, type: 3}
- {fileID: 21300000, guid: 84ed682e59d1c0b40a2004fc108e7dc2, type: 3}
- {fileID: 21300000, guid: 8511f5db8b14a324ab86d446950b52c0, type: 3}
- {fileID: 21300000, guid: 4cac4fd39832a1b4c84022bfc1fbfe19, type: 3}
- {fileID: 21300000, guid: c454ca307f6bd384b88da730762aa1f1, type: 3}
- {fileID: 21300000, guid: 322fe20f1d0a9c348a6771915a44ebe5, type: 3}
- {fileID: 21300000, guid: 7499af5cf81222d43bffab25c205af24, type: 3}
- {fileID: 21300000, guid: 1d02cb8aa41c1d141a772b42b6ea1f5f, type: 3}
- {fileID: 21300000, guid: 50c7740c991d18549b13cbf708e43fff, type: 3}
- {fileID: 21300000, guid: 200325c6ca6069d4f948de9c2ecd6702, type: 3}
- {fileID: 21300000, guid: 5c2c1086b554830428fa332a59701ea7, type: 3}
- {fileID: 21300000, guid: 7cd57e408244624438fca1360f28a68f, type: 3}
- {fileID: 21300000, guid: 3905be83780e4704d9318d4ee90de32f, type: 3}
- {fileID: 21300000, guid: 57caaab2ebb8bc444aa0b855006cab46, type: 3}
- {fileID: 21300000, guid: 27bffd1ddd1dc494b9365c3892f9ff17, type: 3}
- {fileID: 21300000, guid: 5a7e574b073d18d4f84e320d728e8030, type: 3}
- {fileID: 21300000, guid: 1245e45d0c70b51448aa61818014848c, type: 3}
- {fileID: 21300000, guid: 61e935fae58b70943b414859b12a0421, type: 3}
- {fileID: 21300000, guid: 8302bc9eba13ed641b774a7af8c54bc7, type: 3}
- {fileID: 21300000, guid: d964ce23573576049ae19be4347f6917, type: 3}
- {fileID: 21300000, guid: 65eedcdaeed413c4a9685b409477a09e, type: 3}
- {fileID: 21300000, guid: 245f11ad7cb50e74baa75e803c4ff206, type: 3}
- {fileID: 21300000, guid: af3572d14c852ca40b74afc1b48c3dc7, type: 3}
- {fileID: 21300000, guid: e5638acd78fa8f14784549c2c3e5feba, type: 3}
- {fileID: 21300000, guid: 3d83c9a5d004eb744b2ad2ccf8fded32, type: 3}
- {fileID: 21300000, guid: 94e5c5d235964164ea93b78d5e06b8e4, type: 3}
- {fileID: 21300000, guid: 65a602d4157d62048a0b63a43fc79e16, type: 3}
- {fileID: 21300000, guid: f140a490db1f6384f9989bd1eb751e66, type: 3}
- {fileID: 21300000, guid: 19562af5f5c2f6149a593b1e5e8c0c9d, type: 3}
- {fileID: 21300000, guid: 5d2ef6426d16fff4bb4212566716ee0e, type: 3}
- {fileID: 21300000, guid: b558b6a6b83724448bf2f4cb47319b43, type: 3}
- {fileID: 21300000, guid: 0c4465150eacc4f4e91dc4d7b05223f8, type: 3}
- {fileID: 21300000, guid: b4dd249e0673c9c4da31b9ee9341f0e0, type: 3}
- {fileID: 21300000, guid: c7e022b76e75110429d1bbc895ea9bc2, type: 3}
- {fileID: 21300000, guid: d0b06344225758a429882c7d8abf03c7, type: 3}
- {fileID: 21300000, guid: 2cbffc2f054f2cb4eb9240260edabf2c, type: 3}
- {fileID: 21300000, guid: 73fa8aadc437aeb46945a701ad2bc96a, type: 3}
- {fileID: 21300000, guid: 7239654e1d696984b888e2ca731b0420, type: 3}
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 6.1666665
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: 1
inSlope: Infinity
outSlope: Infinity
tangentMode: 103
weightedMode: 0
inWeight: 0
outWeight: 0
- serializedVersion: 3
time: 2.0333333
value: 1
inSlope: Infinity
outSlope: Infinity
tangentMode: 103
weightedMode: 0
inWeight: 0
outWeight: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_Enabled
path:
classID: 114
script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
flags: 16
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
m_Events: []

View File

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

View File

@@ -0,0 +1,101 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1102 &-1555290399644301231
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: invisible_confetti
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: a63158fe6177c7e4ab1d4f38f005b798, 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: Confetti
serializedVersion: 5
m_AnimatorParameters: []
m_AnimatorLayers:
- serializedVersion: 5
m_Name: Base Layer
m_StateMachine: {fileID: 1611733265963929249}
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 &1042693456939626281
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Confetti
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: 2f6c00817fca64b4cab5fc4cbb7a7428, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1107 &1611733265963929249
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: 1042693456939626281}
m_Position: {x: 200, y: 0, z: 0}
- serializedVersion: 1
m_State: {fileID: -1555290399644301231}
m_Position: {x: 235, y: 65, 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: 1042693456939626281}

View File

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

View File

@@ -0,0 +1,101 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1102 &-4150917047007930974
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: BoosterExplode
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: 4068d220240e6314b96a05a771f77f1d, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1102 &-1064605908704510458
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: invisible_booster
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: 96f9e8183e1ae534dae29af6a5d245d1, 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: PackImage
serializedVersion: 5
m_AnimatorParameters: []
m_AnimatorLayers:
- serializedVersion: 5
m_Name: Base Layer
m_StateMachine: {fileID: 4361372127841043329}
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 &4361372127841043329
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: -4150917047007930974}
m_Position: {x: 200, y: 0, z: 0}
- serializedVersion: 1
m_State: {fileID: -1064605908704510458}
m_Position: {x: 235, y: 65, 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: -4150917047007930974}

View File

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

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 2f56d0fdde769a34d8f93aeb74296ae5
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -0,0 +1,494 @@
fileFormatVersion: 2
guid: 43cd564c4fceac74cbb16dcbde645c9f
TextureImporter:
internalIDToNameTable:
- first:
213: 5718006393209049730
second: Confetti_00046_0
- first:
213: -386400023995360858
second: Confetti_00046_1
- first:
213: 1848526295790156520
second: Confetti_00046_2
- first:
213: -5785457498078243742
second: Confetti_00046_3
- first:
213: 5529784591093135014
second: Confetti_00046_4
- first:
213: 4039816975695709823
second: Confetti_00046_5
- first:
213: -4479226259684413796
second: Confetti_00046_6
- first:
213: -5076468918857136812
second: Confetti_00046_7
- first:
213: 5621845321425129631
second: Confetti_00046_8
- first:
213: -4832314722740459248
second: Confetti_00046_9
- first:
213: -2560327027796794723
second: Confetti_00046_10
- first:
213: 5062362671564983528
second: Confetti_00046_11
- first:
213: 4431305984248182929
second: Confetti_00046_12
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: Confetti_00046_0
rect:
serializedVersion: 2
x: 14
y: 194
width: 28
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 28253a2f4807a5f40800000000000000
internalID: 5718006393209049730
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00046_1
rect:
serializedVersion: 2
x: 73
y: 221
width: 30
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6a9dd84b93b33aaf0800000000000000
internalID: -386400023995360858
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00046_2
rect:
serializedVersion: 2
x: 167
y: 188
width: 35
height: 66
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8ea7a824fd847a910800000000000000
internalID: 1848526295790156520
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00046_3
rect:
serializedVersion: 2
x: 920
y: 195
width: 29
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2641de3ee0de5bfa0800000000000000
internalID: -5785457498078243742
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00046_4
rect:
serializedVersion: 2
x: 980
y: 223
width: 29
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6a6f88c99cdbdbc40800000000000000
internalID: 5529784591093135014
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00046_5
rect:
serializedVersion: 2
x: 1073
y: 188
width: 7
height: 65
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f768fe1b220501830800000000000000
internalID: 4039816975695709823
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00046_6
rect:
serializedVersion: 2
x: 47
y: 131
width: 35
height: 68
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: c9ea8e2e27796d1c0800000000000000
internalID: -4479226259684413796
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00046_7
rect:
serializedVersion: 2
x: 402
y: 127
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 45585322a62cc89b0800000000000000
internalID: -5076468918857136812
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00046_8
rect:
serializedVersion: 2
x: 461
y: 155
width: 30
height: 59
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f909cb5b88ec40e40800000000000000
internalID: 5621845321425129631
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00046_9
rect:
serializedVersion: 2
x: 555
y: 120
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 0192a24cc5b20fcb0800000000000000
internalID: -4832314722740459248
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00046_10
rect:
serializedVersion: 2
x: 796
y: 107
width: 30
height: 59
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: d9227572224e77cd0800000000000000
internalID: -2560327027796794723
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00046_11
rect:
serializedVersion: 2
x: 638
y: 0
width: 127
height: 142
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8ec04da3700214640800000000000000
internalID: 5062362671564983528
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00046_12
rect:
serializedVersion: 2
x: 890
y: 72
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 198fc2a80592f7d30800000000000000
internalID: 4431305984248182929
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00046_0: 5718006393209049730
Confetti_00046_1: -386400023995360858
Confetti_00046_10: -2560327027796794723
Confetti_00046_11: 5062362671564983528
Confetti_00046_12: 4431305984248182929
Confetti_00046_2: 1848526295790156520
Confetti_00046_3: -5785457498078243742
Confetti_00046_4: 5529784591093135014
Confetti_00046_5: 4039816975695709823
Confetti_00046_6: -4479226259684413796
Confetti_00046_7: -5076468918857136812
Confetti_00046_8: 5621845321425129631
Confetti_00046_9: -4832314722740459248
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@@ -0,0 +1,598 @@
fileFormatVersion: 2
guid: 0490b0890b713d6489c5ceecf3feff32
TextureImporter:
internalIDToNameTable:
- first:
213: -783537790108083376
second: Confetti_00047_0
- first:
213: 5872225947196875375
second: Confetti_00047_1
- first:
213: -21186632858665545
second: Confetti_00047_2
- first:
213: 7928617223250737875
second: Confetti_00047_3
- first:
213: -3074526397921269168
second: Confetti_00047_4
- first:
213: 5563168300638304235
second: Confetti_00047_5
- first:
213: 2192387470987323035
second: Confetti_00047_6
- first:
213: -3171849805351623237
second: Confetti_00047_7
- first:
213: 3935871098946129160
second: Confetti_00047_8
- first:
213: 9038986345416010236
second: Confetti_00047_9
- first:
213: -1939016687913823345
second: Confetti_00047_10
- first:
213: 7045287124322526059
second: Confetti_00047_11
- first:
213: 5677247649640071895
second: Confetti_00047_12
- first:
213: 6769745931564597343
second: Confetti_00047_13
- first:
213: 6914438220300940337
second: Confetti_00047_14
- first:
213: 5829206865856331518
second: Confetti_00047_15
- first:
213: 8336576906822434658
second: Confetti_00047_16
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: Confetti_00047_0
rect:
serializedVersion: 2
x: 26
y: 338
width: 41
height: 61
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 05b538008805025f0800000000000000
internalID: -783537790108083376
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00047_1
rect:
serializedVersion: 2
x: 122
y: 305
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f626087f2665e7150800000000000000
internalID: 5872225947196875375
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00047_2
rect:
serializedVersion: 2
x: 948
y: 317
width: 28
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7bdf872aedab4bff0800000000000000
internalID: -21186632858665545
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00047_3
rect:
serializedVersion: 2
x: 1005
y: 343
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 3da77ef5b5b180e60800000000000000
internalID: 7928617223250737875
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00047_4
rect:
serializedVersion: 2
x: 4
y: 249
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 05a6757d7861555d0800000000000000
internalID: -3074526397921269168
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00047_5
rect:
serializedVersion: 2
x: 395
y: 251
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: be772413818543d40800000000000000
internalID: 5563168300638304235
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00047_6
rect:
serializedVersion: 2
x: 452
y: 278
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b9667320accec6e10800000000000000
internalID: 2192387470987323035
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00047_7
rect:
serializedVersion: 2
x: 548
y: 245
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: bb5ef1f38635bf3d0800000000000000
internalID: -3171849805351623237
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00047_8
rect:
serializedVersion: 2
x: 831
y: 224
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 80d096e49e50f9630800000000000000
internalID: 3935871098946129160
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00047_9
rect:
serializedVersion: 2
x: 774
y: 198
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: cf9a028c03ee07d70800000000000000
internalID: 9038986345416010236
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00047_10
rect:
serializedVersion: 2
x: 927
y: 191
width: 35
height: 68
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f83975f789a3715e0800000000000000
internalID: -1939016687913823345
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00047_11
rect:
serializedVersion: 2
x: 595
y: 38
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b63a0e1ef43e5c160800000000000000
internalID: 7045287124322526059
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00047_12
rect:
serializedVersion: 2
x: 652
y: 65
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7d2c7b278a2a9ce40800000000000000
internalID: 5677247649640071895
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00047_13
rect:
serializedVersion: 2
x: 748
y: 32
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f50cd8e9e08f2fd50800000000000000
internalID: 6769745931564597343
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00047_14
rect:
serializedVersion: 2
x: 846
y: 9
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 134fb665de405ff50800000000000000
internalID: 6914438220300940337
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00047_15
rect:
serializedVersion: 2
x: 789
y: 0
width: 28
height: 46
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: efe72a192c085e050800000000000000
internalID: 5829206865856331518
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00047_16
rect:
serializedVersion: 2
x: 942
y: 0
width: 34
height: 43
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 26f30e5178871b370800000000000000
internalID: 8336576906822434658
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00047_0: -783537790108083376
Confetti_00047_1: 5872225947196875375
Confetti_00047_10: -1939016687913823345
Confetti_00047_11: 7045287124322526059
Confetti_00047_12: 5677247649640071895
Confetti_00047_13: 6769745931564597343
Confetti_00047_14: 6914438220300940337
Confetti_00047_15: 5829206865856331518
Confetti_00047_16: 8336576906822434658
Confetti_00047_2: -21186632858665545
Confetti_00047_3: 7928617223250737875
Confetti_00047_4: -3074526397921269168
Confetti_00047_5: 5563168300638304235
Confetti_00047_6: 2192387470987323035
Confetti_00047_7: -3171849805351623237
Confetti_00047_8: 3935871098946129160
Confetti_00047_9: 9038986345416010236
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View File

@@ -0,0 +1,754 @@
fileFormatVersion: 2
guid: ee7ff9688a95246478911535399269a9
TextureImporter:
internalIDToNameTable:
- first:
213: -1369948443100904810
second: Confetti_00048_0
- first:
213: 1902063296575486938
second: Confetti_00048_1
- first:
213: 4158730045977197387
second: Confetti_00048_2
- first:
213: -2049903495265011197
second: Confetti_00048_3
- first:
213: -9000052256282737509
second: Confetti_00048_4
- first:
213: -440255038585348496
second: Confetti_00048_5
- first:
213: -1102613021313623424
second: Confetti_00048_6
- first:
213: -4291414302828790830
second: Confetti_00048_7
- first:
213: 6120084845922280069
second: Confetti_00048_8
- first:
213: 3696558066038421126
second: Confetti_00048_9
- first:
213: 1588015617214232347
second: Confetti_00048_10
- first:
213: -3208319622615718574
second: Confetti_00048_11
- first:
213: -4625388207737887678
second: Confetti_00048_12
- first:
213: 2846139183866767869
second: Confetti_00048_13
- first:
213: 4227761451811918065
second: Confetti_00048_14
- first:
213: -6726145154699519279
second: Confetti_00048_15
- first:
213: -6681887671468274079
second: Confetti_00048_16
- first:
213: -6278154675366349338
second: Confetti_00048_17
- first:
213: 2716216918478424736
second: Confetti_00048_18
- first:
213: 5423073714593951786
second: Confetti_00048_19
- first:
213: 6915499547725585814
second: Confetti_00048_20
- first:
213: 7654113896939211184
second: Confetti_00048_21
- first:
213: 193847259731636700
second: Confetti_00048_22
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: Confetti_00048_0
rect:
serializedVersion: 2
x: 0
y: 457
width: 15
height: 59
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6920f583627fcfce0800000000000000
internalID: -1369948443100904810
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00048_1
rect:
serializedVersion: 2
x: 79
y: 422
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: adbb0bc9d7c756a10800000000000000
internalID: 1902063296575486938
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00048_2
rect:
serializedVersion: 2
x: 977
y: 438
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b4bf63361f6c6b930800000000000000
internalID: 4158730045977197387
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00048_3
rect:
serializedVersion: 2
x: 1036
y: 466
width: 30
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 30ab5e4c1a74d83e0800000000000000
internalID: -2049903495265011197
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00048_4
rect:
serializedVersion: 2
x: 386
y: 376
width: 29
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b9480504824691380800000000000000
internalID: -9000052256282737509
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00048_5
rect:
serializedVersion: 2
x: 446
y: 404
width: 29
height: 59
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 07e5b8eff56e3e9f0800000000000000
internalID: -440255038585348496
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00048_6
rect:
serializedVersion: 2
x: 539
y: 369
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 08a91eb8c4bb2b0f0800000000000000
internalID: -1102613021313623424
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00048_7
rect:
serializedVersion: 2
x: 871
y: 345
width: 30
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2dbfbdfad65d174c0800000000000000
internalID: -4291414302828790830
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00048_8
rect:
serializedVersion: 2
x: 812
y: 317
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 582e274edb8eee450800000000000000
internalID: 6120084845922280069
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00048_9
rect:
serializedVersion: 2
x: 965
y: 311
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 68633d1d9ffcc4330800000000000000
internalID: 3696558066038421126
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00048_10
rect:
serializedVersion: 2
x: 612
y: 162
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b17b3d94ac3c90610800000000000000
internalID: 1588015617214232347
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00048_11
rect:
serializedVersion: 2
x: 671
y: 190
width: 30
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 25523183d42c973d0800000000000000
internalID: -3208319622615718574
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00048_12
rect:
serializedVersion: 2
x: 765
y: 156
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 244a0817ee15fcfb0800000000000000
internalID: -4625388207737887678
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00048_13
rect:
serializedVersion: 2
x: 885
y: 131
width: 30
height: 59
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: df9e2bb12848f7720800000000000000
internalID: 2846139183866767869
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00048_14
rect:
serializedVersion: 2
x: 826
y: 103
width: 28
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 1f0d65a04a60caa30800000000000000
internalID: 4227761451811918065
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00048_15
rect:
serializedVersion: 2
x: 979
y: 96
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 1da9b625e9ee7a2a0800000000000000
internalID: -6726145154699519279
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00048_16
rect:
serializedVersion: 2
x: 241
y: 2
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 16e4211a09a2543a0800000000000000
internalID: -6681887671468274079
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00048_17
rect:
serializedVersion: 2
x: 300
y: 30
width: 30
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6e5b4d9f5938fd8a0800000000000000
internalID: -6278154675366349338
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00048_18
rect:
serializedVersion: 2
x: 330
y: 0
width: 28
height: 56
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 0aa00de65e0f1b520800000000000000
internalID: 2716216918478424736
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00048_19
rect:
serializedVersion: 2
x: 390
y: 0
width: 39
height: 81
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: a20712d8fc0a24b40800000000000000
internalID: 5423073714593951786
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00048_20
rect:
serializedVersion: 2
x: 483
y: 0
width: 44
height: 70
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 69dde82e23ac8ff50800000000000000
internalID: 6915499547725585814
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00048_21
rect:
serializedVersion: 2
x: 558
y: 35
width: 30
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 0b941793900e83a60800000000000000
internalID: 7654113896939211184
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00048_22
rect:
serializedVersion: 2
x: 652
y: 1
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: cd1bcf04e0fa0b200800000000000000
internalID: 193847259731636700
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00048_0: -1369948443100904810
Confetti_00048_1: 1902063296575486938
Confetti_00048_10: 1588015617214232347
Confetti_00048_11: -3208319622615718574
Confetti_00048_12: -4625388207737887678
Confetti_00048_13: 2846139183866767869
Confetti_00048_14: 4227761451811918065
Confetti_00048_15: -6726145154699519279
Confetti_00048_16: -6681887671468274079
Confetti_00048_17: -6278154675366349338
Confetti_00048_18: 2716216918478424736
Confetti_00048_19: 5423073714593951786
Confetti_00048_2: 4158730045977197387
Confetti_00048_20: 6915499547725585814
Confetti_00048_21: 7654113896939211184
Confetti_00048_22: 193847259731636700
Confetti_00048_3: -2049903495265011197
Confetti_00048_4: -9000052256282737509
Confetti_00048_5: -440255038585348496
Confetti_00048_6: -1102613021313623424
Confetti_00048_7: -4291414302828790830
Confetti_00048_8: 6120084845922280069
Confetti_00048_9: 3696558066038421126
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@@ -0,0 +1,728 @@
fileFormatVersion: 2
guid: 90efd32cc4db906488a484f2ff81943c
TextureImporter:
internalIDToNameTable:
- first:
213: -9109274189051571189
second: Confetti_00049_0
- first:
213: -4789661173789869982
second: Confetti_00049_1
- first:
213: -7087757809863763361
second: Confetti_00049_2
- first:
213: 5299810097391000282
second: Confetti_00049_3
- first:
213: 1494191028012069653
second: Confetti_00049_4
- first:
213: -6238777080273773750
second: Confetti_00049_5
- first:
213: -6420132580568493354
second: Confetti_00049_6
- first:
213: -3474239655442142516
second: Confetti_00049_7
- first:
213: 6386462497751270496
second: Confetti_00049_8
- first:
213: -7262770221312234424
second: Confetti_00049_9
- first:
213: -3467216986443785565
second: Confetti_00049_10
- first:
213: 4824545049204005300
second: Confetti_00049_11
- first:
213: 8334057175170289170
second: Confetti_00049_12
- first:
213: 6077690399849969572
second: Confetti_00049_13
- first:
213: 410427736513542993
second: Confetti_00049_14
- first:
213: -7557973335578551582
second: Confetti_00049_15
- first:
213: 450783842507247082
second: Confetti_00049_16
- first:
213: 6639387181818226498
second: Confetti_00049_17
- first:
213: 470679430377328606
second: Confetti_00049_18
- first:
213: 4484193380950727694
second: Confetti_00049_19
- first:
213: 6665423540245207857
second: Confetti_00049_20
- first:
213: 4204791548520794778
second: Confetti_00049_21
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: Confetti_00049_0
rect:
serializedVersion: 2
x: 35
y: 539
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b0452f7536b559180800000000000000
internalID: -9109274189051571189
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00049_1
rect:
serializedVersion: 2
x: 436
y: 527
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 26836c50a84b78db0800000000000000
internalID: -4789661173789869982
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00049_2
rect:
serializedVersion: 2
x: 1004
y: 560
width: 29
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f5ad11113d933ad90800000000000000
internalID: -7087757809863763361
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00049_3
rect:
serializedVersion: 2
x: 1061
y: 587
width: 19
height: 61
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: adad4083435bc8940800000000000000
internalID: 5299810097391000282
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00049_4
rect:
serializedVersion: 2
x: 379
y: 500
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 5133c3bc2de6cb410800000000000000
internalID: 1494191028012069653
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00049_5
rect:
serializedVersion: 2
x: 532
y: 494
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: a4bde69cc496b69a0800000000000000
internalID: -6238777080273773750
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00049_6
rect:
serializedVersion: 2
x: 906
y: 462
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6d29d4cee6b17e6a0800000000000000
internalID: -6420132580568493354
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00049_7
rect:
serializedVersion: 2
x: 849
y: 436
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: ccaabc0d07509cfc0800000000000000
internalID: -3474239655442142516
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00049_8
rect:
serializedVersion: 2
x: 1002
y: 429
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 06481d50ec541a850800000000000000
internalID: 6386462497751270496
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00049_9
rect:
serializedVersion: 2
x: 629
y: 286
width: 29
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 84c2669a6f4753b90800000000000000
internalID: -7262770221312234424
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00049_10
rect:
serializedVersion: 2
x: 686
y: 313
width: 41
height: 61
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 3aa51db5588f1efc0800000000000000
internalID: -3467216986443785565
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00049_11
rect:
serializedVersion: 2
x: 782
y: 280
width: 35
height: 66
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 4b99ca4292a34f240800000000000000
internalID: 4824545049204005300
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00049_12
rect:
serializedVersion: 2
x: 863
y: 222
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 21e02d758d488a370800000000000000
internalID: 8334057175170289170
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00049_13
rect:
serializedVersion: 2
x: 920
y: 248
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 4a7fbd9b73b485450800000000000000
internalID: 6077690399849969572
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00049_14
rect:
serializedVersion: 2
x: 1016
y: 215
width: 35
height: 68
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 15b7bd01ad122b500800000000000000
internalID: 410427736513542993
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00049_15
rect:
serializedVersion: 2
x: 216
y: 125
width: 28
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2ea57fe8b4fac1790800000000000000
internalID: -7557973335578551582
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00049_16
rect:
serializedVersion: 2
x: 273
y: 151
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: aed41233481814600800000000000000
internalID: 450783842507247082
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00049_17
rect:
serializedVersion: 2
x: 327
y: 119
width: 28
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 247ae820777d32c50800000000000000
internalID: 6639387181818226498
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00049_18
rect:
serializedVersion: 2
x: 369
y: 118
width: 56
height: 89
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: edf49bab270388600800000000000000
internalID: 470679430377328606
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00049_19
rect:
serializedVersion: 2
x: 480
y: 112
width: 54
height: 83
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: e0cd9b72f1e0b3e30800000000000000
internalID: 4484193380950727694
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00049_20
rect:
serializedVersion: 2
x: 563
y: 158
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 13b97d91567508c50800000000000000
internalID: 6665423540245207857
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00049_21
rect:
serializedVersion: 2
x: 659
y: 125
width: 35
height: 68
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: a9a852ca2ab6a5a30800000000000000
internalID: 4204791548520794778
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00049_0: -9109274189051571189
Confetti_00049_1: -4789661173789869982
Confetti_00049_10: -3467216986443785565
Confetti_00049_11: 4824545049204005300
Confetti_00049_12: 8334057175170289170
Confetti_00049_13: 6077690399849969572
Confetti_00049_14: 410427736513542993
Confetti_00049_15: -7557973335578551582
Confetti_00049_16: 450783842507247082
Confetti_00049_17: 6639387181818226498
Confetti_00049_18: 470679430377328606
Confetti_00049_19: 4484193380950727694
Confetti_00049_2: -7087757809863763361
Confetti_00049_20: 6665423540245207857
Confetti_00049_21: 4204791548520794778
Confetti_00049_3: 5299810097391000282
Confetti_00049_4: 1494191028012069653
Confetti_00049_5: -6238777080273773750
Confetti_00049_6: -6420132580568493354
Confetti_00049_7: -3474239655442142516
Confetti_00049_8: 6386462497751270496
Confetti_00049_9: -7262770221312234424
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@@ -0,0 +1,936 @@
fileFormatVersion: 2
guid: c57bc5fb9f43eba4b9e6d15e409088b7
TextureImporter:
internalIDToNameTable:
- first:
213: 8407274756030260309
second: Confetti_00050_0
- first:
213: 7943595630441549218
second: Confetti_00050_1
- first:
213: -3302459103300868722
second: Confetti_00050_2
- first:
213: -7550001421171756899
second: Confetti_00050_3
- first:
213: -3687111782744179003
second: Confetti_00050_4
- first:
213: 7311173573817264210
second: Confetti_00050_5
- first:
213: 3209837372497065587
second: Confetti_00050_6
- first:
213: 6711816408343092695
second: Confetti_00050_7
- first:
213: -4841984208520047150
second: Confetti_00050_8
- first:
213: -3282063779592368518
second: Confetti_00050_9
- first:
213: 1153565586067567003
second: Confetti_00050_10
- first:
213: 289803836315112484
second: Confetti_00050_11
- first:
213: 6157743895217434401
second: Confetti_00050_12
- first:
213: 4329777011576460267
second: Confetti_00050_13
- first:
213: -712142798118798093
second: Confetti_00050_14
- first:
213: -5771289080653647694
second: Confetti_00050_15
- first:
213: -6168315713201017562
second: Confetti_00050_16
- first:
213: -5359164051240532779
second: Confetti_00050_17
- first:
213: -4377017803216645921
second: Confetti_00050_18
- first:
213: -1803887775478355074
second: Confetti_00050_19
- first:
213: -3343015285944603776
second: Confetti_00050_20
- first:
213: 2821081372520427534
second: Confetti_00050_21
- first:
213: -547835224573331380
second: Confetti_00050_22
- first:
213: -8864819476143762638
second: Confetti_00050_23
- first:
213: -2856952799505860569
second: Confetti_00050_24
- first:
213: -334251919811854707
second: Confetti_00050_25
- first:
213: 279349888725201099
second: Confetti_00050_26
- first:
213: -6180903252190573806
second: Confetti_00050_27
- first:
213: -4051329298478034970
second: Confetti_00050_28
- first:
213: 6749196827469617005
second: Confetti_00050_29
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: Confetti_00050_0
rect:
serializedVersion: 2
x: 0
y: 657
width: 25
height: 66
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 554ea42d8d3aca470800000000000000
internalID: 8407274756030260309
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_1
rect:
serializedVersion: 2
x: 371
y: 625
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2ad40df83225d3e60800000000000000
internalID: 7943595630441549218
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_2
rect:
serializedVersion: 2
x: 430
y: 653
width: 30
height: 59
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: e852f7651fe4b22d0800000000000000
internalID: -3302459103300868722
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_3
rect:
serializedVersion: 2
x: 524
y: 619
width: 35
height: 66
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: d90fc5585b1093790800000000000000
internalID: -7550001421171756899
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_4
rect:
serializedVersion: 2
x: 1033
y: 681
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 5ce30666e5fb4dcc0800000000000000
internalID: -3687111782744179003
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_5
rect:
serializedVersion: 2
x: 887
y: 555
width: 29
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 258e99e01a1867560800000000000000
internalID: 7311173573817264210
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_6
rect:
serializedVersion: 2
x: 947
y: 583
width: 29
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 376f5767512ab8c20800000000000000
internalID: 3209837372497065587
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_7
rect:
serializedVersion: 2
x: 1040
y: 548
width: 35
height: 68
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7dd9de07679252d50800000000000000
internalID: 6711816408343092695
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_8
rect:
serializedVersion: 2
x: 647
y: 410
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2d59c1b2401ddccb0800000000000000
internalID: -4841984208520047150
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_9
rect:
serializedVersion: 2
x: 706
y: 438
width: 30
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: a7e883fa164c372d0800000000000000
internalID: -3282063779592368518
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_10
rect:
serializedVersion: 2
x: 800
y: 404
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b913ca6e9c9420010800000000000000
internalID: 1153565586067567003
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_11
rect:
serializedVersion: 2
x: 900
y: 341
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 4249b1ebd07950400800000000000000
internalID: 289803836315112484
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_12
rect:
serializedVersion: 2
x: 959
y: 369
width: 30
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 12fe3449273b47550800000000000000
internalID: 6157743895217434401
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_13
rect:
serializedVersion: 2
x: 1053
y: 335
width: 27
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: be3daab7045761c30800000000000000
internalID: 4329777011576460267
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_14
rect:
serializedVersion: 2
x: 192
y: 247
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 3fcb6c0f5e5fd16f0800000000000000
internalID: -712142798118798093
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_15
rect:
serializedVersion: 2
x: 251
y: 275
width: 30
height: 59
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2b07c83a82348efa0800000000000000
internalID: -5771289080653647694
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_16
rect:
serializedVersion: 2
x: 324
y: 240
width: 56
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 62d613c3a8db56aa0800000000000000
internalID: -6168315713201017562
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_17
rect:
serializedVersion: 2
x: 383
y: 272
width: 30
height: 59
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 5d4c3c080bc60a5b0800000000000000
internalID: -5359164051240532779
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_18
rect:
serializedVersion: 2
x: 477
y: 237
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: fd016b79f75b143c0800000000000000
internalID: -4377017803216645921
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_19
rect:
serializedVersion: 2
x: 512
y: 257
width: 29
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: e7b61f720ad47f6e0800000000000000
internalID: -1803887775478355074
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_20
rect:
serializedVersion: 2
x: 572
y: 284
width: 29
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 08b229a3f493b91d0800000000000000
internalID: -3343015285944603776
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_21
rect:
serializedVersion: 2
x: 665
y: 250
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: e003d83cf8e762720800000000000000
internalID: 2821081372520427534
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_22
rect:
serializedVersion: 2
x: 194
y: 0
width: 30
height: 52
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: c483cdb04c2b568f0800000000000000
internalID: -547835224573331380
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_23
rect:
serializedVersion: 2
x: 428
y: 1
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2339c7e77a5d9f480800000000000000
internalID: -8864819476143762638
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_24
rect:
serializedVersion: 2
x: 458
y: 0
width: 29
height: 52
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 728356dc0901a58d0800000000000000
internalID: -2856952799505860569
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_25
rect:
serializedVersion: 2
x: 487
y: 29
width: 30
height: 59
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: d8e3f1e56af7c5bf0800000000000000
internalID: -334251919811854707
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_26
rect:
serializedVersion: 2
x: 518
y: 17
width: 29
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: bc0b2856e3370e300800000000000000
internalID: 279349888725201099
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_27
rect:
serializedVersion: 2
x: 581
y: 0
width: 65
height: 61
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 21bcf1e6d35093aa0800000000000000
internalID: -6180903252190573806
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_28
rect:
serializedVersion: 2
x: 135
y: 0
width: 26
height: 27
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6ef8518c779c6c7c0800000000000000
internalID: -4051329298478034970
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00050_29
rect:
serializedVersion: 2
x: 289
y: 0
width: 32
height: 25
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: d67158c71c6f9ad50800000000000000
internalID: 6749196827469617005
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00050_0: 8407274756030260309
Confetti_00050_1: 7943595630441549218
Confetti_00050_10: 1153565586067567003
Confetti_00050_11: 289803836315112484
Confetti_00050_12: 6157743895217434401
Confetti_00050_13: 4329777011576460267
Confetti_00050_14: -712142798118798093
Confetti_00050_15: -5771289080653647694
Confetti_00050_16: -6168315713201017562
Confetti_00050_17: -5359164051240532779
Confetti_00050_18: -4377017803216645921
Confetti_00050_19: -1803887775478355074
Confetti_00050_2: -3302459103300868722
Confetti_00050_20: -3343015285944603776
Confetti_00050_21: 2821081372520427534
Confetti_00050_22: -547835224573331380
Confetti_00050_23: -8864819476143762638
Confetti_00050_24: -2856952799505860569
Confetti_00050_25: -334251919811854707
Confetti_00050_26: 279349888725201099
Confetti_00050_27: -6180903252190573806
Confetti_00050_28: -4051329298478034970
Confetti_00050_29: 6749196827469617005
Confetti_00050_3: -7550001421171756899
Confetti_00050_4: -3687111782744179003
Confetti_00050_5: 7311173573817264210
Confetti_00050_6: 3209837372497065587
Confetti_00050_7: 6711816408343092695
Confetti_00050_8: -4841984208520047150
Confetti_00050_9: -3282063779592368518
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@@ -0,0 +1,858 @@
fileFormatVersion: 2
guid: 1f6ff631ae2e59545a7962c8278d8387
TextureImporter:
internalIDToNameTable:
- first:
213: -102844727128075818
second: Confetti_00051_0
- first:
213: 4052243617304733746
second: Confetti_00051_1
- first:
213: -1723000849247451827
second: Confetti_00051_2
- first:
213: 1440463852841418990
second: Confetti_00051_3
- first:
213: 5661521790451774310
second: Confetti_00051_4
- first:
213: 1126296231511304865
second: Confetti_00051_5
- first:
213: -4139649146993743685
second: Confetti_00051_6
- first:
213: -3943986600683635771
second: Confetti_00051_7
- first:
213: 371582474064098856
second: Confetti_00051_8
- first:
213: 7382948726164382280
second: Confetti_00051_9
- first:
213: -6962643999359784255
second: Confetti_00051_10
- first:
213: 6864030047529330046
second: Confetti_00051_11
- first:
213: -1729353459175199270
second: Confetti_00051_12
- first:
213: -578749461918894953
second: Confetti_00051_13
- first:
213: 7530169192639923143
second: Confetti_00051_14
- first:
213: 1142511535247071649
second: Confetti_00051_15
- first:
213: 1512558791122002132
second: Confetti_00051_16
- first:
213: 462452160522307556
second: Confetti_00051_17
- first:
213: -8746413856897231737
second: Confetti_00051_18
- first:
213: 3264457751097084560
second: Confetti_00051_19
- first:
213: 2869644143047560331
second: Confetti_00051_20
- first:
213: 5318354228844291319
second: Confetti_00051_21
- first:
213: 6010954841093751842
second: Confetti_00051_22
- first:
213: -959043084338342439
second: Confetti_00051_23
- first:
213: -7478162862408988999
second: Confetti_00051_24
- first:
213: -7518883591474262602
second: Confetti_00051_25
- first:
213: -6941857431388609256
second: Confetti_00051_26
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: Confetti_00051_0
rect:
serializedVersion: 2
x: 363
y: 750
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6d1528cf34f929ef0800000000000000
internalID: -102844727128075818
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_1
rect:
serializedVersion: 2
x: 420
y: 776
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 238eac8a9167c3830800000000000000
internalID: 4052243617304733746
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_2
rect:
serializedVersion: 2
x: 516
y: 743
width: 35
height: 68
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: d45c8e04bdba618e0800000000000000
internalID: -1723000849247451827
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_3
rect:
serializedVersion: 2
x: 1061
y: 804
width: 19
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: ee047640e3e8df310800000000000000
internalID: 1440463852841418990
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_4
rect:
serializedVersion: 2
x: 925
y: 674
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 663f2088214c19e40800000000000000
internalID: 5661521790451774310
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_5
rect:
serializedVersion: 2
x: 982
y: 668
width: 98
height: 95
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 1aaa717847861af00800000000000000
internalID: 1126296231511304865
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_6
rect:
serializedVersion: 2
x: 664
y: 534
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: bb860ba98030d86c0800000000000000
internalID: -4139649146993743685
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_7
rect:
serializedVersion: 2
x: 721
y: 560
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 5cbf95335152449c0800000000000000
internalID: -3943986600683635771
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_8
rect:
serializedVersion: 2
x: 817
y: 527
width: 35
height: 68
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 826f95b9a40282500800000000000000
internalID: 371582474064098856
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_9
rect:
serializedVersion: 2
x: 937
y: 461
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 84263f9ffb0857660800000000000000
internalID: 7382948726164382280
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_10
rect:
serializedVersion: 2
x: 994
y: 488
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 1caa7a81c28bf5f90800000000000000
internalID: -6962643999359784255
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_11
rect:
serializedVersion: 2
x: 167
y: 369
width: 29
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: e75e79606fee14f50800000000000000
internalID: 6864030047529330046
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_12
rect:
serializedVersion: 2
x: 224
y: 395
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: adde4cef03a1008e0800000000000000
internalID: -1729353459175199270
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_13
rect:
serializedVersion: 2
x: 320
y: 362
width: 35
height: 70
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 79430644e6ed7f7f0800000000000000
internalID: -578749461918894953
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_14
rect:
serializedVersion: 2
x: 378
y: 395
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7c384e1fbf8808860800000000000000
internalID: 7530169192639923143
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_15
rect:
serializedVersion: 2
x: 474
y: 362
width: 35
height: 68
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 1a9103220340bdf00800000000000000
internalID: 1142511535247071649
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_16
rect:
serializedVersion: 2
x: 519
y: 382
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 4d0a8b6e430bdf410800000000000000
internalID: 1512558791122002132
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_17
rect:
serializedVersion: 2
x: 576
y: 408
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 4e74b813ac5fa6600800000000000000
internalID: 462452160522307556
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_18
rect:
serializedVersion: 2
x: 672
y: 375
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 784161900fe7e9680800000000000000
internalID: -8746413856897231737
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_19
rect:
serializedVersion: 2
x: 92
y: 82
width: 29
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 09a896e570fad4d20800000000000000
internalID: 3264457751097084560
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_20
rect:
serializedVersion: 2
x: 149
y: 108
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b8c4122e42603d720800000000000000
internalID: 2869644143047560331
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_21
rect:
serializedVersion: 2
x: 245
y: 75
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7f4e5f74ef69ec940800000000000000
internalID: 5318354228844291319
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_22
rect:
serializedVersion: 2
x: 426
y: 115
width: 51
height: 74
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 224ce40a4933b6350800000000000000
internalID: 6010954841093751842
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_23
rect:
serializedVersion: 2
x: 483
y: 141
width: 64
height: 73
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 9d5d7b1656bc0b2f0800000000000000
internalID: -959043084338342439
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_24
rect:
serializedVersion: 2
x: 579
y: 108
width: 58
height: 79
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 9b608956f7a383890800000000000000
internalID: -7478162862408988999
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_25
rect:
serializedVersion: 2
x: 6
y: 0
width: 36
height: 36
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6bdc9a6d53f87a790800000000000000
internalID: -7518883591474262602
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00051_26
rect:
serializedVersion: 2
x: 98
y: 0
width: 30
height: 8
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8152da8127199af90800000000000000
internalID: -6941857431388609256
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00051_0: -102844727128075818
Confetti_00051_1: 4052243617304733746
Confetti_00051_10: -6962643999359784255
Confetti_00051_11: 6864030047529330046
Confetti_00051_12: -1729353459175199270
Confetti_00051_13: -578749461918894953
Confetti_00051_14: 7530169192639923143
Confetti_00051_15: 1142511535247071649
Confetti_00051_16: 1512558791122002132
Confetti_00051_17: 462452160522307556
Confetti_00051_18: -8746413856897231737
Confetti_00051_19: 3264457751097084560
Confetti_00051_2: -1723000849247451827
Confetti_00051_20: 2869644143047560331
Confetti_00051_21: 5318354228844291319
Confetti_00051_22: 6010954841093751842
Confetti_00051_23: -959043084338342439
Confetti_00051_24: -7478162862408988999
Confetti_00051_25: -7518883591474262602
Confetti_00051_26: -6941857431388609256
Confetti_00051_3: 1440463852841418990
Confetti_00051_4: 5661521790451774310
Confetti_00051_5: 1126296231511304865
Confetti_00051_6: -4139649146993743685
Confetti_00051_7: -3943986600683635771
Confetti_00051_8: 371582474064098856
Confetti_00051_9: 7382948726164382280
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@@ -0,0 +1,884 @@
fileFormatVersion: 2
guid: d8d22dd8ffef18d4092eef549ebb9a01
TextureImporter:
internalIDToNameTable:
- first:
213: 1317601871985490483
second: Confetti_00052_0
- first:
213: 2671488816803402589
second: Confetti_00052_1
- first:
213: -3727867169645344440
second: Confetti_00052_2
- first:
213: 1340639946194362378
second: Confetti_00052_3
- first:
213: 8745748088620027618
second: Confetti_00052_4
- first:
213: -3893684717798109423
second: Confetti_00052_5
- first:
213: -6889474440310020699
second: Confetti_00052_6
- first:
213: 3893971884016183783
second: Confetti_00052_7
- first:
213: 2941696598651628653
second: Confetti_00052_8
- first:
213: 4637662278224490957
second: Confetti_00052_9
- first:
213: -773546741901548118
second: Confetti_00052_10
- first:
213: -6013341059260492439
second: Confetti_00052_11
- first:
213: 4246097020355627909
second: Confetti_00052_12
- first:
213: -3890928892719928053
second: Confetti_00052_13
- first:
213: 6703414431716529178
second: Confetti_00052_14
- first:
213: 8785839620825836815
second: Confetti_00052_15
- first:
213: -8223321431420032410
second: Confetti_00052_16
- first:
213: -577087283199371473
second: Confetti_00052_17
- first:
213: 1152832632096651649
second: Confetti_00052_18
- first:
213: -6895486113505346056
second: Confetti_00052_19
- first:
213: 2660837651336853815
second: Confetti_00052_20
- first:
213: 559948372080320786
second: Confetti_00052_21
- first:
213: -6806207013216982677
second: Confetti_00052_22
- first:
213: 4482599988278803587
second: Confetti_00052_23
- first:
213: -1450947486687732338
second: Confetti_00052_24
- first:
213: 3180743027360728167
second: Confetti_00052_25
- first:
213: 1258115181950010594
second: Confetti_00052_26
- first:
213: -2506035801244760402
second: Confetti_00052_27
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: Confetti_00052_0
rect:
serializedVersion: 2
x: 355
y: 875
width: 28
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 33ab51febef094210800000000000000
internalID: 1317601871985490483
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_1
rect:
serializedVersion: 2
x: 414
y: 902
width: 30
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: d53defabce8031520800000000000000
internalID: 2671488816803402589
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_2
rect:
serializedVersion: 2
x: 508
y: 868
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 849c27f6f84f34cc0800000000000000
internalID: -3727867169645344440
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_3
rect:
serializedVersion: 2
x: 962
y: 794
width: 29
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: a002d949de8ea9210800000000000000
internalID: 1340639946194362378
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_4
rect:
serializedVersion: 2
x: 1022
y: 821
width: 29
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2ee8f35bc832f5970800000000000000
internalID: 8745748088620027618
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_5
rect:
serializedVersion: 2
x: 681
y: 658
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 11fc648f06ad6f9c0800000000000000
internalID: -3893684717798109423
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_6
rect:
serializedVersion: 2
x: 740
y: 686
width: 30
height: 59
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 5a52030af7ba360a0800000000000000
internalID: -6889474440310020699
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_7
rect:
serializedVersion: 2
x: 834
y: 651
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7e9a4202cca2a0630800000000000000
internalID: 3893971884016183783
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_8
rect:
serializedVersion: 2
x: 974
y: 581
width: 29
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: d6cea9f787103d820800000000000000
internalID: 2941696598651628653
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_9
rect:
serializedVersion: 2
x: 1034
y: 608
width: 29
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: dc1bcc945494c5040800000000000000
internalID: 4637662278224490957
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_10
rect:
serializedVersion: 2
x: 143
y: 491
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: aa52ccf265fc345f0800000000000000
internalID: -773546741901548118
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_11
rect:
serializedVersion: 2
x: 202
y: 519
width: 30
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 965d189aa225c8ca0800000000000000
internalID: -6013341059260492439
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_12
rect:
serializedVersion: 2
x: 296
y: 485
width: 50
height: 71
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 58b44244eba2dea30800000000000000
internalID: 4246097020355627909
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_13
rect:
serializedVersion: 2
x: 377
y: 521
width: 29
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b0def1f79c4a00ac0800000000000000
internalID: -3890928892719928053
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_14
rect:
serializedVersion: 2
x: 470
y: 487
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: a14d0b0d8ef470d50800000000000000
internalID: 6703414431716529178
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_15
rect:
serializedVersion: 2
x: 526
y: 506
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f0d60e4f5929de970800000000000000
internalID: 8785839620825836815
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_16
rect:
serializedVersion: 2
x: 585
y: 534
width: 30
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 66a2a562ab4e0ed80800000000000000
internalID: -8223321431420032410
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_17
rect:
serializedVersion: 2
x: 679
y: 500
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f2791886c26cdf7f0800000000000000
internalID: -577087283199371473
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_18
rect:
serializedVersion: 2
x: 110
y: 227
width: 29
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 1897991cb2fafff00800000000000000
internalID: 1152832632096651649
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_19
rect:
serializedVersion: 2
x: 425
y: 239
width: 41
height: 74
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8fdffd2e9ef4e40a0800000000000000
internalID: -6895486113505346056
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_20
rect:
serializedVersion: 2
x: 485
y: 267
width: 42
height: 71
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 739fae40fb13de420800000000000000
internalID: 2660837651336853815
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_21
rect:
serializedVersion: 2
x: 578
y: 233
width: 48
height: 78
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 211e762e31655c700800000000000000
internalID: 559948372080320786
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_22
rect:
serializedVersion: 2
x: 50
y: 200
width: 29
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b69ed6548ce7b81a0800000000000000
internalID: -6806207013216982677
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_23
rect:
serializedVersion: 2
x: 203
y: 193
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 38c378380f4653e30800000000000000
internalID: 4482599988278803587
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_24
rect:
serializedVersion: 2
x: 47
y: 56
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: e8d5b34c2f23ddbe0800000000000000
internalID: -1450947486687732338
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_25
rect:
serializedVersion: 2
x: 362
y: 11
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 76403ab5ee4442c20800000000000000
internalID: 3180743027360728167
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_26
rect:
serializedVersion: 2
x: 421
y: 39
width: 30
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2e408aa9719b57110800000000000000
internalID: 1258115181950010594
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00052_27
rect:
serializedVersion: 2
x: 515
y: 5
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: ea6056067b5c83dd0800000000000000
internalID: -2506035801244760402
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00052_0: 1317601871985490483
Confetti_00052_1: 2671488816803402589
Confetti_00052_10: -773546741901548118
Confetti_00052_11: -6013341059260492439
Confetti_00052_12: 4246097020355627909
Confetti_00052_13: -3890928892719928053
Confetti_00052_14: 6703414431716529178
Confetti_00052_15: 8785839620825836815
Confetti_00052_16: -8223321431420032410
Confetti_00052_17: -577087283199371473
Confetti_00052_18: 1152832632096651649
Confetti_00052_19: -6895486113505346056
Confetti_00052_2: -3727867169645344440
Confetti_00052_20: 2660837651336853815
Confetti_00052_21: 559948372080320786
Confetti_00052_22: -6806207013216982677
Confetti_00052_23: 4482599988278803587
Confetti_00052_24: -1450947486687732338
Confetti_00052_25: 3180743027360728167
Confetti_00052_26: 1258115181950010594
Confetti_00052_27: -2506035801244760402
Confetti_00052_3: 1340639946194362378
Confetti_00052_4: 8745748088620027618
Confetti_00052_5: -3893684717798109423
Confetti_00052_6: -6889474440310020699
Confetti_00052_7: 3893971884016183783
Confetti_00052_8: 2941696598651628653
Confetti_00052_9: 4637662278224490957
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View File

@@ -0,0 +1,910 @@
fileFormatVersion: 2
guid: 30775d0e922b441499bc282f91aeae2e
TextureImporter:
internalIDToNameTable:
- first:
213: 6727733387301245900
second: Confetti_00053_0
- first:
213: -3177626170069573085
second: Confetti_00053_1
- first:
213: -4884135091617595517
second: Confetti_00053_2
- first:
213: -1323367605323451776
second: Confetti_00053_3
- first:
213: 5582358534246628149
second: Confetti_00053_4
- first:
213: 3441801996602058407
second: Confetti_00053_5
- first:
213: -182499658427606404
second: Confetti_00053_6
- first:
213: -7582624063267106253
second: Confetti_00053_7
- first:
213: 9183741897872481988
second: Confetti_00053_8
- first:
213: -9005222590967109857
second: Confetti_00053_9
- first:
213: 8002110948437479105
second: Confetti_00053_10
- first:
213: 5571610541889409513
second: Confetti_00053_11
- first:
213: -2694586012458112427
second: Confetti_00053_12
- first:
213: 43181180304151375
second: Confetti_00053_13
- first:
213: 2123705574247303442
second: Confetti_00053_14
- first:
213: -3153192375751080264
second: Confetti_00053_15
- first:
213: -2985515824330121472
second: Confetti_00053_16
- first:
213: 8902312181449289594
second: Confetti_00053_17
- first:
213: 99885367185234211
second: Confetti_00053_18
- first:
213: 5780143670858162951
second: Confetti_00053_19
- first:
213: -2548322644235753006
second: Confetti_00053_20
- first:
213: -8961309288173812294
second: Confetti_00053_21
- first:
213: -8039050934347328565
second: Confetti_00053_22
- first:
213: -434666553354451287
second: Confetti_00053_23
- first:
213: 3380966728155204732
second: Confetti_00053_24
- first:
213: -8384109309723830292
second: Confetti_00053_25
- first:
213: 5542477335208503940
second: Confetti_00053_26
- first:
213: 930501483641502770
second: Confetti_00053_27
- first:
213: 5835967154712965646
second: Confetti_00053_28
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: Confetti_00053_0
rect:
serializedVersion: 2
x: 347
y: 999
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: cc350a5eed5bd5d50800000000000000
internalID: 6727733387301245900
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_1
rect:
serializedVersion: 2
x: 404
y: 1025
width: 41
height: 55
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 322a40885ddc6e3d0800000000000000
internalID: -3177626170069573085
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_2
rect:
serializedVersion: 2
x: 500
y: 992
width: 35
height: 68
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 38ffc1de201183cb0800000000000000
internalID: -4884135091617595517
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_3
rect:
serializedVersion: 2
x: 1000
y: 913
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 082bf69ac2472ade0800000000000000
internalID: -1323367605323451776
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_4
rect:
serializedVersion: 2
x: 1057
y: 939
width: 23
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 53bf3a2a285887d40800000000000000
internalID: 5582358534246628149
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_5
rect:
serializedVersion: 2
x: 698
y: 782
width: 29
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7a622b23eacb3cf20800000000000000
internalID: 3441801996602058407
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_6
rect:
serializedVersion: 2
x: 755
y: 808
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: c7adacf0781a77df0800000000000000
internalID: -182499658427606404
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_7
rect:
serializedVersion: 2
x: 851
y: 775
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 33292a3c69b15c690800000000000000
internalID: -7582624063267106253
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_8
rect:
serializedVersion: 2
x: 1011
y: 701
width: 28
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 4ce9f8b3994337f70800000000000000
internalID: 9183741897872481988
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_9
rect:
serializedVersion: 2
x: 1068
y: 730
width: 12
height: 42
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f172516e3c5070380800000000000000
internalID: -9005222590967109857
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_10
rect:
serializedVersion: 2
x: 118
y: 614
width: 28
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 1ce41e6b2853d0f60800000000000000
internalID: 8002110948437479105
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_11
rect:
serializedVersion: 2
x: 175
y: 641
width: 41
height: 61
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 9e1d328a446525d40800000000000000
internalID: 5571610541889409513
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_12
rect:
serializedVersion: 2
x: 271
y: 608
width: 35
height: 66
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 55aa2b65c48ea9ad0800000000000000
internalID: -2694586012458112427
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_13
rect:
serializedVersion: 2
x: 314
y: 619
width: 29
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f43d2010e09699000800000000000000
internalID: 43181180304151375
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_14
rect:
serializedVersion: 2
x: 371
y: 645
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2190788c7fae87d10800000000000000
internalID: 2123705574247303442
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_15
rect:
serializedVersion: 2
x: 467
y: 612
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8b603e69d3c9d34d0800000000000000
internalID: -3153192375751080264
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_16
rect:
serializedVersion: 2
x: 533
y: 631
width: 29
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 00fde7bfc215196d0800000000000000
internalID: -2985515824330121472
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_17
rect:
serializedVersion: 2
x: 590
y: 657
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: a7feae633cd5b8b70800000000000000
internalID: 8902312181449289594
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_18
rect:
serializedVersion: 2
x: 686
y: 624
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 329d555563dd26100800000000000000
internalID: 99885367185234211
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_19
rect:
serializedVersion: 2
x: 65
y: 344
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 703293c4b02373050800000000000000
internalID: 5780143670858162951
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_20
rect:
serializedVersion: 2
x: 424
y: 364
width: 33
height: 75
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2d96e318e0a82acd0800000000000000
internalID: -2548322644235753006
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_21
rect:
serializedVersion: 2
x: 481
y: 390
width: 45
height: 74
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: ab5cdf37ea803a380800000000000000
internalID: -8961309288173812294
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_22
rect:
serializedVersion: 2
x: 577
y: 357
width: 39
height: 79
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: bc394f694cd8f6090800000000000000
internalID: -8039050934347328565
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_23
rect:
serializedVersion: 2
x: 8
y: 317
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 9a6809b9211c7f9f0800000000000000
internalID: -434666553354451287
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_24
rect:
serializedVersion: 2
x: 161
y: 311
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: c7c0b1d735b9bee20800000000000000
internalID: 3380966728155204732
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_25
rect:
serializedVersion: 2
x: 0
y: 171
width: 34
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: ce79dd3f009a5ab80800000000000000
internalID: -8384109309723830292
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_26
rect:
serializedVersion: 2
x: 344
y: 135
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 48aa1c465c5daec40800000000000000
internalID: 5542477335208503940
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_27
rect:
serializedVersion: 2
x: 401
y: 161
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 23cfc6b5b2ec9ec00800000000000000
internalID: 930501483641502770
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00053_28
rect:
serializedVersion: 2
x: 497
y: 128
width: 35
height: 68
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: e027389f4358df050800000000000000
internalID: 5835967154712965646
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00053_0: 6727733387301245900
Confetti_00053_1: -3177626170069573085
Confetti_00053_10: 8002110948437479105
Confetti_00053_11: 5571610541889409513
Confetti_00053_12: -2694586012458112427
Confetti_00053_13: 43181180304151375
Confetti_00053_14: 2123705574247303442
Confetti_00053_15: -3153192375751080264
Confetti_00053_16: -2985515824330121472
Confetti_00053_17: 8902312181449289594
Confetti_00053_18: 99885367185234211
Confetti_00053_19: 5780143670858162951
Confetti_00053_2: -4884135091617595517
Confetti_00053_20: -2548322644235753006
Confetti_00053_21: -8961309288173812294
Confetti_00053_22: -8039050934347328565
Confetti_00053_23: -434666553354451287
Confetti_00053_24: 3380966728155204732
Confetti_00053_25: -8384109309723830292
Confetti_00053_26: 5542477335208503940
Confetti_00053_27: 930501483641502770
Confetti_00053_28: 5835967154712965646
Confetti_00053_3: -1323367605323451776
Confetti_00053_4: 5582358534246628149
Confetti_00053_5: 3441801996602058407
Confetti_00053_6: -182499658427606404
Confetti_00053_7: -7582624063267106253
Confetti_00053_8: 9183741897872481988
Confetti_00053_9: -9005222590967109857
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@@ -0,0 +1,728 @@
fileFormatVersion: 2
guid: 934707ef8327398469f06992becdc533
TextureImporter:
internalIDToNameTable:
- first:
213: -8838775023103693441
second: Confetti_00054_0
- first:
213: -5707741633788162122
second: Confetti_00054_1
- first:
213: 1140208653056803798
second: Confetti_00054_2
- first:
213: 3058820912716343054
second: Confetti_00054_3
- first:
213: -571037083330083210
second: Confetti_00054_4
- first:
213: 660820369176342375
second: Confetti_00054_5
- first:
213: 5706575753530187474
second: Confetti_00054_6
- first:
213: 3331240594581447448
second: Confetti_00054_7
- first:
213: 5837714320341735057
second: Confetti_00054_8
- first:
213: 811367363201091900
second: Confetti_00054_9
- first:
213: -2373316196953028446
second: Confetti_00054_10
- first:
213: -3890410173489648600
second: Confetti_00054_11
- first:
213: -2745513506871677756
second: Confetti_00054_12
- first:
213: -1808383025869314689
second: Confetti_00054_13
- first:
213: -1590571885334939017
second: Confetti_00054_14
- first:
213: 5934217217891644158
second: Confetti_00054_15
- first:
213: 163400813620176397
second: Confetti_00054_16
- first:
213: -9042583740077455145
second: Confetti_00054_17
- first:
213: -209324546040881636
second: Confetti_00054_18
- first:
213: 3420577639199695990
second: Confetti_00054_19
- first:
213: -2925030159494326240
second: Confetti_00054_20
- first:
213: -7143663203424508603
second: Confetti_00054_21
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: Confetti_00054_0
rect:
serializedVersion: 2
x: 1038
y: 1031
width: 28
height: 49
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f7d2f4242fc565580800000000000000
internalID: -8838775023103693441
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00054_1
rect:
serializedVersion: 2
x: 716
y: 905
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6bf495899370ac0b0800000000000000
internalID: -5707741633788162122
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00054_2
rect:
serializedVersion: 2
x: 775
y: 933
width: 30
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6d307479ab5d2df00800000000000000
internalID: 1140208653056803798
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00054_3
rect:
serializedVersion: 2
x: 869
y: 899
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: e076efde96d137a20800000000000000
internalID: 3058820912716343054
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00054_4
rect:
serializedVersion: 2
x: 153
y: 764
width: 30
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 67609865cc44318f0800000000000000
internalID: -571037083330083210
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00054_5
rect:
serializedVersion: 2
x: 371
y: 772
width: 29
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 76f2915ef94bb2900800000000000000
internalID: 660820369176342375
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00054_6
rect:
serializedVersion: 2
x: 599
y: 783
width: 30
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2de1601c964d13f40800000000000000
internalID: 5706575753530187474
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00054_7
rect:
serializedVersion: 2
x: 1048
y: 820
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 813636dcba1fa3e20800000000000000
internalID: 3331240594581447448
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00054_8
rect:
serializedVersion: 2
x: 94
y: 737
width: 28
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 1961e2cae3ab30150800000000000000
internalID: 5837714320341735057
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00054_9
rect:
serializedVersion: 2
x: 247
y: 730
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: c3942f9615e824b00800000000000000
internalID: 811367363201091900
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00054_10
rect:
serializedVersion: 2
x: 311
y: 744
width: 29
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2a80fe44e79401fd0800000000000000
internalID: -2373316196953028446
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00054_11
rect:
serializedVersion: 2
x: 464
y: 737
width: 35
height: 68
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 82c659a3f8c720ac0800000000000000
internalID: -3890410173489648600
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00054_12
rect:
serializedVersion: 2
x: 540
y: 755
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 4cc60e8030af5e9d0800000000000000
internalID: -2745513506871677756
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00054_13
rect:
serializedVersion: 2
x: 693
y: 749
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f75a63d183557e6e0800000000000000
internalID: -1808383025869314689
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00054_14
rect:
serializedVersion: 2
x: 25
y: 463
width: 30
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 77a33e82c472de9e0800000000000000
internalID: -1590571885334939017
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00054_15
rect:
serializedVersion: 2
x: 418
y: 488
width: 33
height: 75
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: ef2307c6e139a5250800000000000000
internalID: 5934217217891644158
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00054_16
rect:
serializedVersion: 2
x: 477
y: 516
width: 35
height: 72
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: d0627db9c24844200800000000000000
internalID: 163400813620176397
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00054_17
rect:
serializedVersion: 2
x: 571
y: 482
width: 40
height: 79
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7d8c5f08ff9428280800000000000000
internalID: -9042583740077455145
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00054_18
rect:
serializedVersion: 2
x: 119
y: 428
width: 35
height: 68
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: c1e96763f64581df0800000000000000
internalID: -209324546040881636
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00054_19
rect:
serializedVersion: 2
x: 326
y: 259
width: 29
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 67464276d35587f20800000000000000
internalID: 3420577639199695990
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00054_20
rect:
serializedVersion: 2
x: 386
y: 287
width: 29
height: 59
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 028590241943867d0800000000000000
internalID: -2925030159494326240
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00054_21
rect:
serializedVersion: 2
x: 479
y: 252
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 5456adc4a2c9cdc90800000000000000
internalID: -7143663203424508603
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00054_0: -8838775023103693441
Confetti_00054_1: -5707741633788162122
Confetti_00054_10: -2373316196953028446
Confetti_00054_11: -3890410173489648600
Confetti_00054_12: -2745513506871677756
Confetti_00054_13: -1808383025869314689
Confetti_00054_14: -1590571885334939017
Confetti_00054_15: 5934217217891644158
Confetti_00054_16: 163400813620176397
Confetti_00054_17: -9042583740077455145
Confetti_00054_18: -209324546040881636
Confetti_00054_19: 3420577639199695990
Confetti_00054_2: 1140208653056803798
Confetti_00054_20: -2925030159494326240
Confetti_00054_21: -7143663203424508603
Confetti_00054_3: 3058820912716343054
Confetti_00054_4: -571037083330083210
Confetti_00054_5: 660820369176342375
Confetti_00054_6: 5706575753530187474
Confetti_00054_7: 3331240594581447448
Confetti_00054_8: 5837714320341735057
Confetti_00054_9: 811367363201091900
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@@ -0,0 +1,676 @@
fileFormatVersion: 2
guid: f3573e3e5e406dc46b6749b8734b24b1
TextureImporter:
internalIDToNameTable:
- first:
213: 1032961679678402366
second: Confetti_00055_0
- first:
213: -2349853841093640860
second: Confetti_00055_1
- first:
213: 84440253118692535
second: Confetti_00055_2
- first:
213: -3485777265327556693
second: Confetti_00055_3
- first:
213: -3772171193475056564
second: Confetti_00055_4
- first:
213: 3217542392726932386
second: Confetti_00055_5
- first:
213: 6210595452238283911
second: Confetti_00055_6
- first:
213: -4037865510762722439
second: Confetti_00055_7
- first:
213: -5964339546462359198
second: Confetti_00055_8
- first:
213: -313525815384170536
second: Confetti_00055_9
- first:
213: 5245554163802354567
second: Confetti_00055_10
- first:
213: 5334194703076337197
second: Confetti_00055_11
- first:
213: -2521041653659187877
second: Confetti_00055_12
- first:
213: -5876591804801990791
second: Confetti_00055_13
- first:
213: -6488441141810115854
second: Confetti_00055_14
- first:
213: 5528724849676169375
second: Confetti_00055_15
- first:
213: -2954410311593958008
second: Confetti_00055_16
- first:
213: -2393334229224342005
second: Confetti_00055_17
- first:
213: -5238094956140799477
second: Confetti_00055_18
- first:
213: 4838978529720043219
second: Confetti_00055_19
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: Confetti_00055_0
rect:
serializedVersion: 2
x: 732
y: 1029
width: 28
height: 51
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: e3f62dfbc21d55e00800000000000000
internalID: 1032961679678402366
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00055_1
rect:
serializedVersion: 2
x: 789
y: 1055
width: 32
height: 25
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 46db68fa164a36fd0800000000000000
internalID: -2349853841093640860
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00055_2
rect:
serializedVersion: 2
x: 885
y: 1023
width: 35
height: 57
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7bc32eb76fdfb2100800000000000000
internalID: 84440253118692535
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00055_3
rect:
serializedVersion: 2
x: 69
y: 859
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: ba7b40eab0800afc0800000000000000
internalID: -3485777265327556693
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00055_4
rect:
serializedVersion: 2
x: 126
y: 885
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: c4c35fc094e86abc0800000000000000
internalID: -3772171193475056564
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00055_5
rect:
serializedVersion: 2
x: 222
y: 852
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2abcf3842c107ac20800000000000000
internalID: 3217542392726932386
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00055_6
rect:
serializedVersion: 2
x: 308
y: 869
width: 29
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 784c15e98a7703650800000000000000
internalID: 6210595452238283911
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00055_7
rect:
serializedVersion: 2
x: 365
y: 895
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 97bcf2426be96f7c0800000000000000
internalID: -4037865510762722439
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00055_8
rect:
serializedVersion: 2
x: 461
y: 863
width: 35
height: 66
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 261fb4d68c86a3da0800000000000000
internalID: -5964339546462359198
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00055_9
rect:
serializedVersion: 2
x: 547
y: 881
width: 28
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8df9c1a9ee126abf0800000000000000
internalID: -313525815384170536
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00055_10
rect:
serializedVersion: 2
x: 604
y: 907
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 783b28748b3fbc840800000000000000
internalID: 5245554163802354567
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00055_11
rect:
serializedVersion: 2
x: 700
y: 874
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: d26a2a712ddd60a40800000000000000
internalID: 5334194703076337197
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00055_12
rect:
serializedVersion: 2
x: 0
y: 579
width: 21
height: 61
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b554ea919f5730dd0800000000000000
internalID: -2521041653659187877
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00055_13
rect:
serializedVersion: 2
x: 408
y: 614
width: 42
height: 74
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 97f3ec893e6227ea0800000000000000
internalID: -5876591804801990791
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00055_14
rect:
serializedVersion: 2
x: 465
y: 640
width: 55
height: 74
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2fac064a82d64f5a0800000000000000
internalID: -6488441141810115854
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00055_15
rect:
serializedVersion: 2
x: 561
y: 607
width: 49
height: 79
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f90b2d555f9f9bc40800000000000000
internalID: 5528724849676169375
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00055_16
rect:
serializedVersion: 2
x: 76
y: 546
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 885e0b88973dff6d0800000000000000
internalID: -2954410311593958008
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00055_17
rect:
serializedVersion: 2
x: 309
y: 383
width: 28
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b0ebc4ee23b29ced0800000000000000
internalID: -2393334229224342005
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00055_18
rect:
serializedVersion: 2
x: 366
y: 409
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b0a5677d36c8e47b0800000000000000
internalID: -5238094956140799477
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00055_19
rect:
serializedVersion: 2
x: 462
y: 376
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 3d684b3b551872340800000000000000
internalID: 4838978529720043219
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00055_0: 1032961679678402366
Confetti_00055_1: -2349853841093640860
Confetti_00055_10: 5245554163802354567
Confetti_00055_11: 5334194703076337197
Confetti_00055_12: -2521041653659187877
Confetti_00055_13: -5876591804801990791
Confetti_00055_14: -6488441141810115854
Confetti_00055_15: 5528724849676169375
Confetti_00055_16: -2954410311593958008
Confetti_00055_17: -2393334229224342005
Confetti_00055_18: -5238094956140799477
Confetti_00055_19: 4838978529720043219
Confetti_00055_2: 84440253118692535
Confetti_00055_3: -3485777265327556693
Confetti_00055_4: -3772171193475056564
Confetti_00055_5: 3217542392726932386
Confetti_00055_6: 6210595452238283911
Confetti_00055_7: -4037865510762722439
Confetti_00055_8: -5964339546462359198
Confetti_00055_9: -313525815384170536
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@@ -0,0 +1,572 @@
fileFormatVersion: 2
guid: be1dec6eca97c734d87c704788c3162a
TextureImporter:
internalIDToNameTable:
- first:
213: 7342198778667250469
second: Confetti_00056_0
- first:
213: -2821050050754162439
second: Confetti_00056_1
- first:
213: 8918806810713567449
second: Confetti_00056_2
- first:
213: -97357240368103900
second: Confetti_00056_3
- first:
213: 882757197918412312
second: Confetti_00056_4
- first:
213: 631850468049226615
second: Confetti_00056_5
- first:
213: -601532898074143120
second: Confetti_00056_6
- first:
213: -6856752838865495561
second: Confetti_00056_7
- first:
213: 6807962240584222023
second: Confetti_00056_8
- first:
213: -8797329169404067546
second: Confetti_00056_9
- first:
213: -4568807132365219837
second: Confetti_00056_10
- first:
213: -4978801542832611746
second: Confetti_00056_11
- first:
213: -6678576138866396992
second: Confetti_00056_12
- first:
213: -308625065347598931
second: Confetti_00056_13
- first:
213: 3073363562485461542
second: Confetti_00056_14
- first:
213: 3846274551184615297
second: Confetti_00056_15
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: Confetti_00056_0
rect:
serializedVersion: 2
x: 44
y: 981
width: 29
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 523b4c873eab4e560800000000000000
internalID: 7342198778667250469
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00056_1
rect:
serializedVersion: 2
x: 104
y: 1009
width: 29
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 9f05337eced99d8d0800000000000000
internalID: -2821050050754162439
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00056_2
rect:
serializedVersion: 2
x: 197
y: 974
width: 35
height: 68
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 9d0baec5a87f5cb70800000000000000
internalID: 8918806810713567449
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00056_3
rect:
serializedVersion: 2
x: 305
y: 994
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 42efb8f0b1e16aef0800000000000000
internalID: -97357240368103900
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00056_4
rect:
serializedVersion: 2
x: 364
y: 1022
width: 30
height: 58
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 81e98d49efe204c00800000000000000
internalID: 882757197918412312
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00056_5
rect:
serializedVersion: 2
x: 458
y: 987
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 77b0d3b27a8c4c800800000000000000
internalID: 631850468049226615
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00056_6
rect:
serializedVersion: 2
x: 554
y: 1005
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 0765499240de6a7f0800000000000000
internalID: -601532898074143120
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00056_7
rect:
serializedVersion: 2
x: 614
y: 1033
width: 29
height: 47
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7f955c62f9be7d0a0800000000000000
internalID: -6856752838865495561
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00056_8
rect:
serializedVersion: 2
x: 707
y: 998
width: 35
height: 68
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7458b42769dba7e50800000000000000
internalID: 6807962240584222023
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00056_9
rect:
serializedVersion: 2
x: 398
y: 738
width: 51
height: 75
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6210d7d0bbb99e580800000000000000
internalID: -8797329169404067546
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00056_10
rect:
serializedVersion: 2
x: 457
y: 766
width: 53
height: 72
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 3089914ae165890c0800000000000000
internalID: -4568807132365219837
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00056_11
rect:
serializedVersion: 2
x: 551
y: 731
width: 58
height: 80
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: e5e9b48206eb7eab0800000000000000
internalID: -4978801542832611746
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00056_12
rect:
serializedVersion: 2
x: 33
y: 663
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 0c0f775e26ee053a0800000000000000
internalID: -6678576138866396992
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00056_13
rect:
serializedVersion: 2
x: 292
y: 506
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: da5bc23632b87bbf0800000000000000
internalID: -308625065347598931
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00056_14
rect:
serializedVersion: 2
x: 351
y: 534
width: 30
height: 60
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 622339f60e7c6aa20800000000000000
internalID: 3073363562485461542
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00056_15
rect:
serializedVersion: 2
x: 445
y: 500
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 187ebfb6356b06530800000000000000
internalID: 3846274551184615297
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00056_0: 7342198778667250469
Confetti_00056_1: -2821050050754162439
Confetti_00056_10: -4568807132365219837
Confetti_00056_11: -4978801542832611746
Confetti_00056_12: -6678576138866396992
Confetti_00056_13: -308625065347598931
Confetti_00056_14: 3073363562485461542
Confetti_00056_15: 3846274551184615297
Confetti_00056_2: 8918806810713567449
Confetti_00056_3: -97357240368103900
Confetti_00056_4: 882757197918412312
Confetti_00056_5: 631850468049226615
Confetti_00056_6: -601532898074143120
Confetti_00056_7: -6856752838865495561
Confetti_00056_8: 6807962240584222023
Confetti_00056_9: -8797329169404067546
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -0,0 +1,338 @@
fileFormatVersion: 2
guid: 82722f8dfbcd15447968ac21583660bd
TextureImporter:
internalIDToNameTable:
- first:
213: -1813439859725019268
second: Confetti_00057_0
- first:
213: -8261918508699775061
second: Confetti_00057_1
- first:
213: 802512376431517161
second: Confetti_00057_2
- first:
213: -2041985686447317241
second: Confetti_00057_3
- first:
213: -4220405368653496301
second: Confetti_00057_4
- first:
213: 4870410101880468845
second: Confetti_00057_5
- first:
213: 3425814833745122359
second: Confetti_00057_6
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: Confetti_00057_0
rect:
serializedVersion: 2
x: 388
y: 863
width: 28
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: c775e8b3e0e55d6e0800000000000000
internalID: -1813439859725019268
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00057_1
rect:
serializedVersion: 2
x: 419
y: 875
width: 98
height: 88
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: baf89bdc3e4c75d80800000000000000
internalID: -8261918508699775061
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00057_2
rect:
serializedVersion: 2
x: 541
y: 856
width: 66
height: 80
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 9ed1e0521c8132b00800000000000000
internalID: 802512376431517161
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00057_3
rect:
serializedVersion: 2
x: 0
y: 782
width: 26
height: 66
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 70f10ea46d869a3e0800000000000000
internalID: -2041985686447317241
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00057_4
rect:
serializedVersion: 2
x: 275
y: 630
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 310c1498dab1e65c0800000000000000
internalID: -4220405368653496301
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00057_5
rect:
serializedVersion: 2
x: 332
y: 656
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: d653f01ee2c279340800000000000000
internalID: 4870410101880468845
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00057_6
rect:
serializedVersion: 2
x: 428
y: 623
width: 35
height: 68
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 73454a7c070fa8f20800000000000000
internalID: 3425814833745122359
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00057_0: -1813439859725019268
Confetti_00057_1: -8261918508699775061
Confetti_00057_2: 802512376431517161
Confetti_00057_3: -2041985686447317241
Confetti_00057_4: -4220405368653496301
Confetti_00057_5: 4870410101880468845
Confetti_00057_6: 3425814833745122359
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -0,0 +1,364 @@
fileFormatVersion: 2
guid: 9c17572d965e8d944b4882245eb76807
TextureImporter:
internalIDToNameTable:
- first:
213: -8044609248758274881
second: Confetti_00058_0
- first:
213: 1624726082498454482
second: Confetti_00058_1
- first:
213: -1422988038986168670
second: Confetti_00058_2
- first:
213: -3822440659865747466
second: Confetti_00058_3
- first:
213: 4869426135389780942
second: Confetti_00058_4
- first:
213: 3583024543362988351
second: Confetti_00058_5
- first:
213: 4692372744856621020
second: Confetti_00058_6
- first:
213: -7485979384140697366
second: Confetti_00058_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: Confetti_00058_0
rect:
serializedVersion: 2
x: 377
y: 987
width: 29
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: fb4e0faa28ecb5090800000000000000
internalID: -8044609248758274881
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00058_1
rect:
serializedVersion: 2
x: 386
y: 1000
width: 80
height: 80
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2d3e1ac83cf2c8610800000000000000
internalID: 1624726082498454482
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00058_2
rect:
serializedVersion: 2
x: 479
y: 1028
width: 29
height: 52
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2a68998fae7804ce0800000000000000
internalID: -1422988038986168670
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00058_3
rect:
serializedVersion: 2
x: 530
y: 980
width: 35
height: 68
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6ff31b5d876f3fac0800000000000000
internalID: -3822440659865747466
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00058_4
rect:
serializedVersion: 2
x: 572
y: 993
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: ecb39e3554da39340800000000000000
internalID: 4869426135389780942
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00058_5
rect:
serializedVersion: 2
x: 257
y: 754
width: 29
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f3938a8a6d579b130800000000000000
internalID: 3583024543362988351
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00058_6
rect:
serializedVersion: 2
x: 317
y: 782
width: 29
height: 59
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: cdf47e27628ae1140800000000000000
internalID: 4692372744856621020
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00058_7
rect:
serializedVersion: 2
x: 410
y: 747
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: ae0756c99657c1890800000000000000
internalID: -7485979384140697366
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00058_0: -8044609248758274881
Confetti_00058_1: 1624726082498454482
Confetti_00058_2: -1422988038986168670
Confetti_00058_3: -3822440659865747466
Confetti_00058_4: 4869426135389780942
Confetti_00058_5: 3583024543362988351
Confetti_00058_6: 4692372744856621020
Confetti_00058_7: -7485979384140697366
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1,260 @@
fileFormatVersion: 2
guid: d0bbe41f678c1484cb5506acb743c4be
TextureImporter:
internalIDToNameTable:
- first:
213: 4993072940355905595
second: Confetti_00059_0
- first:
213: 1245807859938240475
second: Confetti_00059_1
- first:
213: 7326686908156685636
second: Confetti_00059_2
- first:
213: 7350615110977752036
second: Confetti_00059_3
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: Confetti_00059_0
rect:
serializedVersion: 2
x: 387
y: 1008
width: 55
height: 46
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b3867838265fa4540800000000000000
internalID: 4993072940355905595
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00059_1
rect:
serializedVersion: 2
x: 240
y: 878
width: 28
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: bd72206e5aff94110800000000000000
internalID: 1245807859938240475
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00059_2
rect:
serializedVersion: 2
x: 297
y: 904
width: 41
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 44d2f2dacee9da560800000000000000
internalID: 7326686908156685636
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00059_3
rect:
serializedVersion: 2
x: 393
y: 871
width: 35
height: 67
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 4eb827a8f71a20660800000000000000
internalID: 7350615110977752036
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00059_0: 4993072940355905595
Confetti_00059_1: 1245807859938240475
Confetti_00059_2: 7326686908156685636
Confetti_00059_3: 7350615110977752036
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,234 @@
fileFormatVersion: 2
guid: 7c6f1b5d80cca6c488a17bccac062c12
TextureImporter:
internalIDToNameTable:
- first:
213: -4764286538818997744
second: Confetti_00060_0
- first:
213: -725446880137392646
second: Confetti_00060_1
- first:
213: 3672307461250885307
second: Confetti_00060_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: 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: Confetti_00060_0
rect:
serializedVersion: 2
x: 222
y: 1001
width: 28
height: 63
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 012b48d92aad1edb0800000000000000
internalID: -4764286538818997744
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00060_1
rect:
serializedVersion: 2
x: 282
y: 1029
width: 29
height: 51
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: afdcef5f7e1bee5f0800000000000000
internalID: -725446880137392646
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00060_2
rect:
serializedVersion: 2
x: 375
y: 966
width: 66
height: 96
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: bb620e5ed28a6f230800000000000000
internalID: 3672307461250885307
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00060_0: -4764286538818997744
Confetti_00060_1: -725446880137392646
Confetti_00060_2: 3672307461250885307
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@@ -0,0 +1,182 @@
fileFormatVersion: 2
guid: 6be35c2193e26db40b001d2604f921dd
TextureImporter:
internalIDToNameTable:
- first:
213: -135653091666354724
second: Confetti_00061_0
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: Confetti_00061_0
rect:
serializedVersion: 2
x: 387
y: 926
width: 55
height: 45
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: cdd1b8a5b301e1ef0800000000000000
internalID: -135653091666354724
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00061_0: -135653091666354724
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@@ -0,0 +1,182 @@
fileFormatVersion: 2
guid: 2fe75b08abad50746916d34e37d9c392
TextureImporter:
internalIDToNameTable:
- first:
213: -7422590612259548653
second: Confetti_00062_0
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: Confetti_00062_0
rect:
serializedVersion: 2
x: 386
y: 881
width: 55
height: 48
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 312de1b2a29adf890800000000000000
internalID: -7422590612259548653
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00062_0: -7422590612259548653
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@@ -0,0 +1,234 @@
fileFormatVersion: 2
guid: eed5a1c80baad704f918fc6495e57092
TextureImporter:
internalIDToNameTable:
- first:
213: -8810888223209115822
second: Confetti_00063_0
- first:
213: 3041472831509786993
second: Confetti_00063_1
- first:
213: -7943048971602811903
second: Confetti_00063_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: 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: Confetti_00063_0
rect:
serializedVersion: 2
x: 397
y: 1064
width: 57
height: 16
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 25fa2f3d7df69b580800000000000000
internalID: -8810888223209115822
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00063_1
rect:
serializedVersion: 2
x: 469
y: 1054
width: 54
height: 26
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 17174240d6b753a20800000000000000
internalID: 3041472831509786993
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00063_2
rect:
serializedVersion: 2
x: 387
y: 839
width: 55
height: 46
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 104251e5b0f94c190800000000000000
internalID: -7943048971602811903
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00063_0: -8810888223209115822
Confetti_00063_1: 3041472831509786993
Confetti_00063_2: -7943048971602811903
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -0,0 +1,260 @@
fileFormatVersion: 2
guid: da98adcb023cca942a0568ccef4ce8c5
TextureImporter:
internalIDToNameTable:
- first:
213: 8180431984268795687
second: Confetti_00064_0
- first:
213: -8558032503341883524
second: Confetti_00064_1
- first:
213: -5794664808102086153
second: Confetti_00064_2
- first:
213: 1695668586675331638
second: Confetti_00064_3
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: Confetti_00064_0
rect:
serializedVersion: 2
x: 396
y: 1025
width: 55
height: 55
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 72fd5934c8bb68170800000000000000
internalID: 8180431984268795687
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00064_1
rect:
serializedVersion: 2
x: 1045
y: 1074
width: 27
height: 6
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: c7f5f06d7c2cb3980800000000000000
internalID: -8558032503341883524
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00064_2
rect:
serializedVersion: 2
x: 468
y: 1013
width: 55
height: 47
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7f93e98fe07359fa0800000000000000
internalID: -5794664808102086153
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00064_3
rect:
serializedVersion: 2
x: 386
y: 794
width: 55
height: 47
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 63262957899388710800000000000000
internalID: 1695668586675331638
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00064_0: 8180431984268795687
Confetti_00064_1: -8558032503341883524
Confetti_00064_2: -5794664808102086153
Confetti_00064_3: 1695668586675331638
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -0,0 +1,286 @@
fileFormatVersion: 2
guid: d83bc6729332b3b48a747c696df1d018
TextureImporter:
internalIDToNameTable:
- first:
213: 6889993500497710288
second: Confetti_00065_0
- first:
213: 470097673470911351
second: Confetti_00065_1
- first:
213: -1159528357847239970
second: Confetti_00065_2
- first:
213: 2237055791991236486
second: Confetti_00065_3
- first:
213: -1636853775551211980
second: Confetti_00065_4
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: Confetti_00065_0
rect:
serializedVersion: 2
x: 212
y: 1075
width: 29
height: 5
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 0dc8aed759c2e9f50800000000000000
internalID: 6889993500497710288
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00065_1
rect:
serializedVersion: 2
x: 1020
y: 1031
width: 54
height: 45
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 773a8f4e75f168600800000000000000
internalID: 470097673470911351
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00065_2
rect:
serializedVersion: 2
x: 394
y: 986
width: 61
height: 62
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: ed2f58b1a1788efe0800000000000000
internalID: -1159528357847239970
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00065_3
rect:
serializedVersion: 2
x: 469
y: 974
width: 54
height: 45
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6872e50f36e9b0f10800000000000000
internalID: 2237055791991236486
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00065_4
rect:
serializedVersion: 2
x: 387
y: 750
width: 55
height: 46
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 436530fd92ab849e0800000000000000
internalID: -1636853775551211980
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00065_0: 6889993500497710288
Confetti_00065_1: 470097673470911351
Confetti_00065_2: -1159528357847239970
Confetti_00065_3: 2237055791991236486
Confetti_00065_4: -1636853775551211980
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -0,0 +1,286 @@
fileFormatVersion: 2
guid: 514c05d15cd5a0e4aa9795dbcb01334a
TextureImporter:
internalIDToNameTable:
- first:
213: 511688960091615501
second: Confetti_00066_0
- first:
213: -5963990815610114942
second: Confetti_00066_1
- first:
213: -2528573690595507035
second: Confetti_00066_2
- first:
213: -3827121597361602323
second: Confetti_00066_3
- first:
213: -3739722897620803071
second: Confetti_00066_4
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: Confetti_00066_0
rect:
serializedVersion: 2
x: 212
y: 1024
width: 54
height: 48
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: d01ffbde562e91700800000000000000
internalID: 511688960091615501
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00066_1
rect:
serializedVersion: 2
x: 1019
y: 983
width: 54
height: 48
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 28cedd7a3f5ab3da0800000000000000
internalID: -5963990815610114942
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00066_2
rect:
serializedVersion: 2
x: 396
y: 946
width: 55
height: 65
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 5a408a710a3b8ecd0800000000000000
internalID: -2528573690595507035
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00066_3
rect:
serializedVersion: 2
x: 468
y: 930
width: 55
height: 48
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: de049052f2553eac0800000000000000
internalID: -3827121597361602323
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00066_4
rect:
serializedVersion: 2
x: 386
y: 703
width: 55
height: 48
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 102eae8a6d5d91cc0800000000000000
internalID: -3739722897620803071
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00066_0: 511688960091615501
Confetti_00066_1: -5963990815610114942
Confetti_00066_2: -2528573690595507035
Confetti_00066_3: -3827121597361602323
Confetti_00066_4: -3739722897620803071
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -0,0 +1,338 @@
fileFormatVersion: 2
guid: eda017c4d3f7f9e48971c3a4007a729e
TextureImporter:
internalIDToNameTable:
- first:
213: -5436471204880594711
second: Confetti_00067_0
- first:
213: 4350924503048705448
second: Confetti_00067_1
- first:
213: -8613985731904340950
second: Confetti_00067_2
- first:
213: 7416337273295968140
second: Confetti_00067_3
- first:
213: -7208979633684706973
second: Confetti_00067_4
- first:
213: 5809092599215787711
second: Confetti_00067_5
- first:
213: -5131803720473253850
second: Confetti_00067_6
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: Confetti_00067_0
rect:
serializedVersion: 2
x: 340
y: 1059
width: 52
height: 21
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 9e8c3792e36cd84b0800000000000000
internalID: -5436471204880594711
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00067_1
rect:
serializedVersion: 2
x: 686
y: 1060
width: 51
height: 20
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8a5d2c888c6916c30800000000000000
internalID: 4350924503048705448
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00067_2
rect:
serializedVersion: 2
x: 212
y: 976
width: 55
height: 45
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: a2cfe8d9d99f47880800000000000000
internalID: -8613985731904340950
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00067_3
rect:
serializedVersion: 2
x: 1020
y: 938
width: 54
height: 46
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: c879b45e47f1ce660800000000000000
internalID: 7416337273295968140
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00067_4
rect:
serializedVersion: 2
x: 394
y: 905
width: 61
height: 68
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 369823dc73f84fb90800000000000000
internalID: -7208979633684706973
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00067_5
rect:
serializedVersion: 2
x: 469
y: 890
width: 54
height: 45
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: fbe8b9be0fa0e9050800000000000000
internalID: 5809092599215787711
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00067_6
rect:
serializedVersion: 2
x: 387
y: 658
width: 55
height: 45
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 628e928a4bb28c8b0800000000000000
internalID: -5131803720473253850
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00067_0: -5436471204880594711
Confetti_00067_1: 4350924503048705448
Confetti_00067_2: -8613985731904340950
Confetti_00067_3: 7416337273295968140
Confetti_00067_4: -7208979633684706973
Confetti_00067_5: 5809092599215787711
Confetti_00067_6: -5131803720473253850
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -0,0 +1,390 @@
fileFormatVersion: 2
guid: 62354a8673295a242921739a35eba7f4
TextureImporter:
internalIDToNameTable:
- first:
213: 3744438754767417531
second: Confetti_00068_0
- first:
213: 3637269872780029712
second: Confetti_00068_1
- first:
213: 2809738794767326206
second: Confetti_00068_2
- first:
213: 4902255263338337500
second: Confetti_00068_3
- first:
213: -3502664163415613000
second: Confetti_00068_4
- first:
213: 2604020999761400125
second: Confetti_00068_5
- first:
213: -7499121763021332372
second: Confetti_00068_6
- first:
213: -2892499488914965305
second: Confetti_00068_7
- first:
213: -917152163202176405
second: Confetti_00068_8
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: Confetti_00068_0
rect:
serializedVersion: 2
x: 186
y: 1034
width: 54
height: 46
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: bb03e15653be6f330800000000000000
internalID: 3744438754767417531
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00068_1
rect:
serializedVersion: 2
x: 339
y: 1017
width: 55
height: 48
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 01fa84f9dad2a7230800000000000000
internalID: 3637269872780029712
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00068_2
rect:
serializedVersion: 2
x: 479
y: 1040
width: 49
height: 40
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: efb9db51c823ef620800000000000000
internalID: 2809738794767326206
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00068_3
rect:
serializedVersion: 2
x: 685
y: 1010
width: 54
height: 47
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: cd41291503f480440800000000000000
internalID: 4902255263338337500
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00068_4
rect:
serializedVersion: 2
x: 212
y: 923
width: 54
height: 48
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8b12f145089046fc0800000000000000
internalID: -3502664163415613000
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00068_5
rect:
serializedVersion: 2
x: 396
y: 863
width: 55
height: 72
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: d319f667d47532420800000000000000
internalID: 2604020999761400125
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00068_6
rect:
serializedVersion: 2
x: 1019
y: 890
width: 54
height: 47
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: c6066b31d74cde790800000000000000
internalID: -7499121763021332372
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00068_7
rect:
serializedVersion: 2
x: 469
y: 845
width: 54
height: 48
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7cc793a3a07cbd7d0800000000000000
internalID: -2892499488914965305
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00068_8
rect:
serializedVersion: 2
x: 386
y: 608
width: 55
height: 48
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b6a6a5387fe9543f0800000000000000
internalID: -917152163202176405
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00068_0: 3744438754767417531
Confetti_00068_1: 3637269872780029712
Confetti_00068_2: 2809738794767326206
Confetti_00068_3: 4902255263338337500
Confetti_00068_4: -3502664163415613000
Confetti_00068_5: 2604020999761400125
Confetti_00068_6: -7499121763021332372
Confetti_00068_7: -2892499488914965305
Confetti_00068_8: -917152163202176405
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -0,0 +1,416 @@
fileFormatVersion: 2
guid: 7348b5dcfef82554f854f681d3173e05
TextureImporter:
internalIDToNameTable:
- first:
213: 3147876712156802371
second: Confetti_00069_0
- first:
213: 4174708299043890913
second: Confetti_00069_1
- first:
213: -3277518541005042405
second: Confetti_00069_2
- first:
213: 3986344109437406880
second: Confetti_00069_3
- first:
213: -2382744913965024777
second: Confetti_00069_4
- first:
213: 6337582358738189467
second: Confetti_00069_5
- first:
213: 1199909960024391043
second: Confetti_00069_6
- first:
213: 4595003470098953738
second: Confetti_00069_7
- first:
213: -3905310855636018298
second: Confetti_00069_8
- first:
213: -5945420596489708106
second: Confetti_00069_9
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: Confetti_00069_0
rect:
serializedVersion: 2
x: 261
y: 1065
width: 31
height: 15
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 34da4d801318fab20800000000000000
internalID: 3147876712156802371
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00069_1
rect:
serializedVersion: 2
x: 471
y: 1008
width: 58
height: 72
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 1e6e265541b8fe930800000000000000
internalID: 4174708299043890913
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00069_2
rect:
serializedVersion: 2
x: 1001
y: 843
width: 73
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: b1d43a2804ae382d0800000000000000
internalID: -3277518541005042405
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00069_3
rect:
serializedVersion: 2
x: 186
y: 986
width: 55
height: 45
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 0aecc73d8d6525730800000000000000
internalID: 3986344109437406880
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00069_4
rect:
serializedVersion: 2
x: 340
y: 978
width: 54
height: 46
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7f9feb4002aceeed0800000000000000
internalID: -2382744913965024777
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00069_5
rect:
serializedVersion: 2
x: 686
y: 962
width: 54
height: 45
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: b9c3f5bc39d93f750800000000000000
internalID: 6337582358738189467
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00069_6
rect:
serializedVersion: 2
x: 212
y: 874
width: 55
height: 45
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 38df4b150cfe6a010800000000000000
internalID: 1199909960024391043
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00069_7
rect:
serializedVersion: 2
x: 394
y: 821
width: 61
height: 75
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: a067fe88f4bb4cf30800000000000000
internalID: 4595003470098953738
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00069_8
rect:
serializedVersion: 2
x: 470
y: 803
width: 54
height: 45
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 68b9650d77c8dc9c0800000000000000
internalID: -3905310855636018298
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00069_9
rect:
serializedVersion: 2
x: 387
y: 562
width: 55
height: 45
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 6bd90f9b77f9d7da0800000000000000
internalID: -5945420596489708106
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00069_0: 3147876712156802371
Confetti_00069_1: 4174708299043890913
Confetti_00069_2: -3277518541005042405
Confetti_00069_3: 3986344109437406880
Confetti_00069_4: -2382744913965024777
Confetti_00069_5: 6337582358738189467
Confetti_00069_6: 1199909960024391043
Confetti_00069_7: 4595003470098953738
Confetti_00069_8: -3905310855636018298
Confetti_00069_9: -5945420596489708106
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@@ -0,0 +1,468 @@
fileFormatVersion: 2
guid: 0afbf508e113904419f6f8df13ef289e
TextureImporter:
internalIDToNameTable:
- first:
213: -1954210862435749019
second: Confetti_00070_0
- first:
213: 3118177361064216383
second: Confetti_00070_1
- first:
213: -1803829667743313186
second: Confetti_00070_2
- first:
213: 5206431540140935395
second: Confetti_00070_3
- first:
213: -8877149885017304112
second: Confetti_00070_4
- first:
213: 3169278641803603212
second: Confetti_00070_5
- first:
213: 1776177791436452040
second: Confetti_00070_6
- first:
213: -1036207581294370958
second: Confetti_00070_7
- first:
213: -5991252275366965768
second: Confetti_00070_8
- first:
213: -3761329781577567207
second: Confetti_00070_9
- first:
213: -119807631390137759
second: Confetti_00070_10
- first:
213: 7725266086529382463
second: Confetti_00070_11
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: Confetti_00070_0
rect:
serializedVersion: 2
x: 0
y: 1058
width: 50
height: 22
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 563be40139f31e4e0800000000000000
internalID: -1954210862435749019
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00070_1
rect:
serializedVersion: 2
x: 237
y: 1019
width: 47
height: 55
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f37c5e00acdf54b20800000000000000
internalID: 3118177361064216383
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00070_2
rect:
serializedVersion: 2
x: 384
y: 968
width: 144
height: 112
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: ed259da697287f6e0800000000000000
internalID: -1803829667743313186
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00070_3
rect:
serializedVersion: 2
x: 969
y: 1034
width: 68
height: 46
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 3e88d71a6e5f04840800000000000000
internalID: 5206431540140935395
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00070_4
rect:
serializedVersion: 2
x: 186
y: 933
width: 55
height: 48
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 0d3d4a576370ec480800000000000000
internalID: -8877149885017304112
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00070_5
rect:
serializedVersion: 2
x: 339
y: 935
width: 55
height: 47
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: c0dafe6122a8bfb20800000000000000
internalID: 3169278641803603212
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00070_6
rect:
serializedVersion: 2
x: 685
y: 910
width: 54
height: 48
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8c0f18c6a4046a810800000000000000
internalID: 1776177791436452040
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00070_7
rect:
serializedVersion: 2
x: 212
y: 820
width: 54
height: 48
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 27fd163e1b6ae91f0800000000000000
internalID: -1036207581294370958
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00070_8
rect:
serializedVersion: 2
x: 396
y: 778
width: 55
height: 78
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8fd400f6ccbcadca0800000000000000
internalID: -5991252275366965768
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00070_9
rect:
serializedVersion: 2
x: 1019
y: 792
width: 54
height: 48
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 914b8f5fd721dcbc0800000000000000
internalID: -3761329781577567207
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00070_10
rect:
serializedVersion: 2
x: 469
y: 757
width: 54
height: 48
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 1622c91189b565ef0800000000000000
internalID: -119807631390137759
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00070_11
rect:
serializedVersion: 2
x: 386
y: 511
width: 55
height: 48
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: f38b4f25398a53b60800000000000000
internalID: 7725266086529382463
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00070_0: -1954210862435749019
Confetti_00070_1: 3118177361064216383
Confetti_00070_10: -119807631390137759
Confetti_00070_11: 7725266086529382463
Confetti_00070_2: -1803829667743313186
Confetti_00070_3: 5206431540140935395
Confetti_00070_4: -8877149885017304112
Confetti_00070_5: 3169278641803603212
Confetti_00070_6: 1776177791436452040
Confetti_00070_7: -1036207581294370958
Confetti_00070_8: -5991252275366965768
Confetti_00070_9: -3761329781577567207
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View File

@@ -0,0 +1,598 @@
fileFormatVersion: 2
guid: 0c220ecdf7826e54d915ed8025eaa716
TextureImporter:
internalIDToNameTable:
- first:
213: -7624124188319157715
second: Confetti_00071_0
- first:
213: 7874539523107357813
second: Confetti_00071_1
- first:
213: -5627778344406138185
second: Confetti_00071_2
- first:
213: -5924072262352098215
second: Confetti_00071_3
- first:
213: -3370947792245201976
second: Confetti_00071_4
- first:
213: 238203700446542408
second: Confetti_00071_5
- first:
213: -5947451888465050041
second: Confetti_00071_6
- first:
213: -1822168536597723939
second: Confetti_00071_7
- first:
213: 8857430036738973277
second: Confetti_00071_8
- first:
213: -1836097892718369815
second: Confetti_00071_9
- first:
213: -7258921052204058362
second: Confetti_00071_10
- first:
213: 2326319378662906563
second: Confetti_00071_11
- first:
213: -7471467434096030109
second: Confetti_00071_12
- first:
213: -9146631033936234646
second: Confetti_00071_13
- first:
213: -3595937455215254697
second: Confetti_00071_14
- first:
213: 3915864260788418164
second: Confetti_00071_15
- first:
213: 5102548279796463274
second: Confetti_00071_16
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: Confetti_00071_0
rect:
serializedVersion: 2
x: 0
y: 1056
width: 26
height: 24
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: d22f5cfe17ba13690800000000000000
internalID: -7624124188319157715
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00071_1
rect:
serializedVersion: 2
x: 245
y: 1074
width: 14
height: 6
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 5748694a9fbf74d60800000000000000
internalID: 7874539523107357813
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00071_2
rect:
serializedVersion: 2
x: 350
y: 1045
width: 53
height: 35
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7b2490bb96d16e1b0800000000000000
internalID: -5627778344406138185
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00071_3
rect:
serializedVersion: 2
x: 523
y: 1055
width: 54
height: 25
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 95c22ca1aa779cda0800000000000000
internalID: -5924072262352098215
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00071_4
rect:
serializedVersion: 2
x: 682
y: 1050
width: 43
height: 30
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8c366dec7dcf731d0800000000000000
internalID: -3370947792245201976
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00071_5
rect:
serializedVersion: 2
x: 983
y: 990
width: 53
height: 90
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 84abc45e0054e4300800000000000000
internalID: 238203700446542408
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00071_6
rect:
serializedVersion: 2
x: 0
y: 1008
width: 52
height: 46
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7468055b408667da0800000000000000
internalID: -5947451888465050041
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00071_7
rect:
serializedVersion: 2
x: 251
y: 971
width: 45
height: 56
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: dd40337ce5b56b6e0800000000000000
internalID: -1822168536597723939
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00071_8
rect:
serializedVersion: 2
x: 471
y: 935
width: 58
height: 74
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: d5e93b290b9ebea70800000000000000
internalID: 8857430036738973277
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00071_9
rect:
serializedVersion: 2
x: 187
y: 884
width: 54
height: 45
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 9e3ada3d1bed486e0800000000000000
internalID: -1836097892718369815
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00071_10
rect:
serializedVersion: 2
x: 340
y: 893
width: 54
height: 46
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 609b5ce23c1234b90800000000000000
internalID: -7258921052204058362
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00071_11
rect:
serializedVersion: 2
x: 686
y: 860
width: 54
height: 46
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 3ca5f47462fb84020800000000000000
internalID: 2326319378662906563
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00071_12
rect:
serializedVersion: 2
x: 212
y: 768
width: 55
height: 46
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 36e8ec744f3005890800000000000000
internalID: -7471467434096030109
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00071_13
rect:
serializedVersion: 2
x: 394
y: 734
width: 61
height: 83
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: a67baaa1983a01180800000000000000
internalID: -9146631033936234646
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00071_14
rect:
serializedVersion: 2
x: 1019
y: 744
width: 55
height: 46
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7536f53cfe9a81ec0800000000000000
internalID: -3595937455215254697
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00071_15
rect:
serializedVersion: 2
x: 470
y: 713
width: 54
height: 45
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 476f0fc4cc1f75630800000000000000
internalID: 3915864260788418164
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00071_16
rect:
serializedVersion: 2
x: 387
y: 462
width: 55
height: 46
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: aa67c8240a4efc640800000000000000
internalID: 5102548279796463274
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00071_0: -7624124188319157715
Confetti_00071_1: 7874539523107357813
Confetti_00071_10: -7258921052204058362
Confetti_00071_11: 2326319378662906563
Confetti_00071_12: -7471467434096030109
Confetti_00071_13: -9146631033936234646
Confetti_00071_14: -3595937455215254697
Confetti_00071_15: 3915864260788418164
Confetti_00071_16: 5102548279796463274
Confetti_00071_2: -5627778344406138185
Confetti_00071_3: -5924072262352098215
Confetti_00071_4: -3370947792245201976
Confetti_00071_5: 238203700446542408
Confetti_00071_6: -5947451888465050041
Confetti_00071_7: -1822168536597723939
Confetti_00071_8: 8857430036738973277
Confetti_00071_9: -1836097892718369815
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@@ -0,0 +1,650 @@
fileFormatVersion: 2
guid: cc9cfecdee6923b4190fa09848bef6c3
TextureImporter:
internalIDToNameTable:
- first:
213: -417930092682705189
second: Confetti_00072_0
- first:
213: 4469937519431728587
second: Confetti_00072_1
- first:
213: 8554653827043719684
second: Confetti_00072_2
- first:
213: -587163293075592668
second: Confetti_00072_3
- first:
213: -2781806629569566488
second: Confetti_00072_4
- first:
213: -6213707481957305447
second: Confetti_00072_5
- first:
213: -3060294581594280537
second: Confetti_00072_6
- first:
213: 329885015026183092
second: Confetti_00072_7
- first:
213: -6470522993669155727
second: Confetti_00072_8
- first:
213: -3081177263105736099
second: Confetti_00072_9
- first:
213: 5942614659209344849
second: Confetti_00072_10
- first:
213: 4793007146139613501
second: Confetti_00072_11
- first:
213: 2283763877603607144
second: Confetti_00072_12
- first:
213: -666553583169403278
second: Confetti_00072_13
- first:
213: -7303788650686984875
second: Confetti_00072_14
- first:
213: -7621076624134736424
second: Confetti_00072_15
- first:
213: 2898352250967062733
second: Confetti_00072_16
- first:
213: -3000427496736684290
second: Confetti_00072_17
- first:
213: -3871507962506056286
second: Confetti_00072_18
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: Confetti_00072_0
rect:
serializedVersion: 2
x: 215
y: 1028
width: 47
height: 52
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: bd683b48bc6333af0800000000000000
internalID: -417930092682705189
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00072_1
rect:
serializedVersion: 2
x: 365
y: 1073
width: 17
height: 7
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: bcd3bedbd78680e30800000000000000
internalID: 4469937519431728587
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00072_2
rect:
serializedVersion: 2
x: 563
y: 1054
width: 53
height: 26
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 40a7069c45c38b670800000000000000
internalID: 8554653827043719684
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00072_3
rect:
serializedVersion: 2
x: 0
y: 1014
width: 34
height: 53
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 42aa41b881af9d7f0800000000000000
internalID: -587163293075592668
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00072_4
rect:
serializedVersion: 2
x: 359
y: 1004
width: 48
height: 53
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8e8edaaeb990569d0800000000000000
internalID: -2781806629569566488
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00072_5
rect:
serializedVersion: 2
x: 522
y: 1013
width: 55
height: 48
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 9937fbf77f974c9a0800000000000000
internalID: -6213707481957305447
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00072_6
rect:
serializedVersion: 2
x: 666
y: 1004
width: 47
height: 55
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 7ad250cca46a785d0800000000000000
internalID: -3060294581594280537
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00072_7
rect:
serializedVersion: 2
x: 969
y: 947
width: 72
height: 92
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 4bb2c516cacf39400800000000000000
internalID: 329885015026183092
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00072_8
rect:
serializedVersion: 2
x: 0
y: 956
width: 51
height: 47
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 1745a5b9e951436a0800000000000000
internalID: -6470522993669155727
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00072_9
rect:
serializedVersion: 2
x: 237
y: 924
width: 47
height: 55
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: d52829e9a957d35d0800000000000000
internalID: -3081177263105736099
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00072_10
rect:
serializedVersion: 2
x: 470
y: 893
width: 58
height: 76
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 157b3371c88687250800000000000000
internalID: 5942614659209344849
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00072_11
rect:
serializedVersion: 2
x: 186
y: 830
width: 55
height: 47
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: d397f8fda9e248240800000000000000
internalID: 4793007146139613501
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00072_12
rect:
serializedVersion: 2
x: 339
y: 848
width: 55
height: 48
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8628e63952f81bf10800000000000000
internalID: 2283763877603607144
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00072_13
rect:
serializedVersion: 2
x: 685
y: 807
width: 54
height: 48
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2768c633c0defb6f0800000000000000
internalID: -666553583169403278
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00072_14
rect:
serializedVersion: 2
x: 212
y: 713
width: 54
height: 47
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 55dc5495beab3aa90800000000000000
internalID: -7303788650686984875
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00072_15
rect:
serializedVersion: 2
x: 396
y: 690
width: 55
height: 85
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 8d57a64403f7c3690800000000000000
internalID: -7621076624134736424
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00072_16
rect:
serializedVersion: 2
x: 1019
y: 692
width: 54
height: 47
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: dc878d02404093820800000000000000
internalID: 2898352250967062733
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00072_17
rect:
serializedVersion: 2
x: 469
y: 665
width: 54
height: 47
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: ef602b2b6175c56d0800000000000000
internalID: -3000427496736684290
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: Confetti_00072_18
rect:
serializedVersion: 2
x: 386
y: 410
width: 55
height: 47
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: -1
bones: []
spriteID: 2adeabd2504a54ac0800000000000000
internalID: -3871507962506056286
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Confetti_00072_0: -417930092682705189
Confetti_00072_1: 4469937519431728587
Confetti_00072_10: 5942614659209344849
Confetti_00072_11: 4793007146139613501
Confetti_00072_12: 2283763877603607144
Confetti_00072_13: -666553583169403278
Confetti_00072_14: -7303788650686984875
Confetti_00072_15: -7621076624134736424
Confetti_00072_16: 2898352250967062733
Confetti_00072_17: -3000427496736684290
Confetti_00072_18: -3871507962506056286
Confetti_00072_2: 8554653827043719684
Confetti_00072_3: -587163293075592668
Confetti_00072_4: -2781806629569566488
Confetti_00072_5: -6213707481957305447
Confetti_00072_6: -3060294581594280537
Confetti_00072_7: 329885015026183092
Confetti_00072_8: -6470522993669155727
Confetti_00072_9: -3081177263105736099
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

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