summaryrefslogtreecommitdiffhomepage
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.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/digital/io-hub/src/guybrush/playground_2012.h b/digital/io-hub/src/guybrush/playground_2012.h
index d96d8cca..79017d3b 100644
--- a/digital/io-hub/src/guybrush/playground_2012.h
+++ b/digital/io-hub/src/guybrush/playground_2012.h
@@ -35,9 +35,22 @@
/** Totem width. */
#define PG_TOTEM_WIDTH_MM 250
+/** Totem diagonal length. */
+#define PG_TOTEM_DIAG_MM 353
+
/** Totems position. */
#define PG_TOTEM_LEFT_X (PG_WIDTH / 2 - PG_TOTEM_X_OFFSET_MM)
#define PG_TOTEM_RIGHT_X (PG_WIDTH / 2 + PG_TOTEM_X_OFFSET_MM)
#define PG_TOTEM_Y (PG_LENGTH / 2)
+/** Ships holds. */
+#define PG_HOLD_SOUTH_X 325
+#define PG_HOLD_SOUTH_Y 325
+#define PG_HOLD_NORTH_X 362
+#define PG_HOLD_NORTH_Y 740
+
+/** Captain rooms. */
+#define PG_CAPTAIN_ROOM_WIDTH_MM 400
+#define PG_CAPTAIN_ROOM_LENGTH_MM 500
+
#endif /* playground_2012_h */