From 459aca4f1fe506340bc6238f8da39f494bb45352 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 25 Aug 2025 08:51:32 -0600 Subject: Lazy day (: --- 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 68caf64..4f673f9 100644 --- a/src/entity.h +++ b/src/entity.h @@ -5,7 +5,7 @@ #ifndef ENTITY_H #define ENTITY_H -#define ENTITY_COUNT 7 +#define ENTITY_COUNT 8 #define TREE_SCALE 40.0 #define BUSH_SCALE 8.0 @@ -17,6 +17,9 @@ #define UTILITY_POLE_HEIGHT 100.0 #define UTILITY_POLE_RADIUS 3.0 +#define SAMANTHAS_SPOT_SIZE 20.0 +#define SAMANTHAS_SPOT_HEIGHT 5.0 + typedef int8_t EntityId; enum { @@ -27,7 +30,8 @@ enum { BUSH, FLOWER, POND, - UTILITY_POLE + UTILITY_POLE, + SAMANTHAS_SPOT }; typedef struct { -- cgit v1.2.3