Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
xzxADIxzx committed Aug 5, 2021
1 parent 1c9908a commit a01c581
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion assets/scripts/main.js
Original file line number Diff line number Diff line change
@@ -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[]!";
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";
2 changes: 1 addition & 1 deletion src/input/DesktopInput512.java
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit a01c581

Please sign in to comment.