level up fps to decrease GPU use in the browser

This commit is contained in:
Gregoire Parant 2020-11-25 00:47:21 +01:00
parent c5af6df7fa
commit 08d8222ed5

View file

@ -33,7 +33,8 @@ const config: GameConfig = {
physics: {
default: "arcade",
arcade: {
debug: DEBUG_MODE
debug: DEBUG_MODE,
fps: 120
}
},
callbacks: {