mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 18:30:27 +01:00
52 lines
1.6 KiB
C
52 lines
1.6 KiB
C
/* Copyright (c) 2002-2012 Croteam Ltd.
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of version 2 of the GNU General Public License as published by
|
|
the Free Software Foundation
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License along
|
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
|
|
|
|
// Animation names
|
|
#define ICEMAN_ANIM_DEFAULTANIMATION 0
|
|
#define ICEMAN_ANIM_ATTACK01 1
|
|
#define ICEMAN_ANIM_ATTACK02 2
|
|
#define ICEMAN_ANIM_ATTACK03 3
|
|
#define ICEMAN_ANIM_ATTACK04 4
|
|
#define ICEMAN_ANIM_ATTACK05 5
|
|
#define ICEMAN_ANIM_ATTACK06 6
|
|
#define ICEMAN_ANIM_DEATH01 7
|
|
#define ICEMAN_ANIM_DEATH02 8
|
|
#define ICEMAN_ANIM_DEATH03 9
|
|
#define ICEMAN_ANIM_STANDBOX 10
|
|
#define ICEMAN_ANIM_MORPHBOXUP 11
|
|
#define ICEMAN_ANIM_MORPHBOXDOWN 12
|
|
#define ICEMAN_ANIM_STANDPLANE 13
|
|
#define ICEMAN_ANIM_MORPHPLANEUP 14
|
|
#define ICEMAN_ANIM_MORPHPLANEDOWN 15
|
|
#define ICEMAN_ANIM_RUN 16
|
|
#define ICEMAN_ANIM_STAND 17
|
|
#define ICEMAN_ANIM_WALK 18
|
|
#define ICEMAN_ANIM_WOUND01 19
|
|
#define ICEMAN_ANIM_WOUND02 20
|
|
#define ICEMAN_ANIM_WOUND03 21
|
|
|
|
// Color names
|
|
|
|
// Patch names
|
|
|
|
// Names of collision boxes
|
|
#define ICEMAN_COLLISION_BOX_NORMAL 0
|
|
#define ICEMAN_COLLISION_BOX_BOX 1
|
|
|
|
// Attaching position names
|
|
#define ICEMAN_ATTACHMENT_ICEPICK 0
|
|
|
|
// Sound names
|