update the generator tool & added unmarshalling a whole directory
This commit is contained in:
parent
81d9632396
commit
973af01380
7 changed files with 49 additions and 39 deletions
14
.vscode/tasks.json
vendored
14
.vscode/tasks.json
vendored
|
|
@ -31,6 +31,20 @@
|
|||
},
|
||||
"group": "build"
|
||||
},
|
||||
{
|
||||
"label": "Clean build folder(s)",
|
||||
"type": "shell",
|
||||
"windows": {
|
||||
"command": "cd ${workspaceFolder}\\build && rm game*; cd ${workspaceFolder} && rm aseprite_odin_generator*",
|
||||
},
|
||||
// "linux": {
|
||||
// "command": "${workspaceFolder}/scripts/build_release.sh",
|
||||
// },
|
||||
// "osx": {
|
||||
// "command": "${workspaceFolder}/scripts/build_release.sh",
|
||||
// },
|
||||
"group": "build"
|
||||
},
|
||||
{
|
||||
"label": "Build Hot Reload",
|
||||
"type": "shell",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue