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, 3 insertions, 3 deletions
diff --git a/src/entity.h b/src/entity.h
index 4f673f9..3a2fd15 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -17,8 +17,8 @@
#define UTILITY_POLE_HEIGHT 100.0
#define UTILITY_POLE_RADIUS 3.0
-#define SAMANTHAS_SPOT_SIZE 20.0
-#define SAMANTHAS_SPOT_HEIGHT 5.0
+#define SAMANTHA_WIDTH 1.0
+#define SAMANTHA_HEIGHT 1.0
typedef int8_t EntityId;
@@ -31,7 +31,7 @@ enum {
FLOWER,
POND,
UTILITY_POLE,
- SAMANTHAS_SPOT
+ SAMANTHA
};
typedef struct {