Trying to add a gif using asset manager behaves weirdly
https://github.com/TurboWarp/extensions/assets/101284660/d75d1165-eb56-4ac2-8b09-152b9d47588d
This is probably the weirdest bug I've ever seen, if I had to guess it's treating it like a png but it isn't formatted correctly, but this is just weird.
(also if the amount of issues and discussions I've created is spam please let me know)
Could be really cool for in editor effects though, lol
What the... Who made the editor mad? But in all seriousness, that obviously shouldn't happen.
Scratch handles uploading gifs by splitting the gif into frames and then uploading it. Since the block uses the direct upload function, it breaks the entire editor since Scratch doesn't support gifs.
So what function would do that I wonder.... I might poke at it later
We should look for a way to make the extension split the gif and upload the consecutive images to match TurboWarp's behavior. As of now, this is a bug that shouldn't happen as people would expect the block to upload the same way you normally do.