Cheer Readers Initialization + Other (#177)

* Cheer Readers Initialization + Other

So, cheer readers is coming now. Starting with an initialized version of course. Also, any games that only have Switch game events are categorized as [INITIALIZATION ONLY] to better differentiate them from [WIP] games that work, but are missing some things

* Update CheerReaders.cs

Fixed the internal name for cheer readers

* Launch Party is no longer [INITIALIZATION ONLY]
This commit is contained in:
Jellirby
2022-11-28 09:09:22 -05:00
committed by GitHub
parent b361814c11
commit b68e9cd967
19 changed files with 24932 additions and 3 deletions

View File

@ -9,7 +9,7 @@ namespace HeavenStudio.Games.Loaders
public static class AgbSpaceDanceLoader
{
public static Minigame AddGame(EventCaller eventCaller) {
return new Minigame("spaceDance", "Space Dance \n<color=#eb5454>[WIP don't use]</color>", "FFFF34", false, false, new List<GameAction>()
return new Minigame("spaceDance", "Space Dance \n<color=#eb5454>[WIP]</color>", "FFFF34", false, false, new List<GameAction>()
{
new GameAction("turn right", "Turn Right")
{