SceneIndex.cs 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. //================================================================================
  2. //
  3. //================================================================================
  4. using UnityEngine;
  5. using System.Collections;
  6. //================================================================================
  7. //
  8. //================================================================================
  9. namespace ReaderRabbit
  10. {
  11. //================================================================================
  12. // !!! THIS ORDER MUST BE THE SAME AS BUILD SETTINGS (SCENES IN BUILD) !!!
  13. //================================================================================
  14. public enum SceneIndex
  15. {
  16. _Dummy = 0,
  17. _Main,
  18. AmazingArtGallery,
  19. CloudNineArtGallery,
  20. CloudNineGateway,
  21. CloudSheepCrossing,
  22. CloudSpellingChallenge,
  23. DowntownCloudNine,
  24. EdgeOfCloudNine,
  25. FlowerpotPhonics,
  26. GumballScience,
  27. IrvinsHouse,
  28. MusicalMarblePatterns,
  29. NewspaperCarrierScene,
  30. RaingearForest,
  31. RaingearForestMath,
  32. RaingearIsland,
  33. RaingearRescue,
  34. RaingearThrowingMachine,
  35. RockHead,
  36. SillySandwichShop,
  37. SignIn,
  38. Splash,
  39. RaingearIslandRainbow,
  40. }
  41. } // namespace ReaderRabbit