Menacing / unnamed-extraction-shooter-roguelike

MIT License
2 stars 0 forks source link

guard room chair lets you get stuck and die #333

Closed Menacing closed 1 week ago

Menacing commented 1 week ago

Updated falling state to allow you to move laterally.

Updated fall damage to use real velocity, not the pseudo timer variable

TODO:

Menacing commented 1 week ago

Godot 4.4 might include a better solution for multiple nav regions

https://github.com/godotengine/godot-proposals/issues/5542

Otherwise we're supposed to do this:

https://docs.godotengine.org/en/latest/tutorials/navigation/navigation_different_actor_types.html