Added spinner audio file & relevant TODO

This commit is contained in:
2025-06-26 08:01:44 +01:00
parent b2cc7a996f
commit f2b9ab4d26
2 changed files with 1 additions and 0 deletions

BIN
assets/spinner.mp3 Normal file

Binary file not shown.

View File

@ -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):
"""