Minor bugfixes all around

This commit is contained in:
Anuken
2017-08-08 13:04:07 -04:00
parent eabdc3d27d
commit de22d72c51
7 changed files with 25 additions and 25 deletions

View File

@@ -135,13 +135,6 @@ public class Renderer{
Draw.color(valid ? Color.PURPLE : Color.SCARLET);
Draw.thickness(2f);
Draw.square(x, y, tilesize / 2 + MathUtils.sin(Timers.time() / 6f) + 1);
if(android){
//TODO
Draw.thickness(1f);
Draw.color(Color.ORANGE);
Draw.square(x + tilesize/2, y + tilesize/2, tilesize/4);
}
if(player.recipe.result.rotate){
Draw.color("orange");