This commit is contained in:
Anuken
2020-06-01 11:12:06 -04:00
parent d984862c69
commit 8273198c56
9 changed files with 130 additions and 33 deletions

View File

@@ -35,6 +35,8 @@ public class HudFragment extends Fragment{
private Table lastUnlockLayout;
private boolean shown = true;
private float dsize = 47.2f;
//TODO implement
private CoreItemsDisplay coreItems = new CoreItemsDisplay();
private String hudText = "";
private boolean showHudText;
@@ -54,6 +56,10 @@ public class HudFragment extends Fragment{
showToast("Sector[accent] captured[]!");
});
Events.on(ResetEvent.class, e -> {
coreItems.resetUsed();
});
//TODO tear this all down
//menu at top left
parent.fill(cont -> {