mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 12:27:40 +02:00
Better game selection
This commit is contained in:
@ -45,6 +45,8 @@ namespace RhythmHeavenMania.Editor
|
||||
GameIcon_.gameObject.SetActive(true);
|
||||
GameIcon_.name = EventCaller.instance.minigames[i].displayName;
|
||||
}
|
||||
|
||||
GridGameSelector.GetComponent<GridGameSelector>().SelectGame("Game Manager", 1);
|
||||
}
|
||||
|
||||
public static Sprite GameIcon(string name)
|
||||
|
Reference in New Issue
Block a user