From 37bbbc4d55e7312bcec62364d3e7f29b6058e2f8 Mon Sep 17 00:00:00 2001
From: adianfiuef <103307721+adianfiuef@users.noreply.github.com>
Date: Mon, 11 Apr 2022 03:21:38 -0700
Subject: [PATCH] Update Minigames.cs
---
Assets/Scripts/Minigames.cs | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
diff --git a/Assets/Scripts/Minigames.cs b/Assets/Scripts/Minigames.cs
index 8786f01a..883b9e45 100644
--- a/Assets/Scripts/Minigames.cs
+++ b/Assets/Scripts/Minigames.cs
@@ -461,21 +461,13 @@ namespace HeavenStudio
new GameAction("play stage animation", delegate { var e = eventCaller.currentEntity; FanClub.instance.PlayAnimStage(e.beat, e.type); }, 1, true, parameters: new List()
{
new Param("type", FanClub.StageAnimations.Reset, "Animation", "Animation to play")
-<<<<<<< HEAD
-<<<<<<< HEAD
})
}),
- new Minigame("Tram&Pauline", "Tram&Pauline \n[WIP don't use]", "000000", false, false, new List()
-=======
->>>>>>> parent of 092240a (Tram&Pauline)
- }),
-=======
- })
- }),
- new Minigame("Tram&Pauline", "Tram&Pauline \n[WIP don't use]", "000000", false, false, new List()
- {
->>>>>>> f6dd5e28a9f1b06daba2c30b30530c4eccffe73b
+ new Minigame("Tram&Pauline", "Tram&Pauline \n[WIP don't use]", "000000", false, false, new List()
+ {
}),
+
+
/*new Minigame("spaceDance", "Space Dance", "B888F8", new List()
{
}),