ruffle
ruffle copied to clipboard
web: Super Adventure Pals - game scene bugged
Hey,
another game which is not running perfectly. Ingame lots of graphics and stuff is missing.
https://www.newgrounds.com/portal/view/600197?emulate=flash
Bests
This game uses BitmapData.draw()
, which is not yet implemented. This is a reasonable explanation for the missing graphics.
Unfortunately at this time I'm not able to test my in-progress work on it to see if it helps with this.
Related to #290.
Graphics seem to load up on my end. Not sure what the extent to the graphical glitches there are here so more testing might be needed.
Version Used ruffle-nightly-2022-09-10-windows-x86-64
It looks like NG is using an outdated version of ruffle? Seems like the graphical glitches only happen on the site.
BitmapData.draw
now works on web with wgpu-webgl, but there are still collision problems and some objects are not drawn. Additionally, entering the main world (view levels) screen presents major lag.
The ground for the tutorial still doesn't render.
Closing since the original issue is fixed. The ground rendering issue can be tracked in #13986.