Posted August 01, 2020 by Dragonite
This isn’t a huge change, but something you may have noticed when using this is that the statistics it prints on the screen draw with whatever font is currently set - so that may be the default font (-1
), or your UI font, or something completely arcane. I’ve changed it so that it sets the font before drawing anything - this is -1
for the default GameMaker font by default, or you can set the variable at the top of the fps_speedometer script to something else if you want to use your own.
Have fun!