more legs

This commit is contained in:
Anuken
2020-05-25 22:19:31 -04:00
parent 60684b4ef9
commit 39e3ae931c
12 changed files with 754 additions and 605 deletions

View File

@@ -0,0 +1,8 @@
package mindustry.entities;
import arc.math.geom.*;
public class Leg{
public final Vec2 joint = new Vec2(), base = new Vec2(), target = new Vec2();
public boolean moving = false;
}