amethyst / amethyst/rustrogueliketutorial

Player is not BlocksTile

Aberta
#146 1 comentário 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Rust
Estrelas
970
Forks
166
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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.

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.