mirror of
https://github.com/yquake2/rogue.git
synced 2024-11-10 06:42:21 +00:00
Cleanup flyer and add sanity checks
This commit is contained in:
parent
73899ec20c
commit
08e453217d
2 changed files with 732 additions and 441 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,13 +1,15 @@
|
|||
// G:\quake2\baseq2\models/monsters/flyer
|
||||
|
||||
// This file generated by ModelGen - Do NOT Modify
|
||||
/* =======================================================================
|
||||
*
|
||||
* Flyer animations.
|
||||
*
|
||||
* =======================================================================
|
||||
*/
|
||||
|
||||
#define ACTION_nothing 0
|
||||
#define ACTION_attack1 1
|
||||
#define ACTION_attack2 2
|
||||
#define ACTION_run 3
|
||||
#define ACTION_walk 4
|
||||
|
||||
#define FRAME_start01 0
|
||||
#define FRAME_start02 1
|
||||
#define FRAME_start03 2
|
||||
|
@ -159,5 +161,4 @@
|
|||
#define FRAME_pain302 148
|
||||
#define FRAME_pain303 149
|
||||
#define FRAME_pain304 150
|
||||
|
||||
#define MODEL_SCALE 1.000000
|
||||
|
|
Loading…
Reference in a new issue