From c65787ebfc5f0701bb4366ef22cddc8af2d243ee Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 25 Jul 2025 01:57:49 -0600 Subject: More tree things --- src/entity.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/entity.h') 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 { -- cgit v1.2.3