Tech tree rendering + layout

This commit is contained in:
Anuken
2019-01-19 00:26:39 -05:00
parent 4ff1d0c2e1
commit 49253964d8
11 changed files with 1036 additions and 549 deletions

View File

@@ -301,11 +301,6 @@ public class DesktopInput extends InputHandler{
return !controlling ? Core.input.mouseY() : controly;
}
@Override
public boolean isCursorVisible(){
return controlling;
}
@Override
public void updateController(){