Added LaserTurret block, minor improvements

This commit is contained in:
Anuken
2017-09-18 21:33:46 -04:00
parent 1b870da997
commit 537641c8a3
24 changed files with 147 additions and 40 deletions

View File

@@ -15,4 +15,16 @@ public class Mindustry extends ModuleCore {
public void postInit(){
Vars.control.reset();
}
@Override
public void render(){
try{
super.render();
}catch (RuntimeException e){
//TODO
//Gdx.app.getClipboard().setContents(e.getMessage());
throw e;
}
}
}