I can now load a json config file name .tarpit.json to configure everything. It now works to configure the sounds used.

This commit is contained in:
Zed A. Shaw 2024-08-26 19:04:50 -04:00
parent 268d8abf52
commit 90f4f727ba
8 changed files with 91 additions and 17 deletions

9
.tarpit.json Normal file
View file

@ -0,0 +1,9 @@
{
"audio": {
"you_died": "./assets/you_died.wav",
"build_works": "./assets/build_works.wav",
"build_failed": "./assets/build_failed.wav",
"building": "./assets/building.wav"
},
"build_cmd": "meson compile -C builddir"
}