-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Slow down and visual stuttering or flickering is fairly common during the level. It affects the background, player, enemies, platforms and sometimes the entire window.
Possible fixes for performance:
-Reduce uneeded loops.
-Simplify equations to contain fewer variables.
-Cacheing data.
-Use a profiler to pinpoint processing bottlenecks.
Reactions are currently unavailable