From 270577962b685794628218c77f883114fa1e7bb3 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Sun, 7 Dec 2014 22:54:50 -0500 Subject: [PATCH] Comments for the built-in layouts. --- lib/squib/layouts/hand.yml | 9 +++++++++ lib/squib/layouts/playing-card.yml | 1 + 2 files changed, 10 insertions(+) diff --git a/lib/squib/layouts/hand.yml b/lib/squib/layouts/hand.yml index 0d02dc1..4c3265b 100644 --- a/lib/squib/layouts/hand.yml +++ b/lib/squib/layouts/hand.yml @@ -1,3 +1,12 @@ +# A layout designed for a card to be held in your hand. +# * Bonuses align along the left-hand side. +# * Title along the top. +# * Middle area for artwork, +# * Room for a text description +# * And some theme-based text (which I like call the "snark") +# Along the lines of Race for the Galaxy or 7 Wonders +# Based on TheGameCrafter.com's Poker Card, which is 825x1125 +# Sample usage is found in samples/layouts.rb title: x: 275 y: 75 diff --git a/lib/squib/layouts/playing-card.yml b/lib/squib/layouts/playing-card.yml index 599a60f..741e282 100644 --- a/lib/squib/layouts/playing-card.yml +++ b/lib/squib/layouts/playing-card.yml @@ -1,3 +1,4 @@ +# A basic playing card layout with bonuses in the upper-left and lower-right. The lower-right angle is rotated for text. bonus_ul: x: 75 y: 75