From e8ee1512677234cb267f6e52fd2ad52295c997e5 Mon Sep 17 00:00:00 2001 From: Brosef Date: Thu, 26 Jun 2025 14:47:11 +0100 Subject: [PATCH] Removed TODO --- game.py | 1 - 1 file changed, 1 deletion(-) diff --git a/game.py b/game.py index 1d241bd..cddce2a 100644 --- a/game.py +++ b/game.py @@ -13,7 +13,6 @@ 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): """