updates the game's title to show version
This commit is contained in:
parent
aef67f7e02
commit
54faadf7b5
Binary file not shown.
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue