Refined automatic map generation script

This commit is contained in:
Davide Passoni
2024-02-23 15:54:49 +01:00
parent acb55044d1
commit 9a571132c8
11 changed files with 274 additions and 155 deletions

View File

@@ -0,0 +1,16 @@
{
// 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: Current File",
"type": "python",
"request": "launch",
"program": "main.py",
"console": "integratedTerminal",
"args": ["./configs/LasVegas/LasVegas.yml"]
}
]
}