initial commit for rework

This commit is contained in:
2024-01-16 23:44:13 +01:00
parent afa2d779a1
commit d6ba33874d
140 changed files with 228 additions and 1212 deletions

16
.vscode/launch.json vendored
View File

@@ -1,16 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python:app",
"type": "python",
"request": "launch",
"program": "Game Client/main.py",
"console": "integratedTerminal",
"justMyCode": true
}
]
}