Commit e40341ff by Jonathan Thomas

Make player messages stay on screen .5 seconds longer

parent 558cebb2
Pipeline #12002 passed with stage
in 19 seconds
......@@ -42,7 +42,7 @@ public class ChatDataManager {
public static int MAX_CHAR_PER_LINE = 20;
public static int DISPLAY_NUM_LINES = 3;
public static int MAX_CHAR_IN_USER_MESSAGE = 512;
public static int TICKS_TO_DISPLAY_USER_MESSAGE = 60;
public static int TICKS_TO_DISPLAY_USER_MESSAGE = 70;
public QuestJson quest = null;
private static final Gson GSON = new Gson();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment