mirror of
https://github.com/freedoom/freedoom.git
synced 2025-08-31 02:16:55 -04:00
sounds: add jump and ouch sounds for Doom Legacy (#1260)
This commit is contained in:
parent
0f378f34af
commit
587abeafd6
3 changed files with 5 additions and 0 deletions
|
@ -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
BIN
sounds/dsjump.wav
Normal file
Binary file not shown.
BIN
sounds/dsouch.wav
Normal file
BIN
sounds/dsouch.wav
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue