mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-13 00:05:23 +07:00
Swap bottom & top liquid block regions (#1982)
This commit is contained in:
parent
19649104a7
commit
f10bdbf775
@ -9,8 +9,8 @@ import mindustry.world.meta.*;
|
||||
|
||||
public class LiquidBlock extends Block{
|
||||
public @Load("@-liquid") TextureRegion liquidRegion;
|
||||
public @Load("@-top") TextureRegion bottomRegion;
|
||||
public @Load("@-bottom") TextureRegion topRegion;
|
||||
public @Load("@-top") TextureRegion topRegion;
|
||||
public @Load("@-bottom") TextureRegion bottomRegion;
|
||||
|
||||
public LiquidBlock(String name){
|
||||
super(name);
|
||||
|
Loading…
Reference in New Issue
Block a user