From df835ce0ea880c57652e90ea21f21d0866d1cf41 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 5 May 2012 19:38:57 +0200 Subject: digital/io-hub/src/guybrush: change obstacle definitions Add ship hold and captain chamber, change totem exclusion. --- digital/io-hub/src/guybrush/playground_2012.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'digital/io-hub/src/guybrush/playground_2012.h') 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 */ -- cgit v1.2.3