aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-12-27 23:00:54 +0000
committernathan <nathansmith@disroot.org>2025-12-27 23:00:54 +0000
commit8f2d85aa019f089b6946f3b9e0355ce59b12b67a (patch)
treeac26c36f4c41f21641cf2786d740567413cd6ac5 /src/entity.h
parentc6096a028d57da1026aa86ac215ea2f07461cd96 (diff)
downloadFindThings-8f2d85aa019f089b6946f3b9e0355ce59b12b67a.tar.gz
FindThings-8f2d85aa019f089b6946f3b9e0355ce59b12b67a.tar.bz2
FindThings-8f2d85aa019f089b6946f3b9e0355ce59b12b67a.zip
Buildings going well
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/entity.h b/src/entity.h
index 66e1973..5f03e52 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -13,7 +13,8 @@
#define INTERACTION_LABEL_MAX 32
#define INTERACTION_CHAT_MAX 256
-#define ENTITY_BUILDING_CUBE_SIZE (Vector3){2.0, 2.0, 2.0}
+#define ENTITY_BUILDING_CUBE_SIZE (Vector3){4.0, 4.0, 4.0}
+#define ENTITY_BUILDING_GROUND_OFFSET 0.03
typedef int8_t EntityId;
typedef enum InteractionCommand InteractionCommand;