Skip to content

Commit

Permalink
Upgrade Center re-sprite by captain_doshik
Browse files Browse the repository at this point in the history
  • Loading branch information
Slotterleet committed Dec 30, 2023
1 parent 2576e92 commit e784a62
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified core/res/sprites/blocks/special/upgrade-center-top.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 core/res/sprites/blocks/special/upgrade-center.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion core/src/fos/content/FOSBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ protected boolean canPump(Tile tile) {
requirements(Category.units, with(tin, 250, silver, 200));
drawer = new DrawMulti(
new DrawDefault(),
new DrawPower(){{
new DrawPower("-glow"){{
emptyLightColor = Color.valueOf("00000000");
}},
new DrawRegion("-top")
Expand Down

0 comments on commit e784a62

Please sign in to comment.