diff --git a/game.py b/game.py index cf39e08..e435479 100644 --- a/game.py +++ b/game.py @@ -10,7 +10,7 @@ import numpy as np import pygame # TODO: Prevent another animation from starting when the wheel's spinning -# TODO: Convery fade in / out time to be random +# TODO: Convert fade in / out time to be random # TODO: Make random finer (to prevent a range of 4-5 only having two possible speeds) def translate(value, aMin, aMax, bMin, bMax):