//================================================================================ // //================================================================================ 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