TurboWarp / scratch-vm

Scratch VM with a JIT compiler and more features
https://turbowarp.org/
Mozilla Public License 2.0
75 stars 72 forks source link

Add boolean argument support to ScratchX compatibility layer #208

Closed KyleKart closed 5 months ago

KyleKart commented 5 months ago

I noticed this // TODO: ScratchX docs don't mention support for boolean arguments?. I've been recently messing around with ScratchX extensions and noticed it uses "b" for the Boolean argument type. This should get added for better ScratchX extension support.

CubesterYT commented 5 months ago

I'm surprised that this wasn't noticed before. But then again, when's the last time someone's really made a ScratchX extension? I'll request one potential change.