diff options
author | nathan <nathansmith@disroot.org> | 2025-07-27 11:42:51 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-07-27 11:42:51 +0000 |
commit | 37e603085675aca97f94cce66fcd5d0fa3d50b1a (patch) | |
tree | ef17fc3ff2cbaf12e56ce8be8a821b0e2f92ac40 /src/entity.h | |
parent | 9b3bbf4ef7c26c1267e8ea99024d9d1acd7f1376 (diff) | |
download | FindThings-37e603085675aca97f94cce66fcd5d0fa3d50b1a.tar.gz FindThings-37e603085675aca97f94cce66fcd5d0fa3d50b1a.tar.bz2 FindThings-37e603085675aca97f94cce66fcd5d0fa3d50b1a.zip |
Skybox working
Diffstat (limited to 'src/entity.h')
-rw-r--r-- | src/entity.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/entity.h b/src/entity.h index f647e14..a1751aa 100644 --- a/src/entity.h +++ b/src/entity.h @@ -10,9 +10,9 @@ typedef int8_t EntityId; #define ENTITY_COUNT 5 // Entity scales. -#define TREE_SCALE 32.0 -#define BUSH_SCALE 6.0 -#define FLOWER_SCALE 2.0 +#define TREE_SCALE 40.0 +#define BUSH_SCALE 8.0 +#define FLOWER_SCALE 3.0 enum { ENTITY_NONE = -1, |