ZXMushroom63
ZXMushroom63
This addon makes modifying block data and creating hacked blocks easier. It allows power-users to do almost anything they like within their Scratch projects, which is quite fun. ### Changes...
While trying to convert the attatched project, among other things, the `_.density` and `-.density` variables were renamed to, `density` and `density2`. However, when I was looking through the code in...
LeopardJS coverts Scratch's 'repeat n times' block in to a for loop, like this: ```javascript for (i=0; i < n; i++) { //code } ``` However, this translation is invalid...
### Pre-suggestion checklist - [X] I have searched existing issues and didn't find any previous issues with the same suggestion. *I did find one oither issue with the same suggestion,...
I think that having a manifest.json file would be useful, as it would allow for installing FlowOS as a webapp.
- Fixed channel inputs - that's it