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