diff options
Diffstat (limited to 'src/entity.h')
| -rw-r--r-- | src/entity.h | 3 |
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; |
