Better mod dialog layout / Less obnoxious button sound

This commit is contained in:
Anuken
2020-08-15 10:12:34 -04:00
parent 97aca84b26
commit 0cc5945331
8 changed files with 18 additions and 36 deletions
@@ -11,7 +11,7 @@ import mindustry.world.Tile;
public class TreeBlock extends Block{
public @Load("@-shadow") TextureRegion shadow;
public float shadowOffset = -3f;
public float shadowOffset = -4f;
public TreeBlock(String name){
super(name);