summaryrefslogtreecommitdiff
path: root/digital/io-hub/src/guybrush/playground_2012.h
diff options
context:
space:
mode:
authorNicolas Schodet2012-05-06 16:01:02 +0200
committerNicolas Schodet2012-05-07 16:31:46 +0200
commitc82623b6b12153e697e2226a56ce44773875a3d0 (patch)
tree4ab73c155bfe2e33415ae7da6c5421eb37472306 /digital/io-hub/src/guybrush/playground_2012.h
parentf78d43b5767db1ef7e39c871202851fc5d5360c9 (diff)
digital/io-hub/src/guybrush: push bottle
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 */