Changed layout structure

This commit is contained in:
Anuken
2019-07-02 18:40:39 -04:00
parent 3a2f73a176
commit 79ab2d122d
8 changed files with 57 additions and 85 deletions

View File

@@ -42,7 +42,7 @@ public abstract class InputHandler implements InputProcessor{
/** Distance on the back from where items originate. */
final static float backTrns = 3f;
public final OverlayFragment frag = new OverlayFragment(this);
public final OverlayFragment frag = new OverlayFragment();
public Block block;
public int rotation;