mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-23 02:40:26 +01:00
21 lines
410 B
C
21 lines
410 B
C
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
|
|
|
// Animation names
|
|
#define BOOK_ANIM_CLOSED 0
|
|
#define BOOK_ANIM_OPENING 1
|
|
#define BOOK_ANIM_OPENED 2
|
|
|
|
// Color names
|
|
|
|
// Patch names
|
|
|
|
// Names of collision boxes
|
|
#define BOOK_COLLISION_BOX_PART_NAME 0
|
|
|
|
// Attaching position names
|
|
#define BOOK_ATTACHMENT_PAGE01 0
|
|
#define BOOK_ATTACHMENT_PAGE02 1
|
|
#define BOOK_ATTACHMENT_PAGE03 2
|
|
|
|
// Sound names
|