PirateMaker
PirateMaker copied to clipboard
Error: Name "white" is not defined in editor.py
File "~/PirateMaker/00_start_code/editor.py", line 17, in run self.display_surface.fill(white) NameError: name 'white' is not defined
This happens when trying to run main.py, as it tries to reference editor.py, which then throws an error.
Screenshot: