Unified minigame titles

This commit is contained in:
ThatZeoMan
2022-07-09 22:02:59 -05:00
parent f27d16a1a5
commit 6754a34e26
9 changed files with 9 additions and 9 deletions

View File

@ -9,7 +9,7 @@ namespace HeavenStudio.Games.Loaders
public static class AgbFireworkLoader
{
public static Minigame AddGame(EventCaller eventCaller) {
return new Minigame("fireworks", "Fireworks \n<color=#eb5454>[WIP don't use]</color>", "000000", false, false, new List<GameAction>()
return new Minigame("fireworks", "Fireworks \n<color=#eb5454>[WIP]</color>", "000000", false, false, new List<GameAction>()
{
});
}