Resume changes from Tampermonkey:
--- Versión actual
+++ Nueva versión
@@ -546,9 +546,9 @@
temp = true;
}
if (temp) {
this._armyBar.add(this.buttons.attack.unlock, {
- top : 108,
+ top : 148,
right : 10
});
}
@@ -570,9 +570,9 @@
temp = true;
}
if (temp) {
this._armyBar.add(this.buttons.attack.repair, {
- top : 23,
+ top : 63,
right : 10
});
}
@@ -2192,9 +2192,9 @@
})
});
if (this.options.rightSide.getValue()) {
this._armyBar.add(this.userInterface, {
- top : 0,
+ top : 40,
right : 65
});
} else {
this._armyBar.add(this.userInterface, {
Is correct @iguanaworld ?