Advanced-Movement-System-Godot
Advanced-Movement-System-Godot copied to clipboard
add walking on stairs (animation and script)
- [x] script
- [ ] animations
most games don't do walking on the stairs right, they just make a flat collision so the character looks like sliding on the stairs instead of walking on them (even with IK it won't look very natural)
I will try to add a system to detect stairs and walk naturally on them.
- [x] script
- [ ] animations