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:
parent
015b4aac45
commit
df6944b0fb
4 changed files with 54 additions and 18 deletions
10
.tarpit_sample.json
Normal file
10
.tarpit_sample.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue