设置扩展
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Ichni
|
||||
public SummaryPageCanvas summaryPageCanvas;
|
||||
|
||||
public float SongTime => songPlayer.isStarting ? 0 :
|
||||
songPlayer.songTimeSegment - songInformation.offset - (SettingsManager.instance.gameSettings.beatmapOffset / 1000f);
|
||||
songPlayer.songTimeSegment - songInformation.offset - (SettingsManager.instance.settingsSaveData.beatmapOffset / 1000f);
|
||||
public bool IsPlaying => songPlayer != null && songPlayer.isPlaying;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user