amethyst / amethyst/rustrogueliketutorial
Player is not BlocksTile
Đang mở
- Ngôn ngữ chính
- Rust
- Star
- 970
- Fork
- 166
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Player entity should have `BlocksTile`. Without it, `bystander_ai` is allowed to walk onto the Player position.
Unfortunately adding `BlocksTile` component to player breaks `monster_ai`, as the A* algorithm approaching the Player will not be allowed to enter Player's position and finish the search. So, monsters just stand still.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.