RedPawn
RedPawn
I've been wanting to contribute to this project for a while, but I was never sure how. Would you be interested in Rust Doc Comment contributions? I believe it will...
Currently, you navigate and organize your library via file system layout. This is perfectly fine, but it would be nice to have the option to organize and view your library...
Should we incorporate the source engine's bounce coefficient as a user modifiable value? _Originally posted by @Zrocket in https://github.com/qhdwight/bevy_fps_controller/issues/31#issuecomment-1890158806_
I think I finally figured it out. Your choice to subtract toi from the Y velocity only at ground tick 1 was messing with later gravity calculations. From my testing,...
I decided to create a new issue to discuss how to properly implement surfing. I created a modified version of the example map to test with. Furthermore, I've found that...
I'm about to implement a basic ladder system in my game, and I wanted to know if it you want to extend this repo's functionality to include it?