PirateMaker
PirateMaker copied to clipboard
Project files for a Mario Maker inspired game
Hello, Whenever I view the images, they do not render
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...
when i run main.py, i get this: in editor.py: line 360 surf = frames[index] error IndexError: list index out of range.