ruffle-rs / ruffle

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

Mario Bros. In Pipe Panic! - Coins displaying incorrectly #12360

Open skiesofravens opened 1 year ago

skiesofravens commented 1 year ago

Describe the bug

http://www.flashpacman.info/pacman-mario-bros-pipe-panic.php

During gameplay, coins have a much larger border to them and their detail is lost.

ruffle_xkelFykDkT

Expected behavior

flashplayer_32_sa_PLr5635JBw

Affected platform

Desktop app

Operating system

Windows 10 22H2

Browser

No response

Additional information

Occurs on both 2023-07-26 Nightly Standalone and Extension (Firefox 115.0.2) versions.

n0samu commented 1 year ago

This is another instance of #7369. The problem can be avoided in web builds of Ruffle by using the Canvas renderer. You can set the "preferred renderer" to Canvas2D in the Ruffle extension options, then open the SWF file directly. (But make sure to switch it back for other games, because the Canvas renderer does not support blend modes, filters or bitmap drawing!)