aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/entity.h b/src/entity.h
index 11dbde9..38f4092 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -7,12 +7,16 @@
typedef int8_t EntityId;
-#define ENTITY_COUNT 2
+#define ENTITY_COUNT 3
+
+// Constants for entities.
+#define TREE_SCALE 32.0
enum {
ENTITY_NONE = -1,
OLD_MINT,
- STICKY_NICKEL
+ STICKY_NICKEL,
+ TREE
};
typedef struct {