Added Checkbox to GuiRenderSettings to enable/disable Name Tag rendering

This commit is contained in:
CrushedPixel
2015-07-16 17:28:33 +02:00
parent 5634507ce7
commit 531319a4d1
3 changed files with 15 additions and 7 deletions

View File

@@ -71,6 +71,7 @@ public class GuiConstants {
public static final int RENDER_SETTINGS_COLOR_PICKER = 9014;
public static final int RENDER_SETTINGS_ENABLE_GREENSCREEN = 9015;
public static final int RENDER_SETTINGS_OUTPUT_CHOOSER = 9016;
public static final int RENDER_SETTINGS_RENDER_NAMETAGS = 9017;
public static final int REPLAY_SETTINGS_RECORDSERVER_ID = 9004;
public static final int REPLAY_SETTINGS_RECORDSP_ID = 9005;