update resolution & skin option descriptions
This commit is contained in:
parent
a69d334dfe
commit
6c461fa645
|
@ -334,7 +334,7 @@ public class Options {
|
||||||
},
|
},
|
||||||
|
|
||||||
// in-game options
|
// in-game options
|
||||||
SCREEN_RESOLUTION ("Screen Resolution", "ScreenResolution", "Restart (Ctrl+Shift+F5) to apply resolution changes.") {
|
SCREEN_RESOLUTION ("Screen Resolution", "ScreenResolution", "Change the size of the game.") {
|
||||||
@Override
|
@Override
|
||||||
public String getValueString() {
|
public String getValueString() {
|
||||||
return resolutions[resolutionIdx];
|
return resolutions[resolutionIdx];
|
||||||
|
@ -365,7 +365,7 @@ public class Options {
|
||||||
},
|
},
|
||||||
ALLOW_LARGER_RESOLUTIONS ("Allow large resolutions", "AllowLargeRes", "Allow resolutions larger than the native resolution", false),
|
ALLOW_LARGER_RESOLUTIONS ("Allow large resolutions", "AllowLargeRes", "Allow resolutions larger than the native resolution", false),
|
||||||
FULLSCREEN ("Fullscreen Mode", "Fullscreen", "Restart to apply changes.", false),
|
FULLSCREEN ("Fullscreen Mode", "Fullscreen", "Restart to apply changes.", false),
|
||||||
SKIN ("Skin", "Skin", "Restart (Ctrl+Shift+F5) to apply skin changes.") {
|
SKIN ("Skin", "Skin", "Change how the game looks.") {
|
||||||
@Override
|
@Override
|
||||||
public String getValueString() { return skinName; }
|
public String getValueString() { return skinName; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user