Functional navbar (toggleable in ClientSettings) (#560)

* Fixed client frame offsets/padding

* Functional navbar (toggleable in ClientSettings)
This commit is contained in:
Pazaz
2023-01-28 17:06:05 -05:00
committed by GitHub
parent e517be1bfb
commit 62b26c5585
11 changed files with 218 additions and 29 deletions
@@ -55,6 +55,8 @@ public class ClientSettings {
public static final BigInteger RSA_MODULUS = new BigInteger("91553247461173033466542043374346300088148707506479543786501537350363031301992107112953015516557748875487935404852620239974482067336878286174236183516364787082711186740254168914127361643305190640280157664988536979163450791820893999053469529344247707567448479470137716627440246788713008490213212272520901741443");
public static final BigInteger RSA_EXPONENT = new BigInteger("65537");
public static final boolean SHOW_NAVBAR = true;
// smooths out lines and sprites on the minimap
public static final boolean BILINEAR_MINIMAP_FILTERING = false;