It works, but badly

This commit is contained in:
Anuken
2023-11-06 22:51:47 -05:00
parent cfb0ea1c8c
commit d6d9a52ef9
2 changed files with 140 additions and 30 deletions

View File

@@ -2584,7 +2584,7 @@ public class Fx{
if(!(e.data instanceof Vec2[] vec)) return;
Draw.color(e.color);
Lines.stroke(1f);
Lines.stroke(2f);
if(vec.length == 2){
Lines.line(vec[0].x, vec[0].y, vec[1].x, vec[1].y);