mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-23 19:00:27 +01:00
21 lines
418 B
C
21 lines
418 B
C
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
|
|
|
// Animation names
|
|
#define SWITCH_ANIM_DEFAULT_ANIMATION 0
|
|
#define SWITCH_ANIM_OFFTOON 1
|
|
#define SWITCH_ANIM_ONTOOFF 2
|
|
#define SWITCH_ANIM_OFF 3
|
|
#define SWITCH_ANIM_ON 4
|
|
|
|
// Color names
|
|
|
|
// Patch names
|
|
|
|
// Names of collision boxes
|
|
#define SWITCH_COLLISION_BOX_PART_NAME 0
|
|
|
|
// Attaching position names
|
|
#define SWITCH_ATTACHMENT_NO NAME 0
|
|
|
|
// Sound names
|