summaryrefslogtreecommitdiff
path: root/digital/io-hub/src/guybrush/playground_2012.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io-hub/src/guybrush/playground_2012.h')
-rw-r--r--digital/io-hub/src/guybrush/playground_2012.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/digital/io-hub/src/guybrush/playground_2012.h b/digital/io-hub/src/guybrush/playground_2012.h
index 79017d3b..1bb68a88 100644
--- a/digital/io-hub/src/guybrush/playground_2012.h
+++ b/digital/io-hub/src/guybrush/playground_2012.h
@@ -53,4 +53,10 @@
#define PG_CAPTAIN_ROOM_WIDTH_MM 400
#define PG_CAPTAIN_ROOM_LENGTH_MM 500
+/** Bottles, align on path grid. */
+#define PG_BOTTLE0_X (PG_TOTEM_LEFT_X - PATH_TOTEM_CLEAR_MM)
+#define PG_BOTTLE1_X PG_TOTEM_LEFT_X
+#define PG_BOTTLE2_X PG_TOTEM_RIGHT_X
+#define PG_BOTTLE3_X (PG_TOTEM_RIGHT_X + PATH_TOTEM_CLEAR_MM)
+
#endif /* playground_2012_h */