This commit is contained in:
Anuken
2020-02-10 15:51:01 -05:00
parent 86d5842868
commit 47023af3d5
4 changed files with 6 additions and 351 deletions

View File

@@ -159,7 +159,7 @@ public class DesktopInput extends InputHandler{
if(unit != null){
unit.hitbox(Tmp.r1);
if(Tmp.r1.contains(Core.input.mouseWorld())){
player.unit(unit);
//player.unit(unit);
}
}
}