samples/saves/_hand.rb in squib-0.13.4 vs samples/saves/_hand.rb in squib-0.14.beta1
- old
+ new
@@ -2,10 +2,10 @@
Squib::Deck.new(cards: 8, layout: 'playing-card.yml') do
background color: :cyan
rect x: 37, y: 37, width: 750, height: 1050, fill_color: :black, radius: 25
rect x: 75, y: 75, width: 675, height: 975, fill_color: :white, radius: 20
- text str: ('A'..'Z').to_a, layout: :bonus_ul, font: 'Sans bold 100'
+ text str: ('A'..'Z').to_a, layout: :bonus_ul, font: 'Sans bold 33'
# Defaults are sensible
hand # saves to _output/hand.png
# Here's a prettier version: