aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/TitleScreen.cs
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-04-01 16:31:12 -0600
committerGitHub <[email protected]>2017-04-01 16:31:12 -0600
commitf99047081ffb1a0b3eba208155324d0e2f050d4c (patch)
tree60fb77a1bc806854be1ce2020534c067ff49483a /TimeHACK.Main/TitleScreen.cs
parentb214553a853988cefe9f519c20127db480830331 (diff)
parentddb713407859352c35fa3a9644aedcafbd8584c4 (diff)
downloadhistacom2-f99047081ffb1a0b3eba208155324d0e2f050d4c.tar.gz
histacom2-f99047081ffb1a0b3eba208155324d0e2f050d4c.tar.bz2
histacom2-f99047081ffb1a0b3eba208155324d0e2f050d4c.zip
Merge pull request #26 from lempamo/master
Master
Diffstat (limited to 'TimeHACK.Main/TitleScreen.cs')
-rw-r--r--TimeHACK.Main/TitleScreen.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/TimeHACK.Main/TitleScreen.cs b/TimeHACK.Main/TitleScreen.cs
index 4cd9043..38086b9 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");
+ gameversion.Font = new Font(pfc.Families[0], 16F, FontStyle.Bold, GraphicsUnit.Point, (0));
// Start the VM Mode timer
vmModeTimer.Start();