This commit is contained in:
UnknownUser1789 2023-01-19 00:43:16 +00:00
parent e6baaedb99
commit 14f4fdb4dd
6 changed files with 95987 additions and 2277899 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -20,7 +20,7 @@ public class KeyStrokes extends RenderModule {
super("Keystrokes", Category.HUD, 25, 4, true);
addSetting(chroma, sneak, transparent, tshadow, jump, color, colorp, gcolor, gcolorp, size);
}
public BooleanSetting chroma = new BooleanSetting("Rainbow", "", false);
public BooleanSetting sneak = new BooleanSetting("Sneak", "", false);
public BooleanSetting jump = new BooleanSetting("Jump", "", true);
@ -57,6 +57,7 @@ public class KeyStrokes extends RenderModule {
GlStateManager.translate(-(this.x + 1), -(this.y + 1), 0);
if (!transparent.getValue()) {
//W
Gui.drawRect(this.x + 30, this.y + 3, this.x + 55, this.y + 25 + 3, wKey ? RenderUtils.getColor(gcolor) : RenderUtils.getColor(gcolorp));
// S

View File

@ -7,11 +7,11 @@ public class EaglercraftVersion {
/// Customize these to fit your fork:
public static final String projectForkName = "EaglercraftX";
public static final String projectForkVersion = "u13";
public static final String projectForkVendor = "lax1dude";
public static final String projectForkName = "Resent";
public static final String projectForkVersion = "3.3.2";
public static final String projectForkVendor = "Nitwit";
public static final String projectForkURL = "https://gitlab.com/lax1dude/eaglercraftx-1.8";
public static final String projectForkURL = "https://github.com/ThisIsALegitUsername/Resent-web";
//////////////////////////////////////////////////////////////////////