Skip to content

Commit

Permalink
Merge branch 'master' of github_zebbeni:andrewalbers/CardCreator
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebbeni committed Sep 11, 2014
2 parents 43c5880 + 1f7a9f7 commit 0117852
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To see an example:

1. Download and install [Processing](http://www.processing.org/)
2. Clone or download CardCreator to your local machine.
3. Open _CardCreator.pde_ in Processing
3. Open _CardCreator.pde_ in the Processing IDE.
4. Hit Play

![Alt text](example_media/processing_play.png)
Expand All @@ -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 0117852

Please sign in to comment.