Finish my thought

dev
Andy Meneely 2015-03-19 00:02:18 -04:00
parent 188112d581
commit d386ae0426
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ Squib::Deck.new(width: 825, height: 1125, cards: 3) do
justify: true justify: true
# Here's how you embed images into text. # Here's how you embed images into text.
# Pass a block to the # Pass a block to the method call and use the given context
embed_text = 'Embedded icons! Take 1 :tool: and gain 2:health:. If Level 2, take 2 :tool:' embed_text = 'Embedded icons! Take 1 :tool: and gain 2:health:. If Level 2, take 2 :tool:'
text(str: embed_text, font: 'Sans 18', text(str: embed_text, font: 'Sans 18',
x: '1.8in', y: '2.5in', width: '0.85in', x: '1.8in', y: '2.5in', width: '0.85in',