sounds: add jump and ouch sounds for Doom Legacy (#1260)

This commit is contained in:
Mr795 2024-01-07 13:27:27 -03:30 committed by GitHub
parent 0f378f34af
commit 587abeafd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View file

@ -324,6 +324,10 @@ DSSKEATK
DSRADIO
#endif /* #ifdef PHASE2 */
; Additional player sounds used in Doom Legacy and ZDoom
DSOUCH ; hit head on ceiling (Doom Legacy only)
DSJUMP
; pc speaker effects
DPPISTOL
@ -436,6 +440,7 @@ DPSKESIT
DPSKEATK
DPRADIO
#endif /* #ifdef PHASE2 */
; List of Musics

BIN
sounds/dsjump.wav Normal file

Binary file not shown.

BIN
sounds/dsouch.wav Normal file

Binary file not shown.