Resolved #1420 - Menu in the map editor no longer opens multiple times on subsequent clicks

This commit is contained in:
Yair Morgenstern
2019-12-06 10:12:16 +02:00
parent 110e7b7052
commit 3ea4f8bc82
4 changed files with 19 additions and 4 deletions

View File

@ -0,0 +1,13 @@
[
{
name:"Warrior",
unitType:"Melee",
movement:2,
strength:12,
cost: 40,
hurryCostModifier:20,
obsoleteTech:"Metal Casting",
upgradesTo:"Swordsman",
attackSound:"nonmetalhit"
}
]

View File

@ -41,7 +41,7 @@ android {
release {
// Don't add local save files and fonts to release, obviously
aaptOptions {
ignoreAssetsPattern "!SaveFiles:!fonts:!maps:!music"
ignoreAssetsPattern "!SaveFiles:!fonts:!maps:!music:!mods"
}
minifyEnabled false