mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-19 12:58:09 +00:00
We've mostly got this working. Events get executed in the array of events. We don't use setTimeout anymore thankfully. I'm not in love with this system, it still isn't straight forward about what events happen where, but I do at least now have an ability to better control the flow.
19 lines
435 B
JSON
19 lines
435 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Firefox Debug 5179",
|
|
"url": "http://localhost:5179",
|
|
"webRoot": "${workspaceFolder}/ai_animation/",
|
|
"sourceMapPathOverrides": {
|
|
"http://localhost:5179/*": "${webRoot}/*"
|
|
},
|
|
"runtimeArgs": [
|
|
"--remote-debugging-port=9223"
|
|
],
|
|
"sourceMaps": true
|
|
}
|
|
]
|
|
}
|