mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fully charged wavedash conveyance
This commit is contained in:
parent
e82a626d45
commit
4a2e5d368a
1 changed files with 3 additions and 0 deletions
|
|
@ -4519,6 +4519,9 @@ void K_UpdateWavedashIndicator(player_t *player)
|
|||
mobj->renderflags &= ~RF_TRANSMASK;
|
||||
mobj->renderflags |= RF_PAPERSPRITE;
|
||||
|
||||
if (player->wavedash < MIN_WAVEDASH_CHARGE)
|
||||
mobj->renderflags |= RF_TRANS50;
|
||||
|
||||
if (K_IsLosingWavedash(player))
|
||||
{
|
||||
// Decay timer's ticking
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue