public class Prefs
Stores stuff in GDX preference files, but also provides singleton/enums for use in creating option Menus
| Modifier and Type | Field and Description |
|---|---|
static Prefs |
INSTANCE
Stores stuff in GDX preference files, but also provides singleton/enums for use in creating option Menus
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getColors() |
com.badlogic.gdx.Preferences |
getPrefs() |
java.util.List<java.lang.String> |
getShaders() |
void |
setPrefs(com.badlogic.gdx.Preferences p) |
public static Prefs INSTANCE
Stores stuff in GDX preference files, but also provides singleton/enums for use in creating option Menus