Saving/loading of game state done

This commit is contained in:
Anuken
2017-08-07 15:09:01 -04:00
parent 53b812dde4
commit 3c9cc97400
15 changed files with 383 additions and 38 deletions

View File

@@ -135,6 +135,13 @@ 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");