[core] add meta.fps param
This commit is contained in:
@@ -42,6 +42,7 @@ class Config {
|
||||
company: null,
|
||||
width: 800,
|
||||
height: 600,
|
||||
fps: 60,
|
||||
};
|
||||
if (params) {
|
||||
this.update(params);
|
||||
|
||||
Reference in New Issue
Block a user