Update #7 - FXAA Improvements

aye look at those eagler patch file changes, you can finally see what I actually did
This commit is contained in:
LAX1DUDE
2022-12-30 00:04:21 -08:00
parent 67a922d528
commit 2f42cc9fb6
7 changed files with 44 additions and 29 deletions

View File

@ -8,7 +8,7 @@ public class EaglercraftVersion {
/// Customize these to fit your fork:
public static final String projectForkName = "EaglercraftX";
public static final String projectForkVersion = "u6";
public static final String projectForkVersion = "u7";
public static final String projectForkVendor = "lax1dude";
public static final String projectForkURL = "https://gitlab.com/lax1dude/eaglercraftx-1.8";
@ -23,7 +23,7 @@ public class EaglercraftVersion {
public static final String projectOriginName = "EaglercraftX";
public static final String projectOriginAuthor = "lax1dude";
public static final String projectOriginRevision = "1.8";
public static final String projectOriginVersion = "u6";
public static final String projectOriginVersion = "u7";
public static final String projectOriginURL = "https://gitlab.com/lax1dude/eaglercraftx-1.8";