@@ -49,7 +49,7 @@ namespace Ichni.Menu
|
||||
public Switch vSyncSwitch;
|
||||
public Dropdown displayModeDropdown;
|
||||
public Dropdown displayResolutionDropdown;
|
||||
|
||||
|
||||
public override void Initialize()
|
||||
{
|
||||
qualityPresetDropdown.SetUp((int)gameSettings.graphicsQualityPreset, QualityPresetOptions,
|
||||
@@ -67,7 +67,7 @@ namespace Ichni.Menu
|
||||
gameSettings.renderScaleLevel = renderScaleModifier.GetValue();
|
||||
SettingsManager.instance.ApplyGraphicSettings();
|
||||
};
|
||||
|
||||
|
||||
targetFrameModifier.SetUp(gameSettings.targetFrame, 30, "Menu UI/Settings_Target_Frame");
|
||||
targetFrameModifier.SetMinMax(30, 120);
|
||||
targetFrameModifier.updateValueAction = () =>
|
||||
|
||||
Reference in New Issue
Block a user