Added new Gui with Progress Bar when editing a Replay using the ReplayEditor | https://trello.com/c/uGFDgv6E/

Added ProgressUpdateListener interface for the use with ProgressBars
This commit is contained in:
CrushedPixel
2015-07-02 23:08:09 +02:00
parent 088bb00ab3
commit 8c81dd414e
9 changed files with 237 additions and 23 deletions

View File

@@ -101,4 +101,6 @@ public class GuiConstants {
public static final int REPLAY_SETTINGS_RESOURCEPACK_ID = 9010;
public static final int REPLAY_SETTINGS_INDICATOR_ID = 9012;
public static final int REPLAY_SETTINGS_PATHPREVIEW_ID = 9013;
public static final int REPLAY_EDITING_CANCEL_BUTTON = 1234;
}