From 613a5fc298e144136757db3cae4e7a8ae1d4dd58 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Mon, 3 Nov 2014 23:46:55 -0500 Subject: [PATCH] Cleanup --- samples/basic.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/basic.rb b/samples/basic.rb index 9da684d..83f94c8 100644 --- a/samples/basic.rb +++ b/samples/basic.rb @@ -12,8 +12,8 @@ Squib::Deck.new(width: 825, height: 1125, cards: 3) do text str: data['level'], x: 75, y: 85, width: 128, font: 'Arial 72', align: :center - png range: [0,2], file: 'shiny-purse.png', x: 620, y: 75 - svg range: 1..2, file: 'spanner.svg', x: 620, y: 218 + png range: [0,2], file: 'shiny-purse.png', x: 620, y: 75 + svg range: 1..2, file: 'spanner.svg', x: 620, y: 218 save prefix: 'basic_', format: :png end