Added box selection for mobiles and ability to drag markers, units can be moved only via context action

This commit is contained in:
Davide Passoni
2024-07-05 17:26:53 +02:00
parent 61e52efc07
commit fbc22676c5
21 changed files with 303 additions and 205 deletions

View File

@@ -62,7 +62,9 @@ module.exports = function (configLocation) {
generalSettings: { prohibitAA: false, prohibitAfterburner: false, prohibitAG: false, prohibitAirWpn: false, prohibitJettison: false },
ammo: [],
contacts: [],
activePath: [],
activePath: [
{lat: 37.1, lng: -116.1}
],
isLeader: true
}