tcod-rs
tcod-rs copied to clipboard
SDL cannot load arial10x10
Hi!
Ive been following this tutorial word for word, but after following the instructions for everything, when I first tried to run the program after putting a @ on the screen, I got the above error message. Not sure if this is a bug or if I missed some step before.
Edit, I ened up finding out where to place the font file, in the same directory as the src file, you may want to include this in the install doc somewhere as it wasn't obvious without some trial and error.
Hey, sorry for the late reply!
Do you mean this tutorial? https://tomassedovic.github.io/roguelike-tutorial/
Yeah it should be in the crate root, i.e. where you have Cargo.toml
and src
directory. Good point, I should fix the tutorial to make this clearer.