[core] add meta.fps param

This commit is contained in:
2019-05-20 15:37:26 +03:00
parent a510dffb33
commit 6cd51b58c7
4 changed files with 10 additions and 4 deletions

View File

@@ -42,6 +42,7 @@ class Config {
company: null,
width: 800,
height: 600,
fps: 60,
};
if (params) {
this.update(params);