libretro / nxengine-libretro

Port of NxEngine to the libretro API. NXEngine is a Cave Story game engine clone
85 stars 90 forks source link

When drowning quote sinks to the bottom #6

Open BlackLotus opened 11 years ago

BlackLotus commented 11 years ago

Normally Quotes body levitates where he died in the nxengine it's renderd on the bottom.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/29821179-when-drowning-quote-sinks-to-the-bottom?utm_campaign=plugin&utm_content=tracker%2F387237&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F387237&utm_medium=issues&utm_source=github).
isage commented 6 years ago

That happens when player faces right, due to drowned sprite being spawned as OBJ_NONE. OBJ_NONE ai, in turn, places object on tile boundary when object faces right. https://github.com/isage/nxengine-evo/commit/6406a6b7f49d7a3ce3154a21e444cad8013f5277 this disables OBJ_NONE ai from running.

andres-asm commented 6 years ago

man I would like to rebase on your fork :p but it's quite difficult...

crocket commented 2 years ago

I just watched a long gameplay video of the windows version, and I didn't see quote floating on a body of water in the video.

Can I see a screenshot?