diff options
author | nathan <nathansmith@disroot.org> | 2025-10-07 02:14:00 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-10-07 02:14:00 +0000 |
commit | 19e8c4da3820e3d3e4af10d338f1c03ad377de81 (patch) | |
tree | def0a78d25178504a130e98c003d0c0ef9f083d4 /src/entity.h | |
parent | c1682ff0b346a089d16b4f75732d39c85100e343 (diff) | |
download | FindThings-main.tar.gz FindThings-main.tar.bz2 FindThings-main.zip |
Diffstat (limited to 'src/entity.h')
-rw-r--r-- | src/entity.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/entity.h b/src/entity.h index 30b2fcd..a83a5d0 100644 --- a/src/entity.h +++ b/src/entity.h @@ -5,7 +5,7 @@ #ifndef ENTITY_H #define ENTITY_H -#define ENTITY_COUNT 12 +#define ENTITY_COUNT 14 #define TREE_SCALE 40.0 #define BUSH_SCALE 3.0 @@ -51,7 +51,9 @@ enum { SAMANTHAS_SPOT, TRASHCAN, TRASH, - MEDICAL_TRASH + MEDICAL_TRASH, + JOHN, + RON }; typedef struct { |