1
0
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:
Ivan Savenko 2025-02-07 15:54:33 +00:00
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",