Restructing the source layout to make it nicer.

This commit is contained in:
Zed A. Shaw 2024-09-10 21:17:15 -04:00
parent fff182b457
commit cc3bb171e1
14 changed files with 166 additions and 33 deletions

10
tarpit_sample.json Normal file
View file

@ -0,0 +1,10 @@
{
"audio": {
"you_died": "./assets/you_died.mp3",
"build_works": "./assets/build_works.mp3",
"build_failed": "./assets/build_failed.mp3",
"building": "./assets/building.mp3"
},
"git_path": ".\\",
"build_cmd": "meson compile -C builddir"
}