Moved BE/v8 servers to new repo / Removed experimental Vars

This commit is contained in:
Anuken
2024-10-05 11:28:39 -04:00
parent ff8df5211c
commit 7e01b8796e
9 changed files with 26 additions and 70 deletions

View File

@@ -40,11 +40,11 @@ import static mindustry.gen.Tex.*;
public class HudFragment{
private static final float dsize = 65f, pauseHeight = 36f;
public final PlacementFragment blockfrag = new PlacementFragment();
public PlacementFragment blockfrag = new PlacementFragment();
public CoreItemsDisplay coreItems = new CoreItemsDisplay();
public boolean shown = true;
private ImageButton flip;
private CoreItemsDisplay coreItems = new CoreItemsDisplay();
private String hudText = "";
private boolean showHudText;