feat: Hitbox drawing
This commit is contained in:
@@ -50,6 +50,8 @@ struct World {
|
||||
World_PropType propTypes[64];
|
||||
U32 propCount;
|
||||
World_Prop props[256];
|
||||
U32 hitboxCount;
|
||||
AABB hitboxes[4096];
|
||||
|
||||
//// Player
|
||||
Player player;
|
||||
|
||||
Reference in New Issue
Block a user