Add fizzlefade wipe effect
This commit is contained in:
parent
0b9c8efa58
commit
bf3ccad3e2
7 changed files with 112 additions and 4 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue