PySlither / Slither

A Python module for bridging Scratch and Python
http://pyslither.github.io/
MIT License
14 stars 6 forks source link

Fix setup.py and some other bugs, add a new background image, change how background images are handled. #21

Closed BookOwl closed 8 years ago

BookOwl commented 8 years ago
  1. I got setup.py to work! To install, run python setup.py bdist_wheel and then run pip install path, where path is the final path of the .whl file (should be in dist/)
  2. I fixed a bug in slither where it couldn't find the snakey.png image.
  3. I made a better background picture for bgTest.py
  4. I made slither scale background images to fill the entire background.
  5. I updated .gitignore to ignore the nppBackup folder (created by notepad++) and Thumbs.db (mad by Windows)
Tymewalk commented 8 years ago

Do you think you can make an 800x600 version of that background? Other than that, looks good!

BookOwl commented 8 years ago

At first I thought that the slither stage was 480 by 360, so that is what resolution I used. I make new image.

BookOwl commented 8 years ago

I created a higher res bg image.

BookOwl commented 8 years ago

I'm going to make a new branch for any other features I want to add.

Tymewalk commented 8 years ago

OK. In the meantime I'll merge this, it looks good.

BookOwl commented 8 years ago

Great!