Skip to content

Commit

Permalink
Merge pull request #440 from randovania/fix-map-icon
Browse files Browse the repository at this point in the history
Move `item_powerup` icon further right to not interfere with glowy itemsphere
  • Loading branch information
ThanatosGit authored and dyceron committed Jul 29, 2024
1 parent 2c3032b commit 90699af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GUI.AddSpriteSheetItem("item_nothing", "gui/textures/texturehud.bctex", {
GUI.AddSpriteSheetItem("item_powerup", "gui/textures/texturehud.bctex", {
TextureWidth = "512",
TextureHeight = "256",
UPixelOffset = "96",
UPixelOffset = "168",
VPixelOffset = "40",
UPixelScale = "8",
VPixelScale = "8",
Expand Down
Binary file not shown.

0 comments on commit 90699af

Please sign in to comment.