Change project structure & added GameManager

This commit is contained in:
Sebastian Cabrera 2019-08-28 23:07:02 -04:00
parent fd22091920
commit ece217c7f6
15 changed files with 52 additions and 21 deletions

4
.vscode/launch.json vendored
View file

@ -12,9 +12,9 @@
},
{
"type": "java",
"name": "Debug (Launch)-Init<pixels>",
"name": "Debug (Launch)-GameManager<pixels>",
"request": "launch",
"mainClass": "bz.bronze.pixels.Init",
"mainClass": "bz.bronze.pixels.game.GameManager",
"projectName": "pixels"
}
]