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:
committed by
Evan Debenham
parent
107033eb62
commit
179935fb87
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user