mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-28 17:29:41 +00:00
Changed map to start at 0,0, Added debug config, altered camera pos
Changed the map to have the top left at 0,0, saving us from having to do a bunch of transformations for all the objects we want to add to the board.
This commit is contained in:
parent
9c14c58ce0
commit
fc6283107c
4 changed files with 104 additions and 77 deletions
19
.vscode/launch.json
vendored
Normal file
19
.vscode/launch.json
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "firefox",
|
||||
"request": "launch",
|
||||
"name": "Debug App",
|
||||
"url": "http://localhost:3000",
|
||||
"webRoot": "${workspaceFolder}/ai_animation",
|
||||
"sourceMapPathOverrides": {
|
||||
"webpack:///./src/*": "${webRoot}/*"
|
||||
},
|
||||
"runtimeArgs": [
|
||||
"--remote-debugging-port=9222"
|
||||
],
|
||||
"sourceMaps": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue