make heart collectable

This commit is contained in:
2025-12-07 00:44:56 +01:00
parent 54458293ba
commit 6254eb2501
6 changed files with 63 additions and 15 deletions

View File

@@ -7,6 +7,7 @@ public enum EntityType {
MONSTER,
ITEM,
WORLD,
PICKUP,
PROJECTILE,
WEAPON,
SHIELD;