Skip to content

Commit

Permalink
Fixed one of the borax item icon mips being smaller than the others. R…
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Feb 25, 2025
1 parent 2282ddf commit d87933f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Date: ?
- Fixed "needs uranium mining" message when using fluid drills on copper ore in pyHM. Resolves https://github.com/pyanodon/pybugreports/issues/780
- Migrated the internal name of the "vacuum-tube-electronics" technology to "electronics". Resolves https://github.com/pyanodon/pybugreports/issues/453
- Migrated the internal name of the "railway-mk01" technology to "railway". Resolves https://github.com/pyanodon/pybugreports/issues/453
- Fixed one of the borax item icon mips being smaller than the others. Resolves https://github.com/pyanodon/pybugreports/issues/873
- Added more 2.0 item pickup and move sound effects for py industry, py raw ores, pyFE, pyPH, and pyHT.
- Misc. locale updates
- Updated Ukrainian translation
Expand Down
2 changes: 1 addition & 1 deletion prototypes/items/items.lua
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ ITEM {
icon = "__pycoalprocessinggraphics__/graphics/icons/mip/borax.png",
icon_size = 64,
pictures = {
{size = 64, filename = "__pycoalprocessinggraphics__/graphics/icons/mip/borax.png", scale = 0.33},
{size = 64, filename = "__pycoalprocessinggraphics__/graphics/icons/mip/borax.png", scale = 0.66},
{size = 64, filename = "__pycoalprocessinggraphics__/graphics/icons/mip/borax-1.png", scale = 0.66},
{size = 64, filename = "__pycoalprocessinggraphics__/graphics/icons/mip/borax-2.png", scale = 0.66},
{size = 64, filename = "__pycoalprocessinggraphics__/graphics/icons/mip/borax-3.png", scale = 0.66}
Expand Down

0 comments on commit d87933f

Please sign in to comment.