Skip to content

Commit

Permalink
add glow to lanmolas icon --
Browse files Browse the repository at this point in the history
Lanmolas was pretty hard to make out from the background,
some contrasting glow makes it a bit easier
  • Loading branch information
Freddy Järvå authored and freddyJarva committed Apr 2, 2021
1 parent 331c85c commit cbe76f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Binary file modified public/images/boss/lanmolas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions src/map/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ export const iconDataList: Array<IconData> = [
},
{
iconUrl: "images/boss/lanmolas.png",
iconSize: [73, 22],
iconAnchor: [36, 22],
popupAnchor: [0, -32],
iconSize: [28, 41],
iconAnchor: [14, 20],
popupAnchor: [0, -20],
tooltipAnchor: [16, -16],
name: "lanmolas",
},
Expand Down Expand Up @@ -134,17 +134,17 @@ export const iconDataList: Array<IconData> = [
},
{
iconUrl: "images/boss/aghanim.png",
iconSize: [32, 32],
iconAnchor: [16, 32],
iconSize: [30, 32],
iconAnchor: [15, 32],
popupAnchor: [0, -32],
tooltipAnchor: [16, -16],
name: "aghanim",
},
{
iconUrl: "images/boss/ganon.png",
iconSize: [32, 32],
iconAnchor: [16, 32],
popupAnchor: [0, -32],
iconSize: [39, 27],
iconAnchor: [19, 27],
popupAnchor: [0, -27],
tooltipAnchor: [16, -16],
name: "ganon",
},
Expand All @@ -165,9 +165,9 @@ export const iconDataList: Array<IconData> = [
},
{
iconUrl: "images/npc/sick-kid.png",
iconSize: [16, 24],
iconAnchor: [8, 24],
popupAnchor: [0, -24],
iconSize: [24, 30],
iconAnchor: [12, 30],
popupAnchor: [0, -30],
tooltipAnchor: [16, -16],
},
{
Expand Down

0 comments on commit cbe76f1

Please sign in to comment.