From e507ecbb95a2c7a1ffb8c13f1bd39433d6c49ba3 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 29 Dec 2025 21:11:22 -0700 Subject: Working on building collision --- src/entity.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/entity.h') diff --git a/src/entity.h b/src/entity.h index 0469476..e92fbb2 100644 --- a/src/entity.h +++ b/src/entity.h @@ -75,8 +75,8 @@ struct Entity { typedef struct { Model model; Color* pixelMap; - float width; - float height; + int width; + int height; float roofSize; float roofHeight; Vector3 roofOffset; -- cgit v1.2.3