Menu基本完成
This commit is contained in:
@@ -32,7 +32,9 @@ namespace Ichni
|
||||
ThemeBundleManager.instance.LoadThemeBundles(new List<string>(){"departure_to_multiverse"});
|
||||
Observable.EveryUpdate().Where(_ => ThemeBundleManager.instance.waitingBundleAmount.Value == 0).First().Subscribe(_ =>
|
||||
{
|
||||
Load("Chapter1", "Chaos Zone", "Hard");
|
||||
Load(InformationTransistor.instance.chapterName,
|
||||
InformationTransistor.instance.songName,
|
||||
InformationTransistor.instance.difficultyName);
|
||||
});
|
||||
|
||||
Observable.EveryUpdate()
|
||||
|
||||
Reference in New Issue
Block a user