Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehjohn committed Jan 9, 2024
1 parent 2625fe1 commit 18d0315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AoC.Games/Games/Deflectors/Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class Game : Microsoft.Xna.Framework.Game

private const int BufferHeight = 663;

private int _levelNumber = 8;
private int _levelNumber = 1;

// ReSharper disable once NotAccessedField.Local
private GraphicsDeviceManager _graphics;
Expand Down

0 comments on commit 18d0315

Please sign in to comment.