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