From accf753205f964486c3912315006c70e3214c3d7 Mon Sep 17 00:00:00 2001 From: lempamo Date: Wed, 14 Jun 2017 20:22:37 -0400 Subject: forgot this thing :stuck_out_tongue: --- TimeHACK.Engine/WindowManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TimeHACK.Engine/WindowManager.cs') 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))); -- cgit v1.2.3