Change project structure & added GameManager
This commit is contained in:
parent
fd22091920
commit
ece217c7f6
15 changed files with 52 additions and 21 deletions
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue