mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-23 02:40:26 +01:00
20 lines
429 B
C
20 lines
429 B
C
|
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
||
|
|
||
|
// Animation names
|
||
|
#define BIGBUTTON_ANIM_STILL 0
|
||
|
#define BIGBUTTON_ANIM_ROTATEFORWARD1 1
|
||
|
#define BIGBUTTON_ANIM_ROTATEFORWARD2 2
|
||
|
#define BIGBUTTON_ANIM_ROTATELEFTRIGHT1 3
|
||
|
#define BIGBUTTON_ANIM_ROTATELEFTRIGHT2 4
|
||
|
|
||
|
// Color names
|
||
|
|
||
|
// Patch names
|
||
|
|
||
|
// Names of collision boxes
|
||
|
#define BIGBUTTON_COLLISION_BOX_PART_NAME 0
|
||
|
|
||
|
// Attaching position names
|
||
|
|
||
|
// Sound names
|