Added TODOs
This commit is contained in:
2
game.py
2
game.py
@ -73,6 +73,8 @@ class WCfg:
|
|||||||
font = pygame.font.SysFont('', 32)
|
font = pygame.font.SysFont('', 32)
|
||||||
|
|
||||||
class WheelItem:
|
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):
|
def __init__(self, text):
|
||||||
self.text = text
|
self.text = text
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user