Found an oddly specific thing that is probably worth pointing out. If you spam sprite fonts on screen, performance when running from command line is significantly better than when running Ikemen normally.
This does not seem to happen when you spam explods instead.
To Reproduce
Add this code to KFM:
[State -2, Debug]
type = text
trigger1 = 1
text = "Testing 0123456789"
localcoord = 320, 240
pos = random % 320, random % 200
font = F 3; needs to be a sprite font
align = 0
removetime = 50
Describe the bug
Found an oddly specific thing that is probably worth pointing out. If you spam sprite fonts on screen, performance when running from command line is significantly better than when running Ikemen normally.
This does not seem to happen when you spam explods instead.
To Reproduce
Expected behavior
Closer FPS between both
Screenshots / Video
Command line: 13fps
No command line: 9fps
In another test I got 50 vs 35fps.
Engine Version (or source code date)
02/10/2024
Operating system
Windows
Extra context or search terms
No response