Sha256: f605e039f608b24977f3813d212042f3ffdfa4bb09757329af22d0f28365c330

Contents?: true

Size: 590 Bytes

Versions: 13

Compression:

Stored size: 590 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

13 entries across 13 versions & 1 rubygems

Version Path
squib-0.18.0 samples/intro/02_options.rb
squib-0.17.2 samples/intro/02_options.rb
squib-0.17.1 samples/intro/02_options.rb
squib-0.17.0 samples/intro/02_options.rb
squib-0.16.0 samples/intro/02_options.rb
squib-0.16.0.pre.preview2 samples/intro/02_options.rb
squib-0.16.0.pre.preview1 samples/intro/02_options.rb
squib-0.15.3 samples/intro/02_options.rb
squib-0.15.0 samples/intro/02_options.rb
squib-0.14.3.pre1 samples/intro/02_options.rb
squib-0.14.1 samples/intro/02_options.rb
squib-0.14.0 samples/intro/02_options.rb
squib-0.14.beta1 samples/intro/02_options.rb