He rotate

This commit is contained in:
Carson Kompon
2022-03-03 19:15:56 -05:00
parent a2e6379528
commit a97fd43ec3
7 changed files with 159 additions and 73 deletions

View File

@ -105,7 +105,7 @@ namespace RhythmHeavenMania.Editor
currentEventIndex = 0;
UpdateIndex(0, false);
Editor.instance.SetGameEventTitle($"Select game event for {gameName}");
Editor.instance.SetGameEventTitle($"Select game event for {gameName.Replace("\n", "")}");
}
private void AddEvents()