This commit is contained in:
Anuken
2020-06-08 10:03:46 -04:00
parent 36ce04e8f0
commit 5869b7d27e
9 changed files with 112 additions and 54 deletions

View File

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