Search found 2 matches
- Thu Nov 19, 2020 1:08 pm
- Forum: Support and Development
- Topic: love.graphics.print troubles
- Replies: 4
- Views: 4903
Re: love.graphics.print troubles
Thank you all for the replies. You guys are awesome. I found the problem, and it has nothing to do with love.graphics.print failing at all. I have a custom font setup in main.lua for all my printing needs and from all the ones I downloaded and checked as possibilities, I had to go and choose the one...
- Wed Nov 18, 2020 7:39 am
- Forum: Support and Development
- Topic: love.graphics.print troubles
- Replies: 4
- Views: 4903
love.graphics.print troubles
Hi all, Having a strange problem printing variables to screen using love.graphics.print. I want to print the current screen resolution to the screen in the settings menu, I am getting the variables with the following local resolutionw = love.graphics.getWidth() local resolutionh = love.graphics.getH...