Sha256: b905a547582dda71ebd0cc671c0c2ed23b444a392c46a8176985fd22f3188cc8
Contents?: true
Size: 443 Bytes
Versions: 18
Compression:
Stored size: 443 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_' end
Version data entries
18 entries across 18 versions & 1 rubygems