mgerhardy / caveexpress

CaveExpress is a classic 2D platformer with physics-based gameplay and dozens of levels. CavePacker is a Sokoban game.
http://www.caveproductions.org/
Other
144 stars 20 forks source link

CAVEEXPRESS: msvc damage detection is way too high. #59

Closed mgerhardy closed 8 years ago

mgerhardy commented 8 years ago

Even a normal and soft landing would produce damage on the player. See Player::onPreSolve

mgerhardy commented 8 years ago

maybe the damage threshold loading is not working: defaultdamagethreshold (config var)

mgerhardy commented 8 years ago

wrong damage threshold was set in the config vars. fixed