Skip to content

Commit 1f7a9f7

Browse files
committed
Update README.md
1 parent 6e2bb21 commit 1f7a9f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)