add width and height meta params
This commit is contained in:
@@ -38,7 +38,9 @@ class Config {
|
||||
version: null,
|
||||
pack: null,
|
||||
author: null,
|
||||
company: null
|
||||
company: null,
|
||||
width: 800,
|
||||
height: 600,
|
||||
};
|
||||
if (params) {
|
||||
this.update(params);
|
||||
@@ -78,4 +80,4 @@ module.exports = {
|
||||
BuildSystem: BuildSystem,
|
||||
Platform: Platform,
|
||||
Config: Config,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user