mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-23 10:50:26 +01:00
23 lines
501 B
C
23 lines
501 B
C
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
|
|
|
// Animation names
|
|
#define SUMMONER_ANIM_DEFAULT 0
|
|
#define SUMMONER_ANIM_IDLE 1
|
|
#define SUMMONER_ANIM_MAGICATTACK 2
|
|
#define SUMMONER_ANIM_VANISHING 3
|
|
#define SUMMONER_ANIM_APPEARING 4
|
|
#define SUMMONER_ANIM_DEATHBLOW 5
|
|
#define SUMMONER_ANIM_CHANTING 6
|
|
|
|
// Color names
|
|
|
|
// Patch names
|
|
|
|
// Names of collision boxes
|
|
#define SUMMONER_COLLISION_BOX_PART_NAME 0
|
|
|
|
// Attaching position names
|
|
#define SUMMONER_ATTACHMENT_STAFF 0
|
|
|
|
// Sound names
|