Class UserSettings.Settings

java.lang.Object
com.deco2800.game.files.UserSettings.Settings
Enclosing class:
UserSettings

public static class UserSettings.Settings extends Object
Stores game settings, can be serialised/deserialised.
  • Field Details

    • fps

      public int fps
      FPS cap of the game. Independant of screen FPS.
    • fullscreen

      public boolean fullscreen
    • vsync

      public boolean vsync
    • uiScale

      public float uiScale
      ui Scale. Currently unused, but can be implemented.
    • displayMode

      public UserSettings.DisplaySettings displayMode
  • Constructor Details

    • Settings

      public Settings()