Plastanium laser blocking

This commit is contained in:
Anuken
2020-06-06 17:15:08 -04:00
parent 182d8e2daf
commit b4cecbc3b9
4 changed files with 30 additions and 5 deletions
+2 -1
View File
@@ -884,8 +884,9 @@ public class Fx{
lancerLaserShootSmoke = new Effect(26f, e -> {
color(Color.white);
float length = e.data == null ? 70f : (Float)e.data;
randLenVectors(e.id, 7, 70f, e.rotation, 0f, (x, y) -> {
randLenVectors(e.id, 7, length, e.rotation, 0f, (x, y) -> {
lineAngle(e.x + x, e.y + y, Mathf.angle(x, y), e.fout() * 9f);
});