aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-10-07 02:14:00 +0000
committernathan <nathansmith@disroot.org>2025-10-07 02:14:00 +0000
commit19e8c4da3820e3d3e4af10d338f1c03ad377de81 (patch)
treedef0a78d25178504a130e98c003d0c0ef9f083d4 /src/entity.h
parentc1682ff0b346a089d16b4f75732d39c85100e343 (diff)
downloadFindThings-main.tar.gz
FindThings-main.tar.bz2
FindThings-main.zip
ExistingHEADmain
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h6
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 {