updates the game's title to show version

This commit is contained in:
Zoryn Aaron 2016-02-29 15:04:39 -05:00
parent aef67f7e02
commit 54faadf7b5
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -106,7 +106,7 @@ namespace StardewModdingAPI
StardewInvoke(() =>
{
gamePtr.IsMouseVisible = false;
gamePtr.Window.Title = "Stardew Valley";
gamePtr.Window.Title = "Stardew Valley - Version " + Game1.version;
});
LogInfo("Game Loaded");