Posted March 29, 2025 by dazek
Finally fixed the lag problem when the mechanauts swarm the screen. I removed Gamemakers built in collision event and added my own collision check code to the step event. I also limited the collision check to every other frame to cut the number of collision checks overall.