make heart collectable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user