mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-23 14:20:07 +00:00
8b12553d15
Effects the following files: - [x] vehicle-rider - [x] vehicle-control - [x] vehicle-effects - [x] vehicle ~~- [ ] vehicle-util~~ - [x] vehicle-physics - [x] vehicle-states ~~- [ ] vehicle-guard~~ ~~- [ ] traffic-engine~~ ~~- [ ] traffic-manager~~ With the exception of traffic-engine, most of these files are either done or have 1-3 stubborn functions remaining. Draft while I try to resolve as many as possible / cleanup names and such. Co-authored-by: water <awaterford111445@gmail.com>
18 lines
541 B
JSON
18 lines
541 B
JSON
{
|
|
// 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",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/scripts/gsrc/lint-gsrc-file.py",
|
|
"console": "integratedTerminal",
|
|
"cwd": "${workspaceFolder}",
|
|
"args": ["--game", "jak2", "--file", "vehicle-control"]
|
|
},
|
|
]
|
|
}
|