G_AddGametype({
    name = "Super Run (Co-Op)",
    identifier = "supercoop",
    typeoflevel = TOL_COOP,
    rules = GTR_CAMPAIGN|GTR_FRIENDLY|GTR_LIVES|GTR_SPECIALSTAGES|GTR_EMERALDTOKENS|GTR_EMERALDHUNT|GTR_SPAWNENEMIES|GTR_ALLOWEXIT|GTR_CUTSCENES,
    intermissiontype = int_coop,
    headerleftcolor = 73,
	headerrightcolor = 54,
	rankingtype = GT_COOP,
    description = "Casually speed through the levels in a constant super state."
})

//Was gonna just have Co-op but the idea of super competition interested me~

G_AddGametype({
    name = "Super Dash (Comp)",
    identifier = "supercomp",
    typeoflevel = TOL_COMPETITION,
    rules = GTR_LIVES|GTR_SPECTATORS|GTR_EMERALDTOKENS|GTR_RACE|GTR_HURTMESSAGES|GTR_RESPAWNDELAY|GTR_NOSPECTATORSPAWN|GTR_SPAWNINVUL|GTR_SPAWNENEMIES|GTR_ALLOWEXIT,
    intermissiontype = int_competition,
    headerleftcolor = 73,
	headerrightcolor = 103,
	rankingtype = GT_COMPETITION,
    description = "Compete with some friends or rivals whilst everyone is in a constant super state."
})

