Skip to content

Commit 0117852

Browse files
committed
Merge branch 'master' of github_zebbeni:andrewalbers/CardCreator
2 parents 43c5880 + 1f7a9f7 commit 0117852

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To see an example:
1717

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

2323
![Alt text](example_media/processing_play.png)
@@ -31,11 +31,11 @@ _CardCreator.pde_ builds each card file by layering text and image elements acco
3131
![Alt text](example_media/how_it_works.png)
3232

3333
_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.
34-
35-
- The first elements listed in _template.csv_ are placed first, so they will be covered by any elements listed further down.
3634

3735
![Alt text](example_media/template_example.png "template.csv")
3836

37+
- The first elements listed in _template.csv_ are placed first, so they will be covered by any elements listed further down.
38+
3939
_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_.
4040

4141
![Alt text](example_media/content_example.png "content.csv")

0 commit comments

Comments
 (0)