mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-23 21:29:13 +02:00
Enable new option only on mobile platforms
This commit is contained in:
parent
7803f7a972
commit
f3e3bb1749
@ -761,7 +761,10 @@
|
|||||||
},
|
},
|
||||||
"simpleObjectSelection" : {
|
"simpleObjectSelection" : {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true
|
"default": true,
|
||||||
|
"defaultIOS": true,
|
||||||
|
"defaultAndroid": true,
|
||||||
|
"defaultDesktop" : false
|
||||||
},
|
},
|
||||||
"skipAdventureMapAnimations": {
|
"skipAdventureMapAnimations": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user