大活:Tracker和Interferometer
等待改进 Signed-off-by: TRAfoer <lhf190@outlook.com>
This commit is contained in:
@@ -4,6 +4,7 @@ using Ichni.RhythmGame.Beatmap;
|
||||
using TMPro;
|
||||
using UniRx;
|
||||
using UnityEngine;
|
||||
using UnityEngine.InputSystem;
|
||||
using UnityEngine.SceneManagement;
|
||||
using UnityEngine.UI;
|
||||
|
||||
@@ -33,6 +34,10 @@ namespace Ichni.StartMenu
|
||||
InformationTransistor.instance.isLoadedProject = true;
|
||||
InformationTransistor.instance.loadedProjectName = projectName;
|
||||
InformationTransistor.instance.isRecovery = isRecovery;
|
||||
if (Keyboard.current.sKey.isPressed && Keyboard.current.lKey.isPressed)
|
||||
{
|
||||
InformationTransistor.instance.isRecovery = true;
|
||||
}
|
||||
|
||||
string projectPath = Application.streamingAssetsPath + "/Projects/" + projectName;
|
||||
InformationTransistor.instance.projectInfo_BM = ES3.Load<ProjectInformation_BM>("ProjectInformation", projectPath + "/ProjectInfo.json");
|
||||
|
||||
Reference in New Issue
Block a user