How to limit FPS with Phaser 3?

in config:

fps: {
    target: 30,
    forceSetTimeOut: true
},
3 Likes