Block a user
MiauRizius
renamed repository from 2026-02-20 20:27:22 +01:00
shap-planner to MiauRizius/shap-planner-android
declare arraylists as list for simplification and better switching of datastructures
saved player inventory cannot be restored
monster attack missing iTile collision
just adding
if(panel.collisionH.checkEntity(this, panel.iTile[panel.currentMap.getIndex()]) == 999) return;
should do it
monster attack missing iTile collision
if(type == EntityType.MONSTER) if(panel.collisionH.checkPlayer(this)) damagePlayer(attack); |
i think this is the line where to add a…