Unit gun tweaks

This commit is contained in:
Anuken
2019-02-05 19:05:41 -05:00
parent 20529d3ebc
commit 6217ae78e3
9 changed files with 1413 additions and 1422 deletions
@@ -676,16 +676,6 @@ public class MobileInput extends InputHandler implements GestureListener{
return true;
}
@Override
public boolean touchDown(float x, float y, int pointer, KeyCode button){
return false;
}
@Override
public boolean fling(float velocityX, float velocityY, KeyCode button){
return false;
}
//endregion
class PlaceRequest{