mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-23 10:50:26 +01:00
23 lines
568 B
C
23 lines
568 B
C
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
|
|
|
// Animation names
|
|
#define AIRELEMENTAL_ANIM_DEFAULT 0
|
|
#define AIRELEMENTAL_ANIM_SIZE50 1
|
|
#define AIRELEMENTAL_ANIM_SIZE100 2
|
|
#define AIRELEMENTAL_ANIM_SIZE200 3
|
|
|
|
// Color names
|
|
|
|
// Patch names
|
|
|
|
// Names of collision boxes
|
|
#define AIRELEMENTAL_COLLISION_BOX_COLLISION01 0
|
|
#define AIRELEMENTAL_COLLISION_BOX_COLLISION02 1
|
|
#define AIRELEMENTAL_COLLISION_BOX_COLLISION03 2
|
|
#define AIRELEMENTAL_COLLISION_BOX_COLLISION04 3
|
|
|
|
// Attaching position names
|
|
#define AIRELEMENTAL_ATTACHMENT_BODY 0
|
|
|
|
// Sound names
|