diff options
| author | TheEdgeNK <trey6979@gmail.com> | 2018-08-26 14:15:03 -0400 |
|---|---|---|
| committer | TheEdgeNK <trey6979@gmail.com> | 2018-08-26 14:15:03 -0400 |
| commit | ee343916c292c741041167a1a77f4b59a95002c5 (patch) | |
| tree | 1ad04a230aadc311041d78cc3a54e5f1c93a03d2 /PortEngine/Properties | |
| parent | 4800d7686b470b3a39314e76ea02daee790078b7 (diff) | |
| download | Project-Silicon-ee343916c292c741041167a1a77f4b59a95002c5.tar.gz Project-Silicon-ee343916c292c741041167a1a77f4b59a95002c5.tar.bz2 Project-Silicon-ee343916c292c741041167a1a77f4b59a95002c5.zip | |
Ability to change chatter username, also, terminal!
Diffstat (limited to 'PortEngine/Properties')
| -rw-r--r-- | PortEngine/Properties/Settings.Designer.cs | 14 | ||||
| -rw-r--r-- | PortEngine/Properties/Settings.settings | 3 |
2 files changed, 16 insertions, 1 deletions
diff --git a/PortEngine/Properties/Settings.Designer.cs b/PortEngine/Properties/Settings.Designer.cs index b3cd482..6462222 100644 --- a/PortEngine/Properties/Settings.Designer.cs +++ b/PortEngine/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace PortEngine.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.7.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); @@ -34,5 +34,17 @@ namespace PortEngine.Properties { this["graphicsFriendly"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("Player")] + public string userDisplayName { + get { + return ((string)(this["userDisplayName"])); + } + set { + this["userDisplayName"] = value; + } + } } } diff --git a/PortEngine/Properties/Settings.settings b/PortEngine/Properties/Settings.settings index 66e581e..14e29c9 100644 --- a/PortEngine/Properties/Settings.settings +++ b/PortEngine/Properties/Settings.settings @@ -5,5 +5,8 @@ <Setting Name="graphicsFriendly" Type="System.Boolean" Scope="User"> <Value Profile="(Default)">False</Value> </Setting> + <Setting Name="userDisplayName" Type="System.String" Scope="User"> + <Value Profile="(Default)">Player</Value> + </Setting> </Settings> </SettingsFile>
\ No newline at end of file |
