From 69be9e852675e9339175cff88919ca0554cdc19d Mon Sep 17 00:00:00 2001 From: AlexGorski Date: Sat, 17 Oct 2015 17:45:40 -0400 Subject: [PATCH] layout file for TheGameCrafter tuck boxes --- lib/squib/layouts/tuck_box.yml | 46 ++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 lib/squib/layouts/tuck_box.yml diff --git a/lib/squib/layouts/tuck_box.yml b/lib/squib/layouts/tuck_box.yml new file mode 100644 index 0000000..952d9a0 --- /dev/null +++ b/lib/squib/layouts/tuck_box.yml @@ -0,0 +1,46 @@ +## Rectangles correspond to the "safe zones" as defined by TheGameCrafter for tuck boxes 2325x1950 pixels +top_rect: + x: 313 + y: 198 + width: 688 + height: 167 + +bottom_rect: + x: 313 + y: 1526 + width: 688 + height: 167 + +right_rect: + x: 77 + y: 466 + width: 164 + height: 988 + +left_rect: + x: 1080 + y: 466 + width: 164 + height: 988 + +back_rect: + x: 313 + y: 466 + width: 688 + height: 989 + +front_rect: + x: 1322 + y: 466 + width: 688 + height: 989 + +front_curve: + x1: 1550 + y1: 466 + x2: 1765 + y2: 466 + cx1: 1575 + cy1: 565 + cx2: 1740 + cy2: 565 \ No newline at end of file