ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
15.61k stars 809 forks source link

Some graphic effects appear as black shapes in "Robotic Unicorn Attack" #1940

Closed JayFoxRox closed 1 year ago

JayFoxRox commented 3 years ago

Game can be found here: https://www.crazygames.com/game/robot-unicorn-attack (broken music, see #1939) and https://unicorn.jocke.no/

During jump: Broken jump

During dash: Broken dash

(The green round shape should probably be blurred, but I believe this is a separate bug - either in ruffle or the game itself)

Reference videos of how it should look can be found on YouTube: https://www.youtube.com/watch?v=-n-GvhmSMnU


I assume the broken effect is supposed to make the colors more saturated; potentially a multiplication; maybe some some blur?

Probably related to #58 or similar.

Lord-McSweeney commented 1 year ago

I cannot reproduce this issue anymore, not even on old builds on https://ruffle-regressions.github.io (dating back to January 2022).

JayFoxRox commented 1 year ago

Yes. Appears to be fixed.

Closed.