mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-23 02:40:26 +01:00
22 lines
471 B
C
22 lines
471 B
C
|
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
||
|
|
||
|
// Animation names
|
||
|
#define PROJECTILE_ANIM_DEFAULT_ANIMATION 0
|
||
|
#define PROJECTILE_ANIM_POSE1 1
|
||
|
#define PROJECTILE_ANIM_POSE2 2
|
||
|
#define PROJECTILE_ANIM_POSE3 3
|
||
|
#define PROJECTILE_ANIM_POSE4 4
|
||
|
#define PROJECTILE_ANIM_POSE5 5
|
||
|
#define PROJECTILE_ANIM_POSE6 6
|
||
|
|
||
|
// Color names
|
||
|
|
||
|
// Patch names
|
||
|
|
||
|
// Names of collision boxes
|
||
|
#define PROJECTILE_COLLISION_BOX_PART_NAME 0
|
||
|
|
||
|
// Attaching position names
|
||
|
|
||
|
// Sound names
|