option to disable star fountains in main menu
This commit is contained in:
@@ -42,6 +42,7 @@ public class OptionGroups {
|
||||
OPTION_TARGET_FPS,
|
||||
OPTION_SHOW_FPS,
|
||||
OPTION_USE_FPS_DELTAS,
|
||||
OPTION_STARFOUNTAINS,
|
||||
OPTION_SCREENSHOT_FORMAT,
|
||||
}),
|
||||
new OptionTab("SLIDER OPTIONS", new Option[]{
|
||||
|
||||
@@ -127,6 +127,8 @@ public class Options {
|
||||
|
||||
public static final ToggleOption OPTION_NOSINGLEINSTANCE = new ToggleOption("-", "NoSingleInstance", "-", false);
|
||||
|
||||
public static final ToggleOption OPTION_STARFOUNTAINS = new ToggleOption("Star fountains in main menu", "StarFountains", "Show star bursts in main menu", true);
|
||||
|
||||
// in-game options
|
||||
public static final ListOption OPTION_SCREEN_RESOLUTION = new ListOption("Screen Resolution", "ScreenResolution", "Change the size of the game.") {
|
||||
private final String[] resolutions = {
|
||||
|
||||
Reference in New Issue
Block a user