Changed 'max power' to 'base power', re-scaled display stats of fuel

This commit is contained in:
Anuken
2018-10-19 09:31:33 -04:00
parent 74cf91f99e
commit ed28af7c73
9 changed files with 18 additions and 21 deletions

View File

@@ -271,9 +271,7 @@ public abstract class InputHandler extends InputAdapter{
&& tile.block() == Blocks.air && player.distanceTo(tile.worldx(), tile.worldy()) <= Player.mineDistance;
}
/**
* Returns the tile at the specified MOUSE coordinates.
*/
/**Returns the tile at the specified MOUSE coordinates.*/
Tile tileAt(float x, float y){
return world.tile(tileX(x), tileY(y));
}