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

@@ -72,6 +72,7 @@ public class Entity {
public int defenseValue;
public String description;
public int useCost;
public int value;
public Entity(GamePanel panel) {
this.panel = panel;