Revision 406c2fa5
Added by Leszek Koltunski almost 2 years ago
| src/main/java/org/distorted/config/ConfigScreenPane.java | ||
|---|---|---|
| 23 | 23 |
public static final int DEFAULT_BORDERS = 2; |
| 24 | 24 |
public static final int DEFAULT_CORNERS = 2; |
| 25 | 25 |
|
| 26 |
public static final float[] BORDER_STEPS = { 0.0f, 0.5f, 1.0f, 1.5f, 2.0f };
|
|
| 27 |
public static final float[] CORNER_STEPS = { 0.0f, 0.5f, 1.0f, 1.5f, 2.0f };
|
|
| 26 |
public static final float[] BORDER_STEPS = { 0.50f, 0.75f, 1.00f, 1.50f, 2.00f };
|
|
| 27 |
public static final float[] CORNER_STEPS = { 0.00f, 0.50f, 1.00f, 1.50f, 2.00f };
|
|
| 28 | 28 |
|
| 29 | 29 |
private static final float PADDING_RATIO = 0.016f; |
| 30 | 30 |
private static final float TEXT_RATIO = 0.025f; |
Also available in: Unified diff
some more corrections for the adjustable stickers.