Icon cleanup

This commit is contained in:
Anuken
2020-11-05 22:05:32 -05:00
parent 83bc5bbc60
commit ad3ce9fb14
24 changed files with 959 additions and 575 deletions

View File

@@ -205,7 +205,7 @@ public class MobileInput extends InputHandler implements GestureListener{
boolean arrow = block != null && block.rotate;
i.getImage().setRotationOrigin(!arrow ? 0 : rotation * 90, Align.center);
i.getStyle().imageUp = arrow ? Icon.right : Icon.paste;
i.getStyle().imageUp = arrow ? Icon.right : Icon.copy;
i.setChecked(!arrow && schematicMode);
});