TurboWarp / types

Type definitions for the Scratch VM and editor
https://turbowarp.github.io/types/
Apache License 2.0
8 stars 15 forks source link

Add `RenderedTargetEventMap` #15

Closed seheon99 closed 1 year ago

seheon99 commented 1 year ago

I found that the forced was null when I dragged the sprite, and undefined when I use the "move random" block.

But, scratch-vm denote that is boolean anyway, so I typed it (boolean | null)?.

close: #14

seheon99 commented 1 year ago

This was the fault of my test environment. I didn't realize that the forced moved events are handled separately in scratch-gui.

GarboMuffin commented 1 year ago

Thanks