amethyst / amethyst/rustrogueliketutorial
Player is not BlocksTile
Offen
- Vorherrschende Sprache
- Rust
- Sterne
- 970
- Forks
- 166
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.