mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 00:37:37 +02:00
* update icons * add background loading of sound sequences - fix bug with preFunction - remove most of the old preloading code * update spritesheets for karate man, marching orders * file explorer chart loading * update icon for trick on the class
This commit is contained in:
@ -31,7 +31,7 @@ namespace HeavenStudio
|
||||
|
||||
private void Start()
|
||||
{
|
||||
CreateDebugUI(out Title); SetText(Title, "Rhythm Heaven Mania v1.0 BRAEDON DEBUG PLAYTEST");
|
||||
CreateDebugUI(out Title); SetText(Title, $"Heaven Studio {GlobalGameManager.buildTime}");
|
||||
CreateDebugUI(out SongPosBeats);
|
||||
CreateDebugUI(out SongPos);
|
||||
CreateDebugUI(out SecPerBeat);
|
||||
|
Reference in New Issue
Block a user