DSGuy Color Fixes (#343)

you can read
This commit is contained in:
Seanski2
2023-03-12 18:20:28 -04:00
committed by GitHub
parent 0724ce9510
commit e1eb4dbd0d
42 changed files with 42 additions and 42 deletions

View File

@ -9,7 +9,7 @@ namespace HeavenStudio.Games.Loaders
public static class RvlDoubleDateLoader
{
public static Minigame AddGame(EventCaller eventCaller) {
return new Minigame("doubleDate", "Double Date \n<color=#eb5454>[INITIALIZATION ONLY]</color>", "0058CE", false, false, new List<GameAction>()
return new Minigame("doubleDate", "Double Date \n<color=#eb5454>[INITIALIZATION ONLY]</color>", "ef854a", false, false, new List<GameAction>()
{
new GameAction("soccerBall", "Soccer Ball")
{