123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- //================================================================================
- //
- //================================================================================
- using UnityEngine;
- using System.Collections;
- //================================================================================
- //
- //================================================================================
- namespace ReaderRabbit
- {
- //================================================================================
- // !!! THIS ORDER MUST BE THE SAME AS BUILD SETTINGS (SCENES IN BUILD) !!!
- //================================================================================
- public enum SceneIndex
- {
- _Dummy = 0,
- _Main,
- AmazingArtGallery,
- CloudNineArtGallery,
- CloudNineGateway,
- CloudSheepCrossing,
- CloudSpellingChallenge,
- DowntownCloudNine,
- EdgeOfCloudNine,
- FlowerpotPhonics,
- GumballScience,
- IrvinsHouse,
- MusicalMarblePatterns,
- NewspaperCarrierScene,
- RaingearForest,
- RaingearForestMath,
- RaingearIsland,
- RaingearRescue,
- RaingearThrowingMachine,
- RockHead,
- SillySandwichShop,
- SignIn,
- Splash,
- RaingearIslandRainbow,
- }
- } // namespace ReaderRabbit
|