UI stuff
This commit is contained in:
@@ -23,7 +23,7 @@ import static io.anuke.mindustry.Vars.*;
|
||||
|
||||
public class MenuRenderer implements Disposable{
|
||||
private static final float darkness = 0.3f;
|
||||
private final int width = !mobile ? 90 : 60, height = !mobile ? 40 : 50;
|
||||
private final int width = !mobile ? 100 : 60, height = !mobile ? 50 : 40;
|
||||
|
||||
private int cacheFloor, cacheWall;
|
||||
private Camera camera = new Camera();
|
||||
|
||||
@@ -52,7 +52,7 @@ public class Pal{
|
||||
bar = Color.SLATE,
|
||||
accent = Color.valueOf("ffd37f"),
|
||||
stat = Color.valueOf("ffd37f"),
|
||||
locked = Color.valueOf("989aa4"),
|
||||
locked = Color.valueOf("454545"),
|
||||
accentBack = Color.valueOf("d4816b"),
|
||||
place = Color.valueOf("6335f8"),
|
||||
remove = Color.valueOf("e55454"),
|
||||
|
||||
Reference in New Issue
Block a user