Bullet parts / Improved clipping in #7282

This commit is contained in:
Anuken
2022-10-04 15:58:40 -04:00
parent f2894ff38d
commit ca4f710ec2
4 changed files with 18 additions and 33 deletions

View File

@@ -9,7 +9,7 @@ import arc.util.*;
public class Trail{
public int length;
protected final FloatSeq points;
protected FloatSeq points;
protected float lastX = -1, lastY = -1, lastAngle = -1, counter = 0f, lastW = 0f;
public Trail(int length){