This commit is contained in:
Matt Soucy 2022-05-26 21:25:45 -04:00
parent 4a86fd611f
commit e1d717eaa5
Signed by: msoucy
GPG Key ID: 7996734FB2370F0C

View File

@ -28,6 +28,7 @@ Squib::Deck.new(cards: 18, layout: 'layout.yml', width: '3.5in', height: '2.5in'
save format: :png, prefix: 'card_' save format: :png, prefix: 'card_'
save_pdf trim: 37.5, file: 'pnp.pdf' save_pdf trim: 37.5, file: 'pnp.pdf'
save_sheet prefix: "tts_", columns: 3, rows: 6, trim: '0.125in', count_format: ''
end end
Squib::Deck.new(cards: 6, width: '3in', height: '4in') do Squib::Deck.new(cards: 6, width: '3in', height: '4in') do