Package com.deco2800.game.files
Class UserSettings.Settings
java.lang.Object
com.deco2800.game.files.UserSettings.Settings
- Enclosing class:
 - UserSettings
 
Stores game settings, can be serialised/deserialised.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionintFPS cap of the game.booleanfloatui Scale.boolean - 
Constructor Summary
Constructors - 
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() 
 -