Skip to content

Commit

Permalink
Merge pull request #452 from ZeLonewolf/1ec5-taginfo-noref
Browse files Browse the repository at this point in the history
Add noref images to taginfo project file
  • Loading branch information
ZeLonewolf authored Jun 26, 2022
2 parents a3f4ed0 + d7bc8cb commit 845181d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/taginfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function addNetworkTags(project, sprites) {
}
description += ".";

let icon = definition.backgroundImage;
let icon = definition.backgroundImage || definition.norefImage;
if (Array.isArray(icon)) {
icon = icon[0];
}
Expand Down

0 comments on commit 845181d

Please sign in to comment.