jotego / jtcores

FPGA cores compatible with multiple arcade game machines and KiCAD schematics of arcade games. Working on MiSTer FPGA/Analogue Pocket
https://patreon.com/jotego
GNU General Public License v3.0
240 stars 41 forks source link

xmen: review items #765

Closed jotego closed 4 weeks ago

jotego commented 3 months ago

Feedback from toya

Toryalai1 commented 3 months ago

I had a look into what the button names are: Attack Jump Mutant Power

image

jotego commented 3 months ago

thanks

rp-jt commented 1 month ago

I leave here two more review items for xmen:

rp-jt commented 1 month ago

The priority problem with the shadows between objects can be observed in scene 8: 8

In this picture, we can see three types of shadows:

What's happening here is the following:

The proposal in #810 does not work to fix this, since both order and priority are completely reversed, leading to the same result for this.

Maybe it can be solved by allowing the transparent pixels only carrying shadow info to be overwritten

jotego commented 1 month ago

when enemies appear from the bottom, a few lines might be missing. Added scene 11 to check this.

frame_00002

rp-jt commented 4 weeks ago

Commit 3127b5b fixed remaining issues related to shadow priority

Since all the points mentioned above have been solved, I am going to close this issue