TurboWarp / extensions

User-contributed unsandboxed extension gallery for TurboWarp
https://extensions.turbowarp.org/
MIT License
114 stars 231 forks source link

Problem with [Polygon] option in "Griffpatch's 2D Box Physics" #42

Open Luigi-Brown opened 1 year ago

Luigi-Brown commented 1 year ago

2022-11-21

The block, "Enable this [Polygon]" doesn't seem to really work. Instead, it puts the start flag into a loop, essentially meaning that the project freezes. However, when changing it to anything but [polygon] then the project will work again, whether or not the last box is [precision] or [normal]

other than that, the extension seems to be working quite well! I hope this helps with development

GarboMuffin commented 1 year ago

for now we're just going to hide that option

it uses an old Scratch API that doesn't exist, hence errors

Luigi-Brown commented 1 year ago

Ah I see. Alright, just wanted to let you know of the problem.

GarboMuffin commented 1 year ago

Replacing the removed API is relatively simple, but even in https://griffpatch.github.io/scratch-gui/ polygon mode is rather buggy