PolyMarsDev / Flappuccino

A Pygame game made in 48 hours
355 stars 123 forks source link

Fix main.py and background.py to be able to launch #36

Open AregPrograms opened 2 years ago

AregPrograms commented 2 years ago

Fixes issues #11 and #28

Edited main.py so it does not use relative imports, which was causing a problem, also imported colorsys in background.py

AregPrograms commented 2 years ago

btw, I also auto-formatted the code with autopep8, that's why it says that there are 126 insertions and 80 deletions