From 32c33ae613726063701ecf2e409693c64ea29358 Mon Sep 17 00:00:00 2001 From: Brosef Date: Fri, 27 Jun 2025 07:18:50 +0100 Subject: [PATCH] Added TODOs --- game.py | 2 ++ 1 file changed, 2 insertions(+) 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