amethyst / amethyst/rustrogueliketutorial
Player is not BlocksTile
Abierto
- Lenguaje dominante
- Rust
- Estrellas
- 970
- Forks
- 166
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.