Space dance improvements/additions + launch party rotation fix (#321)

* Almost done with space dance stuff additions

* Space dance improvements and additions

* Removed WIP text from Space Dance

* Removed WIP text from launch party and kitties and made the launch pad rotation actually be in the center of the launch pad
This commit is contained in:
Rapandrasmus
2023-02-27 21:13:10 +01:00
committed by GitHub
parent 31da780d3d
commit 04d79f53ce
6 changed files with 490 additions and 135 deletions

View File

@ -10,7 +10,7 @@ namespace HeavenStudio.Games.Loaders
{
public static Minigame AddGame(EventCaller eventCaller)
{
return new Minigame("kitties", "Kitties! \n<color=#eb5454>[WIP]</color>", "0058CE", false, false, new List<GameAction>()
return new Minigame("kitties", "Kitties!", "0058CE", false, false, new List<GameAction>()
{
new GameAction("clap", "Cat Clap")
{