offline
This commit is contained in:
parent
e6baaedb99
commit
14f4fdb4dd
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
791315
javascript/classes.js
791315
javascript/classes.js
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -57,6 +57,7 @@ public class KeyStrokes extends RenderModule {
|
||||||
GlStateManager.translate(-(this.x + 1), -(this.y + 1), 0);
|
GlStateManager.translate(-(this.x + 1), -(this.y + 1), 0);
|
||||||
|
|
||||||
if (!transparent.getValue()) {
|
if (!transparent.getValue()) {
|
||||||
|
|
||||||
//W
|
//W
|
||||||
Gui.drawRect(this.x + 30, this.y + 3, this.x + 55, this.y + 25 + 3, wKey ? RenderUtils.getColor(gcolor) : RenderUtils.getColor(gcolorp));
|
Gui.drawRect(this.x + 30, this.y + 3, this.x + 55, this.y + 25 + 3, wKey ? RenderUtils.getColor(gcolor) : RenderUtils.getColor(gcolorp));
|
||||||
// S
|
// S
|
||||||
|
|
|
@ -7,11 +7,11 @@ public class EaglercraftVersion {
|
||||||
|
|
||||||
/// Customize these to fit your fork:
|
/// Customize these to fit your fork:
|
||||||
|
|
||||||
public static final String projectForkName = "EaglercraftX";
|
public static final String projectForkName = "Resent";
|
||||||
public static final String projectForkVersion = "u13";
|
public static final String projectForkVersion = "3.3.2";
|
||||||
public static final String projectForkVendor = "lax1dude";
|
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";
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user