Maximouse
Maximouse
This will need changes to be compatible with new Blockly (can be done after merging). Regarding the modifier key setting - I think it's better not to have that until...
[There are lots of PRs updating addons to support new Blockly,](https://github.com/ScratchAddons/ScratchAddons/pulls?q=is%3Apr+%22new+blockly%22) and the instructions for setting it up for testing are in #7768. You can use `if (ScratchBlocks.registry)` in the...
A suggestion for how this could work if it was implemented as a new addon: https://github.com/ScratchAddons/ScratchAddons/pull/5870#issuecomment-1529542009
I'm currently working on other things, but I want to improve 3.0 -> 2.0 in the future, which includes adding support for more pages.
> im talking about the reverse one Oops, that was a typo. I meant 3.0 -> 2.0.
> If we go ahead with this PR, it would make sense to have a "feature" tag as well, since there's already a tag for themes. I don't think that...
Scratch already has a UI for editing paths: the Reshape tool. An addon that adds more capabilities to that might be more useful.
I don't think this feature needs any settings. If snapping is disabled, holding Ctrl should enable it, if it's enabled, holding Ctrl should disable it.
> > I don't think this feature needs any settings. If snapping is disabled, holding Ctrl should enable it, if it's enabled, holding Ctrl should disable it. > > I...
There are quite a few theme addons that could have previews: custom-block-shape, custom-block-text, stage-monitor, customize-avatar-border... A preview for website dark mode would also be useful, but it's harder to make...