mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 14:01:03 -08:00
More plugin customization / Renamed Rectangle
This commit is contained in:
parent
6080a7e4bc
commit
d6d6dc29dc
35 changed files with 166 additions and 90 deletions
|
|
@ -44,7 +44,7 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
|
|||
/** Maximum line length. */
|
||||
final static int maxLength = 100;
|
||||
final static Vec2 stackTrns = new Vec2();
|
||||
final static Rectangle r1 = new Rectangle(), r2 = new Rectangle();
|
||||
final static Rect r1 = new Rect(), r2 = new Rect();
|
||||
/** Distance on the back from where items originate. */
|
||||
final static float backTrns = 3f;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue