tjvr / kurt

Python library for reading/writing MIT's Scratch file format.
https://kurt.tjvr.org
GNU General Public License v3.0
86 stars 24 forks source link

bugfix: Sprite.copy(): assign 'position' #29

Closed bennorth closed 9 years ago

bennorth commented 9 years ago

The position of a sprite is not being saved correctly. Fix what looks like just a typo in Sprite.copy().

tjvr commented 9 years ago

Great, thank you!

Do let me know if you find more :-)