added player life display
This commit is contained in:
@@ -28,6 +28,10 @@ public class Entity {
|
||||
String[] dialogue = new String[20];
|
||||
int dialogueIndex = 0;
|
||||
|
||||
// CHARACTER STATUS
|
||||
public int maxLife;
|
||||
public int life;
|
||||
|
||||
public Entity(GamePanel panel) {
|
||||
this.panel = panel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user