Added basic (and functional!) Login screen
Metadata now ignores the Forge part of the Minecraft version String
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package eu.crushedpixel.replaymod.gui;
|
||||
|
||||
public class GuiConstants {
|
||||
|
||||
public static final int REPLAY_OPTIONS_BUTTON_ID = 8000;
|
||||
|
||||
public static final int REPLAY_MANAGER_BUTTON_ID = 9001;
|
||||
|
||||
public static final int REPLAY_CENTER_BUTTON_ID = 1000;
|
||||
public static final int REPLAY_CENTER_LOGIN_TEXT_ID = 1001;
|
||||
public static final int REPLAY_CENTER_PASSWORD_TEXT_ID = 1002;
|
||||
|
||||
public static final int LOGIN_OKAY_BUTTON = 1100;
|
||||
public static final int LOGIN_CANCEL_BUTTON = 1101;
|
||||
}
|
||||
Reference in New Issue
Block a user