I’m going to make a game in GTGE, but i can’t figure how to limit the FPS to 60. It currently just goes crazy. How can i limit the fps?
To limit the FPS, add: setFPS(60). Now, your game should run at 60 frames per second!
thank you guys! worked out really great. can’t believe i werent able to find this myself!