Added a long list of content

This commit is contained in:
Anuken
2017-09-17 23:19:54 -04:00
parent 0e8204b243
commit 1b870da997
107 changed files with 833 additions and 544 deletions

View File

@@ -78,7 +78,7 @@ public class AndroidInput extends InputAdapter{
return; //just in case
tile.setBlock(player.recipe.result);
tile.rotation = player.rotation;
tile.rotation = (byte)player.rotation;
Effects.effect("place", tilex*tilesize, tiley*tilesize);
Effects.shake(2f, 2f);

View File

@@ -53,7 +53,7 @@ public class Input{
return; //just in case
tile.setBlock(player.recipe.result);
tile.rotation = player.rotation;
tile.rotation = (byte)player.rotation;
Effects.effect("place", World.roundx(), World.roundy());
Effects.shake(2f, 2f);