According to the Phaser API Description for update():
“This method is called once per game step while the scene is running.”
Does it mean the update() runs at every fps? one frame === one game step?
If the fps = 30, the update method run 30 times per second?