Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebbeni committed Aug 31, 2014
1 parent 6e2bb21 commit 1f7a9f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 1f7a9f7

Please sign in to comment.