Skip to content

Commit

Permalink
more bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuken committed Apr 5, 2019
1 parent c582bde commit 812dea3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/io/anuke/mindustry/content/Blocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,8 @@ public void drawShadow(Tile tile){}

int bottomRegion = reg("-bottom"), weaveRegion = reg("-weave");

drawIcons = () -> new TextureRegion[]{Core.atlas.find(name + "-bottom"), Core.atlas.find(name)};

drawer = tile -> {
GenericCrafterEntity entity = tile.entity();

Expand Down

0 comments on commit 812dea3

Please sign in to comment.