|
@@ -45,7 +45,7 @@
|
|
"type" : "object",
|
|
"type" : "object",
|
|
"additionalProperties" : false,
|
|
"additionalProperties" : false,
|
|
"default": {},
|
|
"default": {},
|
|
- "required" : [ "screenRes", "bitsPerPixel", "fullscreen", "spellbookAnimation","driver", "showIntro" ],
|
|
|
|
|
|
+ "required" : [ "screenRes", "bitsPerPixel", "fullscreen", "spellbookAnimation","driver", "showIntro", "displayIndex" ],
|
|
"properties" : {
|
|
"properties" : {
|
|
"screenRes" : {
|
|
"screenRes" : {
|
|
"type" : "object",
|
|
"type" : "object",
|
|
@@ -77,6 +77,10 @@
|
|
"type" : "string",
|
|
"type" : "string",
|
|
"default" : "opengl",
|
|
"default" : "opengl",
|
|
"description" : "preferred graphics backend driver name for SDL2"
|
|
"description" : "preferred graphics backend driver name for SDL2"
|
|
|
|
+ },
|
|
|
|
+ "displayIndex" : {
|
|
|
|
+ "type" : "number",
|
|
|
|
+ "default" : 0
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|