Mooses2k / SecretHistories

First-person stealth/combat roguelite
Other
14 stars 11 forks source link

Crouch no longer properly checking if there's space to stand #614

Open Mooses2k opened 5 months ago

Mooses2k commented 5 months ago

During character rewrite:

crouch is currently allowing standing through collision shapes - code is a mess

Maybe fix by replacing with https://github.com/scipioceaser/Godot-Thief-Controller/blob/master/addons/thief_controller/scripts/player/player.gd stuff

(add lean at same time, from that code)