Add scrollwheel zoom :)

This commit is contained in:
ceikry 2022-06-19 12:15:06 -05:00
parent 71d479a399
commit 443187fb60
5 changed files with 27 additions and 1 deletions

View file

@ -68,6 +68,7 @@ public class Camera {
public static boolean aBoolean205 = false;
@OriginalMember(owner = "client!gk", name = "d", descriptor = "F")
public static float aFloat10;
public static int ZOOM = 600;
public static double mod(double a, double b) {
return ((a % b) + b) % b;