mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 14:01:03 -08:00
Commander unit component
This commit is contained in:
parent
dce8b8faa1
commit
cb6920b8be
12 changed files with 207 additions and 59 deletions
|
|
@ -44,6 +44,7 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
|
|||
final static int maxLength = 100;
|
||||
final static Vec2 stackTrns = new Vec2();
|
||||
final static Rect r1 = new Rect(), r2 = new Rect();
|
||||
final static Array<Unitc> units = new Array<>();
|
||||
/** Distance on the back from where items originate. */
|
||||
final static float backTrns = 3f;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue