From 1f7a9f7719f34b14c6e397ed36781e2b4faa4021 Mon Sep 17 00:00:00 2001 From: Zebbeni Date: Sun, 31 Aug 2014 12:02:29 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4209eed..470fc9b 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,11 @@ _CardCreator.pde_ builds each card file by layering text and image elements acco ![Alt text](example_media/how_it_works.png) _Template.csv_ lists all elements (images and text) to include in every card, including the x/y positions, width, and height of each element type in pixels. - - - The first elements listed in _template.csv_ are placed first, so they will be covered by any elements listed further down. ![Alt text](example_media/template_example.png "template.csv") +- The first elements listed in _template.csv_ are placed first, so they will be covered by any elements listed further down. + _Content.csv_ represents each card as a separate row. These rows contain the card's unique text & images, which will be placed according to the rules given for their corresponding elements in _template.csv_. ![Alt text](example_media/content_example.png "content.csv")