aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/entity.h b/src/entity.h
index a83a5d0..9c842d3 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -17,9 +17,9 @@
#define UTILITY_POLE_HEIGHT 100.0
#define UTILITY_POLE_RADIUS 3.0
-#define SAMANTHA_WIDTH 2.65966 / 2.0
-#define SAMANTHA_HEIGHT 3.21054 / 2.0
-#define SAMANTHA_THICKNESS 1.46845 / 2.0
+#define SAMANTHA_WIDTH (2.65966 / 2.0)
+#define SAMANTHA_HEIGHT (3.21054 / 2.0)
+#define SAMANTHA_THICKNESS (1.46845 / 2.0)
#define SAMANTHA_STATIC_SPEED 24
#define SAMANTHA_STATIC_FRAMES 4
@@ -36,6 +36,10 @@
#define MEDICAL_TRASH_SCALE 2.0
+#define SHOPKEEPER_WIDTH (2.04211 / 2.0)
+#define SHOPKEEPER_HEIGHT (2.59521 / 2.0)
+#define SHOPKEEPER_THICKNESS (0.493349 / 2.0)
+
typedef int8_t EntityId;
enum {