implement gui

This commit is contained in:
LabyStudio
2022-02-03 11:07:53 +01:00
parent 3f8d63cb7f
commit 85c62325c1
7 changed files with 95 additions and 8 deletions
@@ -0,0 +1,7 @@
window.IngameOverlay = class extends Gui {
render(stack, mouseX, mouseY, partialTicks) {
this.drawRect(stack, 0, 0, 10, 10, '#0000FF');
}
}