Dashmode now has its own animation, SPR2_PEEL. Requires a new PLAYER.DTA. I...
Dashmode now has its own animation, SPR2_PEEL. Requires a new PLAYER.DTA. I made a lot of references to the peelout here because I'm not sure what else to call a Sonic character's faster-than-usual-running animation and SPR2_DASH was taken. * SPR2_PEEL, SPR2_SPEE. * S_PLAY_PEEL, S_PLAY_SUPER_PEEL. * PA_PEEL. * Dashmode actually starts charging from runspeed instead of the arbitrarily calculated (normalspeed - 5*FRACUNIT). This just made things easier, honestly, and it's 1 FU of difference compared to the current test case.
Showing
- src/d_player.h 1 addition, 0 deletionssrc/d_player.h
- src/dehacked.c 3 additions, 0 deletionssrc/dehacked.c
- src/info.c 4 additions, 0 deletionssrc/info.c
- src/info.h 4 additions, 0 deletionssrc/info.h
- src/p_mobj.c 18 additions, 2 deletionssrc/p_mobj.c
- src/p_user.c 14 additions, 3 deletionssrc/p_user.c
Loading
Please register or sign in to comment