Skip to content

Commit

Permalink
Merge pull request #796 from Voldus/master
Browse files Browse the repository at this point in the history
Some icon updates
  • Loading branch information
Areso committed Mar 31, 2023
2 parents 21182fa + 2511637 commit 3318cb3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions js/objects_artifacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,16 +414,16 @@ var artefacts = {
},
artid19: {
id: "artid19",
img: "two_handed_sword_zweihander.png",
img: "landsknecht_sword.png",
name: {
"default": "Two handed Landsknecht sword",
"en-US": "Two handed Landsknecht sword",
"ru-RU": "Двуручный меч лэндснехта",
"default": "Landsknecht's two-handed sword",
"en-US": "Landsknecht's two-handed sword",
"ru-RU": "Двуручный меч ландскнехта",
},
desc: {
"default": "Increases attack of the hero by 20, reduces defense by 10",
"en-US": "Increases attack of the hero by 20, reduces defense by 10",
"ru-RU": "Увеличивает атаку героя на 20, уменьшает защиту на 10",
"default": "Increases attack of the hero by +20, reduces defense by -10",
"en-US": "Increases attack of the hero by +20, reduces defense by -10",
"ru-RU": "Увеличивает атаку героя на +20, уменьшает защиту на -10",
},
attr: [
{ name: "atk", type: BONUS_VALUE_TYPES.INTEGER, val: 20 },
Expand Down
2 changes: 1 addition & 1 deletion js/tab_settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function setupMobileUI() {
}

document.querySelector(".resource-panel").style.backgroundColor = "black";
document.querySelector("#pop_img").setAttribute("src", "resources/pop_light.png");
// document.querySelector("#pop_img").setAttribute("src", "resources/pop_light.png");


dynamicCellsSetStyle();
Expand Down
Binary file added resources/landsknecht_sword.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/pop-old.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/pop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/pop_light-old.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3318cb3

Please sign in to comment.