Package com.deco2800.game.files
Class UserSettings.Settings
java.lang.Object
com.deco2800.game.files.UserSettings.Settings
- Enclosing class:
- UserSettings
public static class UserSettings.Settings
extends java.lang.Object
Stores game settings, can be serialised/deserialised.
-
Field Summary
Fields Modifier and Type Field Description UserSettings.DisplaySettings
displayMode
int
fps
FPS cap of the game.boolean
fullscreen
float
uiScale
ui Scale.boolean
vsync
-
Constructor Summary
Constructors Constructor Description Settings()
-
Method Summary
-
Field Details
-
fps
public int fpsFPS cap of the game. Independant of screen FPS. -
fullscreen
public boolean fullscreen -
vsync
public boolean vsync -
uiScale
public float uiScaleui Scale. Currently unused, but can be implemented. -
displayMode
-
-
Constructor Details
-
Settings
public Settings()
-