シーン設定追加
This commit is contained in:
parent
11f2ea9da2
commit
2687f553b5
|
|
@ -41,6 +41,10 @@ public enum GameScenes
|
|||
ApplicationExitConfirmDialog,
|
||||
Update,
|
||||
HowToPlay,
|
||||
AutomaticCookingMovie,
|
||||
AutomaticCookingConfirmation,
|
||||
AutomaticCookingComplete,
|
||||
AutomaticCookingCaution
|
||||
}
|
||||
|
||||
public enum SceneType
|
||||
|
|
|
|||
|
|
@ -110,4 +110,16 @@ EditorBuildSettings:
|
|||
- enabled: 1
|
||||
path: Assets/MyGame/Scenes/Settings/HowToPlay.unity
|
||||
guid: 259f7a42040869442a2ea022fa5fcaa8
|
||||
- enabled: 1
|
||||
path: Assets/MyGame/Scenes/Main/AutomaticCookingMovie.unity
|
||||
guid: f813f686256497340b3707527df76f86
|
||||
- enabled: 1
|
||||
path: Assets/MyGame/Scenes/Main/AutomaticCookingConfirmation.unity
|
||||
guid: 83e94bcca325a634384c54e750e48058
|
||||
- enabled: 1
|
||||
path: Assets/MyGame/Scenes/Main/AutomaticCookingComplete.unity
|
||||
guid: 3505df3902b14dd46afa2020e7abfbd4
|
||||
- enabled: 1
|
||||
path: Assets/MyGame/Scenes/Main/AutomaticCookingCaution.unity
|
||||
guid: 5391ed96ba78de34999cc90255a426d5
|
||||
m_configObjects: {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue