Spinner Test 3

Clean up
This commit is contained in:
fd
2015-06-21 19:45:38 -04:00
parent 038a5d5779
commit 3675a25c44
8 changed files with 97 additions and 63 deletions

View File

@@ -695,7 +695,7 @@ public class Options {
private static Skin skin;
/** Frame limiters. */
private static final int[] targetFPS = { 60, 120, 240, 30, 20, 15, 12 };
private static final int[] targetFPS = { 60, 120, 240 };
/** Index in targetFPS[] array. */
private static int targetFPSindex = 0;
@@ -1084,6 +1084,7 @@ public class Options {
replayImportDir.mkdir();
return replayImportDir;
}
/**
* Returns the screenshot directory.
* If invalid, this will return a "Screenshot" directory.