diff options
| author | lempamo <[email protected]> | 2017-03-25 19:21:54 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-25 19:21:54 -0400 |
| commit | e7c98b0d10568df4c3e4a72c26088d1fd6d62ec6 (patch) | |
| tree | 7db48ac812c742432161a4440a91a8f8628023c1 /TimeHACK.Main/Properties | |
| parent | cfc3cde2a0bae77ddabc12e80aea2461d5ae1514 (diff) | |
| download | histacom2-e7c98b0d10568df4c3e4a72c26088d1fd6d62ec6.tar.gz histacom2-e7c98b0d10568df4c3e4a72c26088d1fd6d62ec6.tar.bz2 histacom2-e7c98b0d10568df4c3e4a72c26088d1fd6d62ec6.zip | |
Added Font
WARNING: LeviWindows.ttf must now be in the same directory as the
TimeHACK executable!
Diffstat (limited to 'TimeHACK.Main/Properties')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index f9d88d5..afba5cf 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -141,6 +141,16 @@ namespace TimeHACK.Properties { } /// <summary> + /// Looks up a localized resource of type System.Byte[]. + /// </summary> + internal static byte[] LeviWindows { + get { + object obj = ResourceManager.GetObject("LeviWindows", resourceCulture); + return ((byte[])(obj)); + } + } + + /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> internal static System.Drawing.Bitmap LoadGame { |
