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:
