v0.3.1: implemented a new toolbar UI including more minimum resolution width, options for up to 4 quickslots, and ui flip support.

This commit is contained in:
Evan Debenham
2015-06-25 00:00:37 -04:00
committed by Evan Debenham
parent 107033eb62
commit 179935fb87
6 changed files with 149 additions and 87 deletions
@@ -42,7 +42,7 @@ import com.watabou.utils.BitmapCache;
public class PixelScene extends Scene {
// Minimum virtual display size for portrait orientation
public static final float MIN_WIDTH_P = 128;
public static final float MIN_WIDTH_P = 144;
public static final float MIN_HEIGHT_P = 224;
// Minimum virtual display size for landscape orientation