v2.2.0: fixed red crystal wisps shooting green rays of light
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ public abstract class CrystalWispSprite extends MobSprite {
|
|||||||
light.alpha(0.3f);
|
light.alpha(0.3f);
|
||||||
((CrystalWisp)ch).onZapComplete();
|
((CrystalWisp)ch).onZapComplete();
|
||||||
Beam ray = new Beam.LightRay(center(), DungeonTilemap.raisedTileCenterToWorld(cell));
|
Beam ray = new Beam.LightRay(center(), DungeonTilemap.raisedTileCenterToWorld(cell));
|
||||||
ray.hardlight(blood());
|
ray.hardlight(blood() & 0x00FFFFFF);
|
||||||
parent.add( ray );
|
parent.add( ray );
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user