A really bad quick SFML based UI to get started with the FTXUI removal, and a slight reworking of the default .tarpit.json so that it's just a sample and I can use my own config for my dev and have different sounds.

This commit is contained in:
Zed A. Shaw 2024-08-28 18:56:43 -04:00
parent 015b4aac45
commit df6944b0fb
4 changed files with 54 additions and 18 deletions

View file

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