Skip to content

Commit

Permalink
tic80.sublime-project
Browse files Browse the repository at this point in the history
  • Loading branch information
aliceisjustplaying committed Apr 22, 2024
1 parent 7635ace commit b0a109c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion tic80.sublime-project
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"name": "run",
"shell_cmd": "cd ${project_path}/build && ninja tic80 && ${project_path}/build/bin/tic80 --skip"
},
{
"name": "run-lovebyte",
"shell_cmd": "cd ${project_path}/build && ninja tic80 && ${project_path}/build/bin/tic80 --skip --codeexport 123.lua --battletime 25"
},
{
"name": "clean",
"shell_cmd": "cd ${project_path}/build && ninja -t clean"
Expand All @@ -37,4 +41,4 @@
"path": "."
}
]
}
}
2 changes: 1 addition & 1 deletion vendor/pocketpy

0 comments on commit b0a109c

Please sign in to comment.