7 changed files with 43 additions and 3 deletions
@ -0,0 +1,7 @@
|
||||
require_relative '../../lib/squib' |
||||
|
||||
Squib::Deck.new(width: 100, height: 100, cards: 3) do |
||||
background color: :grey |
||||
text str: 'Hello', font: 'Sans Bold 10' |
||||
save_sheet sprue: 'my_sprues/negatives.yml', prefix: 'sprue_negatives_' |
||||
end |
||||
@ -0,0 +1,12 @@
|
||||
--- |
||||
sheet_width: 3.0in |
||||
sheet_height: 3.0in |
||||
card_width: 1in |
||||
card_height: 1in |
||||
cards: |
||||
- x: -0.15in |
||||
y: -0.10in |
||||
- x: 1.5in |
||||
y: 0.5in |
||||
- x: 0.5in |
||||
y: 1.5in |
||||
|
After Width: | Height: | Size: 6.2 KiB |
@ -0,0 +1,7 @@
|
||||
sheet_width: 8.5in |
||||
sheet_height: 11in |
||||
card_width: 2.5in |
||||
card_height: 3.5in |
||||
cards: |
||||
- x: -0.5in |
||||
y: -1in |
||||
Loading…
Reference in new issue