aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-12-30 04:11:22 +0000
committernathan <nathansmith@disroot.org>2025-12-30 04:11:22 +0000
commite507ecbb95a2c7a1ffb8c13f1bd39433d6c49ba3 (patch)
tree72a0acb1c0e008de2b24471e50dcd7b09e609abe /src/entity.h
parent91b1c45da05c892a04b6a1daa99b1de89fa1f363 (diff)
downloadFindThings-e507ecbb95a2c7a1ffb8c13f1bd39433d6c49ba3.tar.gz
FindThings-e507ecbb95a2c7a1ffb8c13f1bd39433d6c49ba3.tar.bz2
FindThings-e507ecbb95a2c7a1ffb8c13f1bd39433d6c49ba3.zip
Working on building collision
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h4
1 files changed, 2 insertions, 2 deletions
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;