From 44a3faf02ec337da6377fa9a00e4ea7cb7d4e913 Mon Sep 17 00:00:00 2001 From: rodri Date: Sun, 1 Oct 2023 00:18:57 +0000 Subject: add a credits file, acknowledging people. add another sfx. --- assets/sfx/victory.mp3 | Bin 0 -> 4286592 bytes bts.c | 1 - credits | 16 ++++++++++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 assets/sfx/victory.mp3 create mode 100644 credits diff --git a/assets/sfx/victory.mp3 b/assets/sfx/victory.mp3 new file mode 100644 index 0000000..c14fe3e Binary files /dev/null and b/assets/sfx/victory.mp3 differ diff --git a/bts.c b/bts.c index 8ce8371..d54d83c 100644 --- a/bts.c +++ b/bts.c @@ -1063,7 +1063,6 @@ threadmain(int argc, char *argv[]) matches = newmenulist(14*font->height, "ongoing matches"); game.state = Waiting0; - /* TODO add sfx */ initsound(); proccreate(soundproc, nil, mainstacksize); diff --git a/credits b/credits new file mode 100644 index 0000000..ae48a53 --- /dev/null +++ b/credits @@ -0,0 +1,16 @@ +assets/font/gunmetal + “gunmetal.ttf”, by Digital Graphic Labs +assets/sfx/bg0.mp3 + “The Battle Between Scorpio And Orion.wav”, by MATRIXXX (aka Lil Mati), 2020 +assets/sfx/bg1.mp3 + “Creepy Ambient (107 bpm).wav”, by SoundFlakes, 2017 +assets/sfx/bg2.mp3 + “Space Emergency.mp3”, by SoundFlakes, 2019 +assets/sfx/victory.mp3 + “Epic Action Theme”, by BloodPixelHero, 2022 +assets/sfx/defeat.mp3 + “Futuristic loop for shooter game or espionage theme”, by Destructo20, 2023 +ttfs(1), tocursor(1) + by sigrid. used to generate the fonts and cursor bitmaps +cmixer + by rxi, 2017. used as a (very educational) basis for the current mixer -- cgit v1.2.3