diff options
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 6 |
1 files changed, 6 insertions, 0 deletions
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; |