Skip to content

Commit

Permalink
Electron outline
Browse files Browse the repository at this point in the history
  • Loading branch information
abomb4 committed Jan 29, 2021
1 parent d5e6248 commit 9ee5fac
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
Binary file added sprites/units/electron-large.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 added sprites/units/electron-medium.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 added sprites/units/electron-outline.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 added sprites/units/electron-small.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 added sprites/units/electron-tiny.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 added sprites/units/electron-xlarge.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 removed sprites/units/mega.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class Main {
Map.entry("core-construction-platform-gate-left1.png", c().noAntialias()),
Map.entry("core-construction-platform-gate-left2.png", c().noAntialias()),

Map.entry("electric.png", c().outline().icons().setIconNameReplacer((fn, in) -> fn.replaceAll("-outline\\.png", "-" + in + ".png"))),
Map.entry("electron.png", c().outline().icons().setIconNameReplacer((fn, in) -> fn.replaceAll("-outline\\.png", "-" + in + ".png"))),
Map.entry("lightning.png", c().outline().icons().setIconNameReplacer((fn, in) -> fn.replaceAll("-outline\\.png", "-" + in + ".png"))),

Map.entry("beat.png", c().outline()),
Expand Down

0 comments on commit 9ee5fac

Please sign in to comment.