Starting gamplay and clicking spin gives the following error
Traceback (most recent call last):
File "./gameplay.py", line 445, in on_paint
dc.GradientFillLinear((x, y, w, h), cfg.STEEL_BLUE, cfg.DARK_BLUE, 1)
AttributeError: 'module' object has no attribute 'DARK_BLUE'
No spinning occurs and the error is dumped repeatedly.
Starting gamplay and clicking spin gives the following error Traceback (most recent call last): File "./gameplay.py", line 445, in on_paint dc.GradientFillLinear((x, y, w, h), cfg.STEEL_BLUE, cfg.DARK_BLUE, 1) AttributeError: 'module' object has no attribute 'DARK_BLUE'
No spinning occurs and the error is dumped repeatedly.