leopard-js / sb-edit

Javascript library for manipulating Scratch project files
MIT License
54 stars 15 forks source link

Preserve rotation style when converting to Leopard #117

Closed PullJosh closed 1 year ago

PullJosh commented 1 year ago

Leopard has support for setting a sprite's initial rotation style, but sb-edit does not copy this setting over when converting a project.

towerofnix commented 1 year ago

On it!

Note to self - should be pretty easy, since sb-edit reads rotation style from (and writes it to) sb3, so has rotation style in the IR already. Serialization for initial sprite state is here.