mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 08:07:38 +02:00
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:
@ -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")
|
||||
{
|
||||
|
Reference in New Issue
Block a user