Skip to content

Commit

Permalink
Replaced WallkickScreen with TitleScreen as startup screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
thexa4 committed Oct 21, 2012
1 parent 670d815 commit 06ae731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TimeTetris/TimeTetris/TetrisGame.cs
Expand Up @@ -125,7 +125,7 @@ protected override void Initialize()
// Initialize all components
base.Initialize();

this.ScreenManager.AddScreen(new WallkickHelpScreen());
this.ScreenManager.AddScreen(new TitleScreen());
}

/// <summary>
Expand Down

0 comments on commit 06ae731

Please sign in to comment.