Skip to content
Snippets Groups Projects
Commit 8b7c7b43 authored by Anton Danilov's avatar Anton Danilov
Browse files

#115 Changed dialog duration to 5 seconds

parent 965970c6
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ public class HallOfFameScreen extends AbstractTablexiaScreen<Map<ITrophyDefiniti
private static final int MOUSE_DIALOG_WIDTH = 300;
private static final int MOUSE_DIALOG_HEIGHT = 50;
private static final float MOUSE_IMAGE_DIALOG_POINT_HEIGHT = 3f / 5f;
private static final long MOUSE_DIALOG_DURATION = 3000;
private static final long MOUSE_DIALOG_DURATION = 5000;
private static final String SCREEN_STATE_SCROLL_POSITION_X = "scrollPositionX";
public static final String SCROLL_TO_TROPHY_KEY = "scrollToTrophy";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment