mirror of
https://github.com/yquake2/rogue.git
synced 2024-12-02 00:41:57 +00:00
Cleanup turret and add sanity checks
This commit is contained in:
parent
342c157e15
commit
eb4dc2b586
2 changed files with 636 additions and 374 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,9 @@
|
||||||
// G:\quake2\xpack\models/monsters/turret
|
/* =======================================================================
|
||||||
|
*
|
||||||
// This file generated by qdata - Do NOT Modify
|
* Turret animations.
|
||||||
|
*
|
||||||
|
* =======================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
#define FRAME_stand01 0
|
#define FRAME_stand01 0
|
||||||
#define FRAME_stand02 1
|
#define FRAME_stand02 1
|
||||||
|
@ -18,5 +21,4 @@
|
||||||
#define FRAME_pow04 13
|
#define FRAME_pow04 13
|
||||||
#define FRAME_death01 14
|
#define FRAME_death01 14
|
||||||
#define FRAME_death02 15
|
#define FRAME_death02 15
|
||||||
|
#define MODEL_SCALE 3.500000
|
||||||
#define MODEL_SCALE 3.500000
|
|
||||||
|
|
Loading…
Reference in a new issue