This commit is contained in:
2025-10-10 16:28:44 -05:00
parent 349e6e7c94
commit 81cd03e0c3
5 changed files with 117 additions and 52 deletions

View File

@@ -32,6 +32,9 @@ typedef struct entity_s {
vec3 position;
vec3 velocity;
vec2 hitbox;
float_t hitboxRadius;
union {
player_t player;
npc_t npc;