mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 00:37:37 +02:00
Logo upload + starting Spaceball
This commit is contained in:
@ -47,6 +47,7 @@ namespace RhythmHeavenMania
|
||||
{
|
||||
SongPosBeats.text = $"SongPosBeats: {Conductor.instance.songPositionInBeats}";
|
||||
BPM.text = $"BPM: {Conductor.instance.songBpm}";
|
||||
if (GameManager.instance.Beatmap.entities.Count > 0)
|
||||
if (GameManager.instance.currentEvent - 1 >= 0)
|
||||
{
|
||||
currEvent.text = $"CurrentEvent: {GameManager.instance.Beatmap.entities[GameManager.instance.currentEvent - 1].datamodel}";
|
||||
|
Reference in New Issue
Block a user