ruffle icon indicating copy to clipboard operation
ruffle copied to clipboard

web: Super Adventure Pals - game scene bugged

Open desertking opened this issue 3 years ago • 3 comments

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

desertking avatar Aug 25 '21 09:08 desertking

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.

torokati44 avatar Aug 25 '21 11:08 torokati44

Related to #290.

relrelb avatar Sep 07 '21 22:09 relrelb

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.

image

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.

image

Sonikkustar avatar Sep 13 '22 22:09 Sonikkustar

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.

Lord-McSweeney avatar Jan 18 '23 02:01 Lord-McSweeney

The ground for the tutorial still doesn't render.

Lord-McSweeney avatar Jun 13 '23 00:06 Lord-McSweeney

Closing since the original issue is fixed. The ground rendering issue can be tracked in #13986.

n0samu avatar Dec 08 '23 01:12 n0samu