fps_limit(fps)
      Gets or sets the FPS limit that the game engine can run at. If the game runs fast enough to reach this, engine busy waits until it is time for the next frame. Infinity (math.inf) means a disabled FPS limit.
Parameters:
      fps [value: a positive FPS value, type: float (optional)]
Return Value: None or float

file: src/engine.c

landing