added old code, fixed it (mostly), merged some new code to the old code, made it mostly runnable
This commit is contained in:
29
.vscode/launch.json
vendored
Normal file
29
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Old Shadowcrest Engine Server",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "OLD_Server/index.py",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": true
|
||||
},
|
||||
{
|
||||
"name": "Shadowcrest Engine Server",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "OLD_Server/index.py",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": true
|
||||
},
|
||||
{
|
||||
"name": "ShadowCrest Python GameEngine Client",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "Client/main.py",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user