From 18d031511faf8a9c0daf807a58c398b427283a79 Mon Sep 17 00:00:00 2001 From: Stevo Date: Tue, 9 Jan 2024 20:50:11 +0000 Subject: [PATCH] WIP --- AoC.Games/Games/Deflectors/Game.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AoC.Games/Games/Deflectors/Game.cs b/AoC.Games/Games/Deflectors/Game.cs index 80d599cd..f82de3d6 100644 --- a/AoC.Games/Games/Deflectors/Game.cs +++ b/AoC.Games/Games/Deflectors/Game.cs @@ -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;