samples/intro/02_options.rb in squib-0.12.0 vs samples/intro/02_options.rb in squib-0.13.0
- old
+ new
@@ -8,8 +8,7 @@
align: :center, x: 75, width: :deck, color: '#DFDFE1', y: 90
svg file: 'auto-repair.svg', x: 75, y: 75, width: 100, height: :scale
svg file: 'robot-golem.svg', x: 75, y: 300, width: 675, height: :scale
text str: 'Draw two cards', font: 'Serif 36',
align: :center, width: :deck, color: '#DFDFE1', y: 1000
- save_png prefix: 'part2_', dir: '.'
+ save_png prefix: 'part2_'
end
-