Raise d-pad and buttons slightly further from the analog sticks

This commit is contained in:
Cameron Gutman 2016-01-19 16:33:00 -05:00
parent 6a54d669a3
commit b8a0a823e0

View File

@ -139,7 +139,7 @@ public class VirtualControllerConfigurationLoader {
}
private static final int BUTTON_BASE_X = 65;
private static final int BUTTON_BASE_Y = 10;
private static final int BUTTON_BASE_Y = 5;
private static final int BUTTON_WIDTH = getPercent(30, 33);
private static final int BUTTON_HEIGHT = getPercent(40, 33);