mirror of
https://github.com/TheRavenwoodArts/LunaLightXMG.git
synced 2026-07-31 00:05:02 -07:00
Quik update
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user