Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7114 in orxonox.OLD for trunk/src/lib/graphics/importer/md2Model.h


Ignore:
Timestamp:
Feb 8, 2006, 2:41:11 AM (18 years ago)
Author:
patrick
Message:

faster death animation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/md2Model.h

    r7071 r7114  
    144144typedef enum animType
    145145  {
    146     STAND,
    147     RUN,
    148     ATTACK,
    149     PAIN_A,
    150     PAIN_B,
    151     PAIN_C,
    152     JUMP,
    153     FLIP,
    154     SALUTE,
    155     FALLBACK,
    156     WAVE,
    157     POINTT,
     146    STAND,                       //0
     147    RUN,                         //1
     148    ATTACK,                      //2
     149    PAIN_A,                      //3
     150    PAIN_B,                      //4
     151    PAIN_C,          //5
     152    JUMP,            //6
     153    FLIP,            //7
     154    SALUTE,          //8
     155    FALLBACK,        //9
     156    WAVE,            //10
     157    POINT,           //11
    158158    CROUCH_STAND,
    159159    CROUCH_WALK,
Note: See TracChangeset for help on using the changeset viewer.