v0.3.0: added Ethereal Chains

This commit is contained in:
Evan Debenham
2015-05-25 02:16:15 -04:00
parent fc6d1f128b
commit febcd8d840
6 changed files with 293 additions and 5 deletions
@@ -27,6 +27,7 @@ public class Effects {
LIGHTNING,
WOUND,
EXCLAMATION,
CHAIN,
DEATH_RAY,
LIGHT_RAY,
HEALTH_RAY
@@ -47,6 +48,9 @@ public class Effects {
case EXCLAMATION:
icon.frame(icon.texture.uvRect(0, 16, 6, 25));
break;
case CHAIN:
icon.frame(icon.texture.uvRect(6, 16, 11, 22));
break;
case DEATH_RAY:
icon.frame(icon.texture.uvRect(16, 16, 32, 24));
break;