calamity-cobra-2/src/game/ecs/entity/play/entity_player_ammo_display.h
2023-08-26 09:28:06 -04:00

9 lines
247 B
C

#pragma once
#include "../../component/hud/component_stat_display.h"
#include "../../ecs_component.h"
static const vec3 PLAYER_AMMO_DISPLAY_OFFSET = {0.0f, -225.0f, 0.095f};
void entity_player_ammo_display_init(ECS* ecs, u32 id, u32 playerID);