add temporary game icon for tunnel

This commit is contained in:
DPS2004
2022-08-20 15:57:11 -04:00
parent 889533b883
commit e95e4cf96a
3 changed files with 97 additions and 1 deletions

View File

@ -12,7 +12,7 @@ namespace HeavenStudio.Games.Loaders
{
public static Minigame AddGame(EventCaller eventCaller)
{
return new Minigame("tunnel", "Tunnel", "B4E6F6", false, false, new List<GameAction>()
return new Minigame("tunnel", "Tunnel \n<color=#eb5454>[WIP]</color>", "B4E6F6", false, false, new List<GameAction>()
{