mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-23 02:40:26 +01:00
22 lines
451 B
C
22 lines
451 B
C
|
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
||
|
|
||
|
// Animation names
|
||
|
#define CHERRY03_ANIM_DEFAULT 0
|
||
|
#define CHERRY03_ANIM_WAVE01 1
|
||
|
#define CHERRY03_ANIM_WAVE02 2
|
||
|
#define CHERRY03_ANIM_WAVE03 3
|
||
|
#define CHERRY03_ANIM_WAVE04 4
|
||
|
#define CHERRY03_ANIM_WAVE05 5
|
||
|
#define CHERRY03_ANIM_WAVE06 6
|
||
|
|
||
|
// Color names
|
||
|
|
||
|
// Patch names
|
||
|
|
||
|
// Names of collision boxes
|
||
|
#define CHERRY03_COLLISION_BOX_PART_NAME 0
|
||
|
|
||
|
// Attaching position names
|
||
|
|
||
|
// Sound names
|