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

Clean up Scratch 2.0 scripts when saving #32

Open tjvr opened 8 years ago

tjvr commented 8 years ago

If new scripts are added to a Project, we can calculate their height and use this to set a more helpful y position on the script, rather than blindly overlapping the others.

We currently do this for Scratch 1.4, but not for Scratch 2.0.

I have some vague Python/JS code for this, if anyone wants to give it a go!