Two movement controller?
We have `src/game/movement.rs` code that records movement intent an a system that applies movement.
Then there is a another movement code in `src/game/grid/mod.rs`
There should only be one, I expect it to be in movement.rs, not in a grid module
关闭于 2024-07-25 0 条评论