mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-23 02:40:26 +01:00
19 lines
391 B
C
19 lines
391 B
C
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
|
|
|
// Animation names
|
|
#define FLAMERITEM_ANIM_DEFAULT_ANIMATION 0
|
|
|
|
// Color names
|
|
|
|
// Patch names
|
|
|
|
// Names of collision boxes
|
|
#define FLAMERITEM_COLLISION_BOX_PART_NAME 0
|
|
|
|
// Attaching position names
|
|
#define FLAMERITEM_ATTACHMENT_BODY 0
|
|
#define FLAMERITEM_ATTACHMENT_FUEL 1
|
|
#define FLAMERITEM_ATTACHMENT_FLAME 2
|
|
|
|
// Sound names
|