Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some icon updates #796

Merged
merged 2 commits into from
Mar 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.