Add weapons
This commit is contained in:
@@ -101,6 +101,15 @@ void entityMoveToTarget(ecs_iter_t *it);
|
||||
*/
|
||||
void entityFollowPath(ecs_iter_t *it);
|
||||
|
||||
/*
|
||||
* 1. Position
|
||||
* 2. Velocity
|
||||
* 3. Rotation
|
||||
* 4. Orientation
|
||||
* 5. Arms
|
||||
*/
|
||||
void entityUpdateArms(ecs_iter_t *it);
|
||||
|
||||
|
||||
/*
|
||||
* 1: Position
|
||||
@@ -110,9 +119,15 @@ void renderColliders(ecs_iter_t *it);
|
||||
|
||||
/*
|
||||
* 1: Position
|
||||
* 2: Rotation
|
||||
* 2: Orientation
|
||||
*/
|
||||
void renderRotationDirection(ecs_iter_t *it);
|
||||
void renderOrientationDirection(ecs_iter_t *it);
|
||||
|
||||
/*
|
||||
* 1. Position
|
||||
* 2. Arm
|
||||
*/
|
||||
void renderArmPosition(ecs_iter_t *it);
|
||||
|
||||
/*
|
||||
* 1: Path
|
||||
@@ -161,6 +176,8 @@ void drawPlayerInputUI();
|
||||
**********************************/
|
||||
|
||||
extern ecs_entity_t renderCollidersSystem;
|
||||
extern ecs_entity_t renderOrientDirSystem;
|
||||
extern ecs_entity_t renderArmPositionSystem;
|
||||
extern ecs_entity_t renderDebugPathSystem;
|
||||
|
||||
void setupSystems();
|
||||
|
||||
Reference in New Issue
Block a user