Quik update

This commit is contained in:
J. M. Ellis
2024-06-02 17:30:10 -07:00
parent 059a3f9534
commit 339f512e5d
2 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -54,8 +54,7 @@ namespace LunaLightXMG
IsMouseVisible = true;
// Test player input and movement with abstracted player class
Vector2 initPlayerPosition = new Vector2(163, 63);
Vector2 initEnemyPosition = new Vector2(16, 16);
Vector2 initPlayerPosition = new Vector2(163, 0);
player = new Player(initPlayerPosition);
playerInput = new PlayerInput();
enemies = new List<Enemy>();