aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-04-12 22:25:16 -0400
committerlempamo <[email protected]>2017-04-12 22:25:16 -0400
commitf1e0c8f75de4a5086ff955789e9397696df25199 (patch)
tree2f5f87e06eff4596229d1d20182d46ac5c329d46 /TimeHACK.Main
parentffc2775fb60fa9f3383d1ecba008eb80db9a6336 (diff)
downloadhistacom2-f1e0c8f75de4a5086ff955789e9397696df25199.tar.gz
histacom2-f1e0c8f75de4a5086ff955789e9397696df25199.tar.bz2
histacom2-f1e0c8f75de4a5086ff955789e9397696df25199.zip
damn you github desktop >:(
Diffstat (limited to 'TimeHACK.Main')
-rw-r--r--TimeHACK.Main/Properties/Resources.Designer.cs10
-rw-r--r--TimeHACK.Main/Properties/Resources.resx3
-rw-r--r--TimeHACK.Main/Resources/windows_command_prompt.ttfbin0 -> 29616 bytes
-rw-r--r--TimeHACK.Main/TimeHACK.Main.csproj1
-rw-r--r--TimeHACK.Main/TitleScreen.cs1
-rw-r--r--TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cachebin12641 -> 12742 bytes
-rw-r--r--TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dllbin10240 -> 10240 bytes
7 files changed, 15 insertions, 0 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs
index 6626ab9..a46352a 100644
--- a/TimeHACK.Main/Properties/Resources.Designer.cs
+++ b/TimeHACK.Main/Properties/Resources.Designer.cs
@@ -590,5 +590,15 @@ namespace TimeHACK.Properties {
return ((System.Drawing.Bitmap)(obj));
}
}
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Byte[].
+ /// </summary>
+ internal static byte[] windows_command_prompt {
+ get {
+ object obj = ResourceManager.GetObject("windows_command_prompt", resourceCulture);
+ return ((byte[])(obj));
+ }
+ }
}
}
diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx
index 1263b61..37a86b3 100644
--- a/TimeHACK.Main/Properties/Resources.resx
+++ b/TimeHACK.Main/Properties/Resources.resx
@@ -285,4 +285,7 @@
<data name="Win95IconNotepad" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\WinClassic\Win95IconNotepad.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="windows_command_prompt" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows_command_prompt.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </data>
</root> \ No newline at end of file
diff --git a/TimeHACK.Main/Resources/windows_command_prompt.ttf b/TimeHACK.Main/Resources/windows_command_prompt.ttf
new file mode 100644
index 0000000..b771b3a
--- /dev/null
+++ b/TimeHACK.Main/Resources/windows_command_prompt.ttf
Binary files differ
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj
index d321d8b..654f278 100644
--- a/TimeHACK.Main/TimeHACK.Main.csproj
+++ b/TimeHACK.Main/TimeHACK.Main.csproj
@@ -212,6 +212,7 @@
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
+ <None Include="Resources\windows_command_prompt.ttf" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
diff --git a/TimeHACK.Main/TitleScreen.cs b/TimeHACK.Main/TitleScreen.cs
index 38086b9..7feb510 100644
--- a/TimeHACK.Main/TitleScreen.cs
+++ b/TimeHACK.Main/TitleScreen.cs
@@ -47,6 +47,7 @@ namespace TimeHACK
// Initialize Font
pfc.AddFontFile(AppDomain.CurrentDomain.BaseDirectory + "\\LeviWindows.ttf");
+ pfc.AddFontFile(AppDomain.CurrentDomain.BaseDirectory + "\\windows_command_prompt.ttf");
gameversion.Font = new Font(pfc.Families[0], 16F, FontStyle.Bold, GraphicsUnit.Point, (0));
// Start the VM Mode timer
diff --git a/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
index e4d9d16..bdd3669 100644
--- a/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
+++ b/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
Binary files differ
diff --git a/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll b/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll
index a68ac5f..556e9e0 100644
--- a/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll
+++ b/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll
Binary files differ