PirateMaker icon indicating copy to clipboard operation
PirateMaker copied to clipboard

Project files for a Mario Maker inspired game

Results 3 PirateMaker issues
Sort by recently updated
recently updated
newest added

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.