Icon cleanup
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user