From 433f61f3c8a7cd06aaeaaac5d38cec5444f82b3f Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 20 Sep 2025 03:25:53 -0600 Subject: Samantha's spot --- src/world.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/world.h') diff --git a/src/world.h b/src/world.h index 9e5c4c4..338f935 100644 --- a/src/world.h +++ b/src/world.h @@ -31,6 +31,12 @@ #define PLACE_POND_OUTER_AREA 25 #define PLACE_POND_WALKING_AREA 7 +// Characters. +#define WORLD_CHARACTER_COUNT 1 + +#define PLACE_SAMANTHAS_SPOT_SIZE 10 +#define SAMANTHA_OFFSET (Vector3){0.0, 0.0, 2.0} + // UID for anything in the world. typedef int16_t WorldUID; typedef int Seed; -- cgit v1.2.3