diff options
| author | lempamo <[email protected]> | 2017-06-14 20:22:37 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-06-14 20:22:37 -0400 |
| commit | accf753205f964486c3912315006c70e3214c3d7 (patch) | |
| tree | 51f33522b563556ff7ac79588aeb932161c83530 /TimeHACK.Engine | |
| parent | 92f1b7b926777c4ddca622b1983994b39332f68e (diff) | |
| download | histacom2-accf753205f964486c3912315006c70e3214c3d7.tar.gz histacom2-accf753205f964486c3912315006c70e3214c3d7.tar.bz2 histacom2-accf753205f964486c3912315006c70e3214c3d7.zip | |
forgot this thing :stuck_out_tongue:
Diffstat (limited to 'TimeHACK.Engine')
| -rw-r--r-- | TimeHACK.Engine/WindowManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs index 76c7e3d..aa9d941 100644 --- a/TimeHACK.Engine/WindowManager.cs +++ b/TimeHACK.Engine/WindowManager.cs @@ -19,7 +19,7 @@ namespace TimeHACK.Engine app.Width = content.Width + 8; app.Height = content.Height + 26; // Initialize Font - pfc.AddFontFile(SaveSystem.GameDirectory + "\\LeviWindows.ttf"); + pfc.AddFontFile(SaveSystem.GameDirectory + "\\Data\\LeviWindows.ttf"); Font fnt = new Font(pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0))); app.fnt = fnt; app.Title.Font = new Font(pfc.Families[0], 16F, FontStyle.Bold, GraphicsUnit.Point, ((0))); |
