Skip to content

Commit 8fd6347

Browse files
committed
Update where to place the font file.
1 parent cd02b9f commit 8fd6347

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/python/2021/part-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ For this tutorial, we'll need an image file. The default one is provided below.
8686

8787
![Font File](https://raw.githubusercontent.com/libtcod/libtcod/master/data/fonts/dejavu16x16_gs_tc.png)
8888

89-
Right click the image and save it to the same directory that you're planning on placing your code in.
89+
Right click the image and save it to `/data/dejavu16x16_gs_tc.png` in your project directory.
9090
Other options for fonts [are available here](https://github.com/libtcod/libtcod/tree/master/data/fonts), but you'll need a font ending in `_tc.png` for this tutorial.
9191

9292
### Getting help

0 commit comments

Comments
 (0)