level up fps to decrease GPU use in the browser
This commit is contained in:
+2
-1
@@ -33,7 +33,8 @@ const config: GameConfig = {
|
||||
physics: {
|
||||
default: "arcade",
|
||||
arcade: {
|
||||
debug: DEBUG_MODE
|
||||
debug: DEBUG_MODE,
|
||||
fps: 120
|
||||
}
|
||||
},
|
||||
callbacks: {
|
||||
|
||||
Reference in New Issue
Block a user