Sha256: 054ecb69d0bb698def15a909c84b48309f4d3fb63f237add2b3a62abd1a0e25a

Contents?: true

Size: 1.34 KB

Versions: 13

Compression:

Stored size: 1.34 KB

Contents

#This layout inspired by popular fantasy games
title:
  x: 90
  y: 90
  width: 500
  height: 50

upper_right:
  x: 595
  y: 90
  width: 135
  height: 50
  align: right
ur: # alias
  extends: upper_right

art:
  x: 75
  y: 150
  width: 675
  height: 520

type:
  x: 90
  y: 675
  width: 500
  height: 50

type_right:
  x: 595
  y: 675
  width: 135
  height: 50
  align: right
tr: #alias
  extends: type_right

description:
  x: 100
  y: 730
  width: 625
  height: 275
  valign: middle
  align: center
  font_size: 6
desc: # alias
  extends: description

lower_right:
  x: 675
  y: 975
  width: 75
  height: 75
  font_size: 6
  valign: bottom
  align: right
lr: #alias
  extends: lower_right

lower_left:
  x: 75
  y: 975
  width: 75
  height: 75
  font_size: 6
  valign: bottom
  align: left
ll: # alias
  extends: lower_left

copyright:
  x: 75
  y: 1025
  width: 675
  height: 25
  font_size: 5
  align: center
  valign: bottom
#aliases for copyright
copy:
  extends: copyright
credit:
  extends: copyright
credits:
  extends: copyright

# The "cut line", without rounded corners
cut:
  x: 37.5
  y: 37.5
  width: 750
  height: 1050

# The "safe zone" as defined by TheGameCrafter poker cards
safe:
  x: 75
  y: 75
  width: 675
  height: 975
  radius: 16
  dash: 3 3

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
squib-0.18.0 lib/squib/builtin/layouts/fantasy.yml
squib-0.17.2 lib/squib/builtin/layouts/fantasy.yml
squib-0.17.1 lib/squib/builtin/layouts/fantasy.yml
squib-0.17.0 lib/squib/builtin/layouts/fantasy.yml
squib-0.16.0 lib/squib/builtin/layouts/fantasy.yml
squib-0.16.0.pre.preview2 lib/squib/builtin/layouts/fantasy.yml
squib-0.16.0.pre.preview1 lib/squib/builtin/layouts/fantasy.yml
squib-0.15.3 lib/squib/builtin/layouts/fantasy.yml
squib-0.15.0 lib/squib/builtin/layouts/fantasy.yml
squib-0.14.3.pre1 lib/squib/builtin/layouts/fantasy.yml
squib-0.14.1 lib/squib/builtin/layouts/fantasy.yml
squib-0.14.0 lib/squib/builtin/layouts/fantasy.yml
squib-0.14.beta1 lib/squib/builtin/layouts/fantasy.yml