update
This commit is contained in:
@@ -32,7 +32,15 @@ namespace Ichni
|
||||
[Button("TestLoad")]
|
||||
public void TestLoad()
|
||||
{
|
||||
ThemeBundleManager.instance.LoadThemeBundles(new List<string>(){"departure_to_multiverse"});
|
||||
string beatMapFolderPath = "Beatmaps/" + InformationTransistor.instance.chapterName +
|
||||
"/" + InformationTransistor.instance.songName +
|
||||
"/" + InformationTransistor.instance.difficultyName;
|
||||
|
||||
LoadProjectInfo(beatMapFolderPath);
|
||||
LoadSongInfo(beatMapFolderPath);
|
||||
LoadCommandScripts(beatMapFolderPath);
|
||||
|
||||
ThemeBundleManager.instance.LoadThemeBundles(GameManager.instance.projectInformation.selectedThemeBundleList);
|
||||
loadPercent = 0f;
|
||||
|
||||
Observable.EveryUpdate()
|
||||
@@ -40,9 +48,7 @@ namespace Ichni
|
||||
.First()
|
||||
.Subscribe(_ =>
|
||||
{
|
||||
Load(InformationTransistor.instance.chapterName,
|
||||
InformationTransistor.instance.songName,
|
||||
InformationTransistor.instance.difficultyName);
|
||||
LoadBeatMap(beatMapFolderPath);
|
||||
});
|
||||
|
||||
Observable.EveryUpdate()
|
||||
|
||||
Reference in New Issue
Block a user