mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-26 04:05:53 +01:00
25 lines
591 B
C
25 lines
591 B
C
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
|
|
|
// Animation names
|
|
#define BODYPROMO_ANIM_DEFAULT_ANIMATION 0
|
|
#define BODYPROMO_ANIM_COLT_STAND 1
|
|
#define BODYPROMO_ANIM_POSE01 2
|
|
#define BODYPROMO_ANIM_POSE04 3
|
|
#define BODYPROMO_ANIM_POSE06 4
|
|
#define BODYPROMO_ANIM_POSE07 5
|
|
|
|
// Color names
|
|
|
|
// Patch names
|
|
|
|
// Names of collision boxes
|
|
#define BODYPROMO_COLLISION_BOX_PART_NAME 0
|
|
|
|
// Attaching position names
|
|
#define BODYPROMO_ATTACHMENT_HEAD 0
|
|
#define BODYPROMO_ATTACHMENT_NO NAME 1
|
|
#define BODYPROMO_ATTACHMENT_COLT 2
|
|
#define BODYPROMO_ATTACHMENT_NO NAME 3
|
|
|
|
// Sound names
|