v1.2.0: implemented full and mixed UI modes, in addition to mobile
This commit is contained in:
@@ -57,11 +57,7 @@ public class Scene extends Group {
|
||||
public void onResume(){
|
||||
|
||||
}
|
||||
|
||||
public static boolean landscape(){
|
||||
return Game.width > Game.height;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void update() {
|
||||
super.update();
|
||||
|
||||
Reference in New Issue
Block a user