diff --git a/assets/spinner.mp3 b/assets/spinner.mp3 new file mode 100644 index 0000000..2f6ab27 Binary files /dev/null and b/assets/spinner.mp3 differ diff --git a/game.py b/game.py index f103f44..c5d3b73 100644 --- a/game.py +++ b/game.py @@ -13,6 +13,7 @@ import pygame # TODO: Prevent another animation from starting when the wheel's spinning # TODO: Convery fade in / out time to be random # TODO: Make random finer (to prevent a range of 4-5 only having two possible speeds) +# TODO: Utilise spinner.mp3 (ideally without using 2k audio channels) def translate(value, aMin, aMax, bMin, bMax): """