GTGE fps

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?

According to my ninja skills and this piece of documentation, it’s setFPS(60).

To limit the FPS, add: setFPS(60). Now, your game should run at 60 frames per second! :slight_smile:

thank you guys! worked out really great. can’t believe i werent able to find this myself!