v0.4.0: reworked enchants

This commit is contained in:
Evan Debenham
2016-06-03 21:47:36 -04:00
parent d18417f447
commit e3a3428f97
28 changed files with 309 additions and 116 deletions
@@ -261,8 +261,6 @@ public class ItemSprite extends MovieClip {
public static class Glowing {
public static final Glowing WHITE = new Glowing( 0xFFFFFF, 0.6f );
public int color;
public float red;
public float green;