Sha256: ea22300770650b8e098987a8dd25fa4027ad741ca0379af6b133c0a06d266983
Contents?: true
Size: 455 Bytes
Versions: 4
Compression:
Stored size: 455 Bytes
Contents
require 'squib' Squib::Deck.new cards: 2, layout: 'part3_layout.yml' do background color: '#252322' rect layout: 'backdrop' text str: ['Robot Golem', 'Ninja'], layout: 'title' svg layout: ['drone', 'human'] svg file: ['robot-golem.svg','ninja-mask.svg'], layout: 'art' text str: ['Draw two cards', 'Use the power of another player'], layout: 'power' save_png prefix: 'part4_', dir: '.' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
squib-0.12.0 | samples/intro/04_arrays.rb |
squib-0.11.0 | samples/intro/04_arrays.rb |
squib-0.10.0 | samples/intro/04_arrays.rb |
squib-0.9.0 | samples/intro/04_arrays.rb |