mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
Change default resolution from 800x600 to 1280x720
This commit is contained in:
parent
daa706b847
commit
7d58f89992
@ -195,9 +195,9 @@
|
||||
"additionalProperties" : false,
|
||||
"required" : [ "width", "height", "scaling" ],
|
||||
"properties" : {
|
||||
"width" : { "type" : "number", "default" : 800 },
|
||||
"height" : { "type" : "number", "default" : 600 },
|
||||
"scaling" : { "type" : "number", "default" : 0 }
|
||||
"width" : { "type" : "number", "default" : 1280 },
|
||||
"height" : { "type" : "number", "default" : 720 },
|
||||
"scaling" : { "type" : "number", "default" : 0 }
|
||||
}
|
||||
},
|
||||
"reservedWidth" : {
|
||||
|
Loading…
Reference in New Issue
Block a user