Skip to content

Commit

Permalink
Editor: adds Version in Welcome Screen
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Nov 15, 2024
1 parent 15e9ca9 commit 7331833
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Editor/AGS.Editor/GUI/WelcomeScreen.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Editor/AGS.Editor/GUI/WelcomeScreen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public partial class WelcomeScreen : Form
public WelcomeScreen()
{
InitializeComponent();
labelVersion.Text = $"Build {AGS.Types.Version.AGS_EDITOR_VERSION} {AGS.Types.Version.AGS_EDITOR_TARGETNAME}, {AGS.Types.Version.AGS_EDITOR_DATE}";

foreach (RecentGame game in Factory.AGSEditor.Settings.RecentGames)
{
Expand Down

0 comments on commit 7331833

Please sign in to comment.