Final tutorial fixes

This commit is contained in:
Anuken
2018-09-24 22:56:48 -04:00
parent 5354e02b6f
commit af86564adc
11 changed files with 31 additions and 26 deletions

View File

@@ -206,6 +206,10 @@ public class DesktopInput extends InputHandler{
return;
}
if(Inputs.keyTap(section, "deselect")){
player.setMineTile(null);
}
if(!ui.hasMouse()){
if(Inputs.keyTap(section, "select")){
if(isPlacing()){