mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-23 02:40:26 +01:00
18 lines
358 B
C
18 lines
358 B
C
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
|
|
|
// Animation names
|
|
#define FLOORCHARGER_ANIM_DEFAULT 0
|
|
|
|
// Color names
|
|
|
|
// Patch names
|
|
|
|
// Names of collision boxes
|
|
#define FLOORCHARGER_COLLISION_BOX_PART_NAME 0
|
|
|
|
// Attaching position names
|
|
#define FLOORCHARGER_ATTACHMENT_BEAM 0
|
|
#define FLOORCHARGER_ATTACHMENT_ELECTRICITY 1
|
|
|
|
// Sound names
|