DS Touchscreen Colors assigned to Fireworks and more

more include launch party, rhythm soumen, space dance, and tram & pauline
This commit is contained in:
KrispyDotlessI
2022-08-24 11:14:51 +08:00
parent 622bad744f
commit 263aaa797d
5 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ namespace HeavenStudio.Games.Loaders
public static class PcoSomenLoader
{
public static Minigame AddGame(EventCaller eventCaller) {
return new Minigame("rhythmSomen", "Rhythm Sōmen", "000000", false, false, new List<GameAction>()
return new Minigame("rhythmSomen", "Rhythm Sōmen", "99CC34", false, false, new List<GameAction>()
{
new GameAction("crane (far)", delegate { RhythmSomen.instance.DoFarCrane(eventCaller.currentEntity.beat); }, 4.0f, false),
new GameAction("crane (close)", delegate { RhythmSomen.instance.DoCloseCrane(eventCaller.currentEntity.beat); }, 3.0f, false),