I've been working with Love2d for a short while but I have the hang of it, except with fonts.
I don't understand how to make a game with 2 different font sizes with two different texts.
So I have a text that says "Score: "..hero.score and the score is supposed to be in the default font size of 16 which I set at the load with
Code: Select all
love.graphics.setNewFont(16)
Any examples of 2 different fonts with 2 separate texts? I can't find it on the wiki.