public class UI
extends Object
Class that draws our UI.
-
Method Summary
void
void
exp(int exp,
int level,
float x,
float y)
void
healthBar(float x,
float y,
int health,
int maxHealth)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
healthBar
public void healthBar(float x,
float y,
int health,
int maxHealth)
-
exp
public void exp(int exp,
int level,
float x,
float y)
-