V0.2.0: Implemented artifact level display

This commit is contained in:
Evan Debenham
2014-08-30 19:30:35 -04:00
parent 4721a9476c
commit 9034325963
4 changed files with 43 additions and 15 deletions
@@ -20,6 +20,7 @@ public class ChaliceOfBlood extends Artifact {
name = "Chalice of Blood";
image = ItemSpriteSheet.ARTIFACT_CHALICE;
level = 0;
levelCap = 8;
//charge & chargecap are unused
}