mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-08 22:26:51 +02:00
Enable new option only on mobile platforms
This commit is contained in:
@ -761,7 +761,10 @@
|
||||
},
|
||||
"simpleObjectSelection" : {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
"default": true,
|
||||
"defaultIOS": true,
|
||||
"defaultAndroid": true,
|
||||
"defaultDesktop" : false
|
||||
},
|
||||
"skipAdventureMapAnimations": {
|
||||
"type": "boolean",
|
||||
|
Reference in New Issue
Block a user