DirectionHUD

DirectionHUD

411k Downloads

Whoever wrote this needs serious mental help

LowSpecCorgi opened this issue ยท 2 comments

commented

private final static boolean enabledDefault = true;
public static boolean enabled = enabledDefault;
private final static String alignModeDefault = "topcenter";
public static String alignMode = alignModeDefault;
private final static String markerColorDefault = "c";
public static String markerColor = markerColorDefault;
private final static int compassIndexDefault = 0;
public static int compassIndex = compassIndexDefault;
private final static int xOffsetDefault = 2;
public static int xOffset = xOffsetDefault;
private final static int yOffsetDefault = 2;
public static int yOffset = yOffsetDefault;
private final static int yOffsetBottomCenterDefault = 41;
public static int yOffsetBottomCenter = yOffsetBottomCenterDefault;
private final static boolean applyXOffsetToCenterDefault = false;
public static boolean applyXOffsetToCenter = applyXOffsetToCenterDefault;
private final static boolean applyYOffsetToMiddleDefault = false;
public static boolean applyYOffsetToMiddle = applyYOffsetToMiddleDefault;
private final static boolean showInChatDefault = true;
public static boolean showInChat = showInChatDefault;

commented

wtf is that
withertf

commented

I agree this is giving me nightmares and people that have OCD would never do such a thing ! ! !