working packing generator example
This commit is contained in:
parent
c8e5cfcdef
commit
7510894c78
5 changed files with 198 additions and 83 deletions
8
.vscode/tasks.json
vendored
8
.vscode/tasks.json
vendored
|
|
@ -59,7 +59,13 @@
|
|||
{
|
||||
"label": "Build&Run Tile Generator Test",
|
||||
"type": "shell",
|
||||
"command": "odin run src/aseprite_odin_generator -out:build/aseprite_odin_generator.exe",
|
||||
"command": "odin run",
|
||||
"args": [
|
||||
"src/aseprite_odin_generator",
|
||||
"-define:RAYLIB_SHARED=true",
|
||||
"-out:build_generator/aseprite_odin_generator.exe",
|
||||
"-debug"
|
||||
],
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue