In my level FPS is going down because of something. I have checked F11 statistics and time_update variable / ref / is 10ms/frame, all other variables are low.
What is time_update ? How to optimize it ?
The Empire of the Mongols comprised the largest continuous land empire ever, reaching from Korea to Poland
time_update is the time for monitor refresh sync. You can either raise fps_max to lower this or get more objects in your view to reduce this (but other numbers will increase as well). I have a strange case where the pan gets up to 30 ms/frame....
"You level up the fastest and easiest if you do things at your own level and no higher or lower" - useful tip
My 2D game - release on Jun 13th; My tutorials