aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.h
diff options
context:
space:
mode:
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 {