Sha256: 496351a1d0fe6193f8771a9591bb7962024492767ec105c94437f0492af45a66

Contents?: true

Size: 881 Bytes

Versions: 8

Compression:

Stored size: 881 Bytes

Contents

# 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
  width: 475
  height: 125
art:
  x: 275
  y: 225
  width: 475
  height: 475
description:
  x: 275
  y: 725
  width: 475
  height: 200
snark:
  x: 275
  y: 950
  width: 475
  height: 100
bonus1:
  x: 75
  y: 75
  width:  175
  height: 175
bonus2:
  extends: bonus1
  y: += 198
bonus3:
  extends: bonus2
  y: += 198
bonus4:
  extends: bonus3
  y: += 198
bonus5:
  extends: bonus4
  y: += 198

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
squib-0.6.0 lib/squib/layouts/hand.yml
squib-0.5.1 lib/squib/layouts/hand.yml
squib-0.5.0 lib/squib/layouts/hand.yml
squib-0.4.0 lib/squib/layouts/hand.yml
squib-0.3.0 lib/squib/layouts/hand.yml
squib-0.2.0 lib/squib/layouts/hand.yml
squib-0.1.0 lib/squib/layouts/hand.yml
squib-0.0.6 lib/squib/layouts/hand.yml