Create PoC of Equipment window

This commit is contained in:
2022-08-25 12:24:06 +02:00
parent b157d7bf26
commit 4f7c6c6dc3
7 changed files with 95 additions and 3 deletions

View File

@@ -54,6 +54,10 @@ public class DemoRunner implements GameRunner {
private void initMenu() {
this.menu = new MenuManager(this, context);
}
public int openedWindows() {
return this.menu.openedWindows();
}
private void initHUD() {
hud = context.newGUI();