ModelForm fragment render refactor, Grass setting

This commit is contained in:
dexyfex
2017-10-01 18:07:45 +11:00
Unverified
parent 4084ecf3e9
commit 3e46c2e60a
5 changed files with 50 additions and 23 deletions
+12
View File
@@ -323,6 +323,18 @@ namespace CodeWalker.Properties {
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool Grass {
get {
return ((bool)(this["Grass"]));
}
set {
this["Grass"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
+3
View File
@@ -77,6 +77,9 @@
<Setting Name="ShadowCascades" Type="System.Int32" Scope="User">
<Value Profile="(Default)">6</Value>
</Setting>
<Setting Name="Grass" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="ShowStatusBar" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>