Tram&Pauline

This commit is contained in:
adianfiuef
2022-04-11 03:12:11 -07:00
parent caff09df7d
commit 15c9e48c78
17 changed files with 3 additions and 854 deletions

View File

@ -9,7 +9,6 @@ using HeavenStudio.Games;
namespace HeavenStudio
{
public class Minigames
{
public class Minigame
@ -461,9 +460,12 @@ namespace HeavenStudio
new GameAction("play stage animation", delegate { var e = eventCaller.currentEntity; FanClub.instance.PlayAnimStage(e.beat, e.type); }, 1, true, parameters: new List<Param>()
{
new Param("type", FanClub.StageAnimations.Reset, "Animation", "Animation to play")
<<<<<<< HEAD
})
}),
new Minigame("Tram&Pauline", "Tram&Pauline \n<color=#eb5454>[WIP don't use]</color>", "000000", false, false, new List<GameAction>()
=======
>>>>>>> parent of 092240a (Tram&Pauline)
}),
}),
/*new Minigame("spaceDance", "Space Dance", "B888F8", new List<GameAction>()