Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
409 | leod | 1 | //Examples: |
2 | |||
3 | //sound { id 3 file "highres/sounds/my_pistol.ogg" } // PISTOL.VOC |
||
4 | |||
5 | //sound { id 14 file "highres/sounds/pbe.ogg" } // BOMBEXPL.VOC |
||
6 | //sound { id 244 file "highres/sounds/flb.ogg" } // FLYBY.VOC |
||
7 | |||
8 | // frame 1: FLY_BY, frame 64: PIPEBOMB_EXPLODE |
||
9 | //animsounds <anim> { frame1 sound1 frame2 sound2 ... } |
||
10 | //animsounds logo { 1 244 64 14 } |