Add fizzlefade wipe effect

This commit is contained in:
Magnus Norddahl 2024-03-30 10:50:23 +01:00
commit bf3ccad3e2
7 changed files with 112 additions and 4 deletions

View file

@ -21,7 +21,8 @@ enum gamestate_t : int
GS_FORCEWIPE = -1,
GS_FORCEWIPEFADE = -2,
GS_FORCEWIPEBURN = -3,
GS_FORCEWIPEMELT = -4
GS_FORCEWIPEMELT = -4,
GS_FORCEWIPEFIZZLEFADE = -5
};