v0.3.5: fixed a bug with new seal speck particles

This commit is contained in:
Evan Debenham
2016-04-18 16:01:36 -04:00
parent 371bf9b58f
commit b4d78ada9d
2 changed files with 9 additions and 13 deletions
@@ -306,7 +306,7 @@ public class Armor extends EquipableItem {
Emitter emitter = new Emitter();
emitter.pos(10f, 6f);
emitter.fillTarget = false;
emitter.pour(Speck.factory( Speck.LIGHT, 0xFFCC0000 ), 0.6f);
emitter.pour(Speck.factory( Speck.RED_LIGHT ), 0.6f);
return emitter;
}