aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-07-27 10:46:59 +0000
committernathan <nathansmith@disroot.org>2025-07-27 10:46:59 +0000
commit9b3bbf4ef7c26c1267e8ea99024d9d1acd7f1376 (patch)
tree0035940891d844047f693ab6137803f543025acb /src/entity.h
parent49a0487a9c02a4bcd9da965400e393820ba6372f (diff)
downloadFindThings-9b3bbf4ef7c26c1267e8ea99024d9d1acd7f1376.tar.gz
FindThings-9b3bbf4ef7c26c1267e8ea99024d9d1acd7f1376.tar.bz2
FindThings-9b3bbf4ef7c26c1267e8ea99024d9d1acd7f1376.zip
Flower
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/entity.h b/src/entity.h
index 915c562..f647e14 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -7,18 +7,20 @@
typedef int8_t EntityId;
-#define ENTITY_COUNT 4
+#define ENTITY_COUNT 5
// Entity scales.
#define TREE_SCALE 32.0
#define BUSH_SCALE 6.0
+#define FLOWER_SCALE 2.0
enum {
ENTITY_NONE = -1,
OLD_MINT,
STICKY_NICKEL,
TREE,
- BUSH
+ BUSH,
+ FLOWER
};
typedef struct {