mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Settings: add lastMap, lastCampaign, lastSave to schema
Nice to see last used save game after client restart
This commit is contained in:
parent
82f334b503
commit
f04cbaf539
@ -46,6 +46,18 @@
|
|||||||
"saveRandomMaps" : {
|
"saveRandomMaps" : {
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
"default" : false
|
"default" : false
|
||||||
|
},
|
||||||
|
"lastMap" : {
|
||||||
|
"type":"string",
|
||||||
|
"default" : "Maps/Arrogance"
|
||||||
|
},
|
||||||
|
"lastSave" : {
|
||||||
|
"type":"string",
|
||||||
|
"default" : "NEWGAME"
|
||||||
|
},
|
||||||
|
"lastCampaign" : {
|
||||||
|
"type":"string",
|
||||||
|
"default" : ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user