|
@@ -3,7 +3,7 @@
|
|
|
{
|
|
|
"type" : "object",
|
|
|
"$schema" : "http://json-schema.org/draft-04/schema",
|
|
|
- "required" : [ "general", "video", "adventure", "battle", "server", "logging", "launcher", "gameTweaks" ],
|
|
|
+ "required" : [ "general", "video", "adventure", "battle", "input", "server", "logging", "launcher", "gameTweaks" ],
|
|
|
"definitions" : {
|
|
|
"logLevelEnum" : {
|
|
|
"type" : "string",
|
|
@@ -207,6 +207,18 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "input" : {
|
|
|
+ "type" : "object",
|
|
|
+ "additionalProperties" : false,
|
|
|
+ "default" : {},
|
|
|
+ "required" : [ "radialWheelGarrisonSwipe" ],
|
|
|
+ "properties" : {
|
|
|
+ "radialWheelGarrisonSwipe" : {
|
|
|
+ "type" : "boolean",
|
|
|
+ "default" : true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"adventure" : {
|
|
|
"type" : "object",
|
|
|
"additionalProperties" : false,
|