implement ingame menu

This commit is contained in:
LabyStudio
2022-02-03 16:02:55 +01:00
parent 64b84c3f64
commit 5eb1d03e5d
14 changed files with 179 additions and 69 deletions
@@ -4,7 +4,7 @@ window.IngameOverlay = class extends Gui {
super();
this.window = window;
this.textureCrosshair = this.loadTexture("icons.png");
this.textureCrosshair = Gui.loadTexture("icons.png");
}
render(stack, mouseX, mouseY, partialTicks) {