Files
Tom Rothamel 10a71b7e0d Add config.log_events.
A way of logging pygame events.
2024-05-26 20:41:31 -04:00

13 lines
312 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "run.sh --build",
"type": "shell",
"command": "/home/tom/ab/renpy/run.sh --build",
}
]
}