Sha256: fe8c6ffce37757c6f5506e4646d7acb2ee27a67eafeb92f4bdaef1b61e38e2d3

Contents?: true

Size: 576 Bytes

Versions: 6

Compression:

Stored size: 576 Bytes

Contents

require 'squib'

Squib::Deck.new cards: 1 do
  background color: '#252322'
  rect fill_color: '#0B3736',
       x: 38, y: 38, width: 750, height: 1050, radius: 38
  text str: 'Robot Golem', font: 'True Crimes, Sans 24',
       align: :center, x: 75, width: :deck, color: '#DFDFE1', y: 90
  svg file: 'auto-repair.svg', x: 75, y: 75, width: 100, height: :scale
  svg file: 'robot-golem.svg', x: 75, y: 300, width: 675, height: :scale
  text str: 'Draw two cards', font: 'Serif 12',
       align: :center, width: :deck, color: '#DFDFE1', y: 1000
  save_png prefix: 'part2_'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
squib-0.19.0 samples/intro/02_options.rb
squib-0.19.0b samples/intro/02_options.rb
squib-0.19.0a samples/intro/02_options.rb
squib-0.15.2 samples/intro/02_options.rb
squib-0.15.1 samples/intro/02_options.rb
squib-0.14.2 samples/intro/02_options.rb