aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-09-20 09:25:53 +0000
committernathan <nathansmith@disroot.org>2025-09-20 09:25:53 +0000
commit433f61f3c8a7cd06aaeaaac5d38cec5444f82b3f (patch)
tree57d29fca4887b36118de4c719e8a3dc75cb1a663 /src/world.h
parentc7b41bd1750807b366308a8eb41df3218efde1a7 (diff)
downloadFindThings-433f61f3c8a7cd06aaeaaac5d38cec5444f82b3f.tar.gz
FindThings-433f61f3c8a7cd06aaeaaac5d38cec5444f82b3f.tar.bz2
FindThings-433f61f3c8a7cd06aaeaaac5d38cec5444f82b3f.zip
Samantha's spot
Diffstat (limited to 'src/world.h')
-rw-r--r--src/world.h6
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;