Skip to content

Commit

Permalink
調整存檔大小
Browse files Browse the repository at this point in the history
  • Loading branch information
luiges90 committed May 5, 2019
1 parent f0253a2 commit 6fef8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WorldOfTheThreeKingdoms/GameScreens/MainMenuScreen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4506,7 +4506,7 @@ public void Draw(GameTime gameTime)
{
string viewTime = "(" + (playTime / 60 / 60) + ":" + (playTime / 60 % 60) + ")";

CacheManager.DrawString(Session.Current.Font, viewTime, bt.Position + new Vector2(45 + 900, 2), Color.Blue * alpha);
CacheManager.DrawString(Session.Current.Font, viewTime, bt.Position + new Vector2(65 + 900, 2), Color.Blue * alpha);
}
}

Expand Down

0 comments on commit 6fef8ae

Please sign in to comment.