amethyst / amethyst/rustrogueliketutorial
Teleporting Enemies Block Tiles
Abierto
- Lenguaje dominante
- Rust
- Estrellas
- 970
- Forks
- 166
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Currently, enemies that teleport are moved using the spatial system (until the next turn, at least, when their position is removed and the map indexing system no longer includes them). They should probably be removed from the spatial map instead, since they're no longer present on the map.
Additionally, in 5.25 multi-tiled enemies aren't handled by the move system or death system. Since those interact with the Spatial Map, they should probably also be updated.
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.