Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
xzxADIxzx committed Sep 13, 2021
1 parent 65d927d commit c059fee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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[]! \n[red]Desktop Only![]" +
"[orange]\n\n - Release!\n - Show Size\n - Settings\n - Zoom\n - Controls";
"[orange]\n\n - Release!\n - Show Size\n - Settings\n - Zoom\n - Java 8";

// why not
Vars.enableConsole = true;
6 changes: 3 additions & 3 deletions src/input/DesktopInput512.java
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ public void update(){
float camSpeed = (!Core.input.keyDown(Binding.boost) ? panSpeed : panBoostSpeed) * Time.delta;

// Toggle Core Items
if(input.keyTap(Binding.toggle_core_items)){
Core.settings.put("coreitems", !Core.settings.getBool("coreitems"));
}
// if(input.keyTap(Binding.toggle_core_items)){
// Core.settings.put("coreitems", !Core.settings.getBool("coreitems"));
// }

if(input.keyDown(Binding.pan) && !scene.hasField() && !scene.hasDialog()){
panCam = true;
Expand Down

0 comments on commit c059fee

Please sign in to comment.