mspraggs / potentia

Southampton Game Jam 2015
0 stars 0 forks source link

Crushing is trigger-happy #39

Closed DivFord closed 9 years ago

DivFord commented 9 years ago

You can die if you jump while running into a wall...

Fyll commented 9 years ago

Yeah. Crushing is a very odd thing. It has to distinguish between you bumping into a wall, and a block squishing you against a wall. It's clearly not perfect yet, so I'll try to sort it out tomorrow.

Fyll commented 9 years ago

Okay. The current version should be fixed (I tried spasming out against the wall and corners, and didn't die, then stood under a falling block and died, so it seems good to me).

DivFord commented 9 years ago

This is still a problem with crates (so presumably props in general).

Fyll commented 9 years ago

Actually, it was a fiddly thing left over from the code that stopped the Player from pushing things around. This meant that you could wriggle your way inside props, which, combined with the code that was later added to make you die when you were inside of a block (for ice), resulted in what I think you were seeing.

I'm closing this again, as I'm pretty sure it's fixed properly this time.