mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 18:30:27 +01:00
21 lines
494 B
C
21 lines
494 B
C
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
|
|
|
// Animation names
|
|
#define NORMALBUTTON_ANIM_STILL 0
|
|
#define NORMALBUTTON_ANIM_ROTATEFORWARD1 1
|
|
#define NORMALBUTTON_ANIM_ROTATEFORWARD2 2
|
|
#define NORMALBUTTON_ANIM_ROTATELEFTRIGHT1 3
|
|
#define NORMALBUTTON_ANIM_ROTATELEFTRIGHT2 4
|
|
|
|
// Color names
|
|
|
|
// Patch names
|
|
|
|
// Names of collision boxes
|
|
#define NORMALBUTTON_COLLISION_BOX_PART_NAME 0
|
|
#define NORMALBUTTON_COLLISION_BOX_PART_NAME 1
|
|
|
|
// Attaching position names
|
|
|
|
// Sound names
|