Added a long list of content
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user