Browse Source

Comments for the built-in layouts.

dev
Andy Meneely 11 years ago
parent
commit
270577962b
  1. 9
      lib/squib/layouts/hand.yml
  2. 1
      lib/squib/layouts/playing-card.yml

9
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: title:
x: 275 x: 275
y: 75 y: 75

1
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: bonus_ul:
x: 75 x: 75
y: 75 y: 75

Loading…
Cancel
Save