mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 20:41:06 +00:00
34c9bc8489
git-svn-id: https://svn.eduke32.com/eduke32@3430 1a8010ca-5511-0410-912e-c29ae57300e0
9 lines
200 B
Text
9 lines
200 B
Text
gamevar snd 351 0 // thunder sound
|
|
gamevar shoots 2605 2 // RPG
|
|
|
|
gamevar WEAPON1_SHOOTS 2605 0
|
|
|
|
onevent EVENT_GAME
|
|
setvarvar WEAPON1_FIRESOUND snd
|
|
// setvarvar WEAPON1_SHOOTS shoots
|
|
endevent
|