mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-23 10:50:26 +01:00
20 lines
415 B
C
20 lines
415 B
C
|
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
||
|
|
||
|
// Animation names
|
||
|
#define PLASMAGUN_ANIM_DEFAULT 0
|
||
|
#define PLASMAGUN_ANIM_SPAWNING 1
|
||
|
#define PLASMAGUN_ANIM_SMALL 2
|
||
|
|
||
|
// Color names
|
||
|
|
||
|
// Patch names
|
||
|
|
||
|
// Names of collision boxes
|
||
|
#define PLASMAGUN_COLLISION_BOX_PART_NAME 0
|
||
|
|
||
|
// Attaching position names
|
||
|
#define PLASMAGUN_ATTACHMENT_FIREPOINT 0
|
||
|
#define PLASMAGUN_ATTACHMENT_PROJECTILE 1
|
||
|
|
||
|
// Sound names
|