OpenNotrium icon indicating copy to clipboard operation
OpenNotrium copied to clipboard

Moving through walls

Open nsajko opened this issue 10 years ago • 1 comments

It's possible to push the Hermit out of the house with the fire extinguisher, which could be quite off-putting to new players. Although I think that's probably very hard to fix.

nsajko avatar Nov 06 '14 22:11 nsajko

That's because object collision is tested per-frame, the issue exists in the original Notrium too. Extremely fast moves can make objects "hop" through solid objects, and this becomes easier if the game isn't running smoothly due to the lack of performance.

It may not be so easy to fix, but it sure would be great.

Enet4 avatar Nov 08 '14 16:11 Enet4