This commit is contained in:
Anuken
2020-06-08 10:46:19 -04:00
parent 5869b7d27e
commit 4537c4ea57
8 changed files with 48 additions and 57 deletions

View File

@@ -5,4 +5,6 @@ import arc.math.geom.*;
public class Leg{
public final Vec2 joint = new Vec2(), base = new Vec2();
public int group;
public boolean moving;
public float stage;
}