refactor entity behavior and enhance monster chasing logic

This commit is contained in:
2025-12-13 19:09:05 +01:00
parent 9263626ca2
commit d092a39115
4 changed files with 65 additions and 35 deletions

View File

@@ -41,6 +41,7 @@ public class MiniMap extends TileManager {
col = 0;
row++;
}
g2.dispose();
}
}