Hey, everyone! I’m currently baking my roguelike with FlashPunk, but I have faced a rather solid FPS problem. Well, the problem is, obviously, in completely unefficient text rendering: I use a bunch of calls of Draw.text
to do that. And, as you can see, there’re lots of dynamically updating text in the game:
Could you please help me find a more sensible and fast method?