-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skins: Add Skins Extension #764
Conversation
- Removed unnecessary check in _getTargets function - Added Scratch.canFetch check for _createURLSkin
I am not fixing those errors Edit: nvm I fixed one |
- Removed 4am code - Fixed an error that I know what it means now that I'm not tired
- Remove commented code
What is the cause of that error? I've tried fixing it before but to no avail |
It's because you're using
|
Thank you so much |
Some problems have been noted regarding the rotation center of skins, which will require a new block and a patch |
- Preserve rotation center on costume skins
Note for maintainers: - I placed the extension next to Pen Plus because we're working on a new extension that is designed to be used by both Pen Plus and Skins equally. We're doing this to avoid several duplicate blocks and missing features. We want to keep them in a group, so take this into consideration.
We do not need to add any new blocks for now. This extension is complete. |
- Cast every input to avoid unwanted errors - Add "canFetch" to URL inputs - Minor tweaks
Skins aims to be an expanded version of the SVG block in Looks Plus, but with support for bitmap images as well as separate clone skins.
I urge you to give it a try, and suggest ideas for blocks!
(Please note, I will not be adding the replace color block, or similar blocks to this extension. That will be left for a separate extension I am working on)