Add to TODO

This commit is contained in:
Anuken
2017-12-26 00:28:13 -05:00
parent 560ab4d379
commit 00d781dadd
7 changed files with 52 additions and 37 deletions

View File

@@ -133,6 +133,8 @@ public class BlocksFragment implements Fragment{
get().marginLeft(0f);
get().marginRight(0f);
end();
}}.right().bottom().uniformX();

View File

@@ -23,19 +23,6 @@ public class PlacementFragment implements Fragment{
visible(()->player.recipe != null && !GameState.is(State.menu));
abottom();
aleft();
/*
Image image = new Image("icon-arrow");
image.update(() -> {
image.setRotation(player.rotation*90);
image.setOrigin(Align.center);
});
new table("pane"){{
visible(() -> player.recipe != null && player.recipe.result.rotate);
add(image).size(40f);
}}.size(54f).end();
row();*/
new table(){{
touchable(Touchable.enabled);