Package com.csse3200.game.files
Class UserSettings.Settings
java.lang.Object
com.csse3200.game.files.UserSettings.Settings
- Enclosing class:
- UserSettings
Stores game settings, can be serialised/deserialised.
-
Field Summary
Modifier and TypeFieldDescriptionint
FPS cap of the game.boolean
float
ui Scale.boolean
-
Constructor Summary
-
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()
-