From a01c581dec9f3f04087499f53bec6ae65726a1cf Mon Sep 17 00:00:00 2001 From: Valera <76255437+xzxADIxzx@users.noreply.github.com> Date: Thu, 5 Aug 2021 23:56:25 +0300 Subject: [PATCH] ... --- assets/scripts/main.js | 3 ++- src/input/DesktopInput512.java | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/scripts/main.js b/assets/scripts/main.js index 7b09875d..a39749e1 100644 --- a/assets/scripts/main.js +++ b/assets/scripts/main.js @@ -1,4 +1,5 @@ var meta = Vars.mods.locateMod("scheme-size").meta; meta.author = "[#0096FF]xzxADIxzx"; meta.displayName = "Scheme Size"; -meta.description = "[orange]Mod[] that [accent]could[]... Increases the [accent]maximum size[] of schemes to [green]512 blocks[]!"; \ No newline at end of file +meta.description = "[orange]Mod[] that [accent]could[]... Increases the [accent]maximum size[] of schemes to [green]512 blocks[]!" + + "[orange]\n\n - Release!\n - Show Size"; \ No newline at end of file diff --git a/src/input/DesktopInput512.java b/src/input/DesktopInput512.java index fbb23249..1122b3ce 100644 --- a/src/input/DesktopInput512.java +++ b/src/input/DesktopInput512.java @@ -50,7 +50,7 @@ public void drawTop(){ int sizeX = normalized.x - normalized.x2; int sizeY = normalized.y - normalized.y2; String info = Integer.toString(sizeX) + ", " + Integer.toString(sizeY); - ui.showLabel("just text", 0.02f, cursorX * 8 + 16, cursorY * 8 - 16); + ui.showLabel(info, 0.02f, cursorX * 8 + 16, cursorY * 8 - 16); } Draw.reset();