mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 08:47:37 +02:00
This reverts commit f9906b50a5
.
This commit is contained in:
@ -12,7 +12,7 @@ namespace HeavenStudio.Games.Loaders
|
||||
// minigame menu items
|
||||
public static Minigame AddGame(EventCaller eventCaller)
|
||||
{
|
||||
return new Minigame("catchyTune", "Rythm Ladder", "f2f2f2", false, false, new List<GameAction>()
|
||||
return new Minigame("catchyTune", "Catchy Tune", "f2f2f2", false, false, new List<GameAction>()
|
||||
{
|
||||
new GameAction("orange", "Orange")
|
||||
{
|
||||
|
Reference in New Issue
Block a user