diff --git a/game.py b/game.py index a7d1ff1..c368679 100644 --- a/game.py +++ b/game.py @@ -73,6 +73,8 @@ class WCfg: font = pygame.font.SysFont('', 32) class WheelItem: + # TODO: Add integration with NoPE-Lib + # TODO: Allow this to modify game attributes so it can hide the wheel and respin def __init__(self, text): self.text = text