v1.2.0: implemented full and mixed UI modes, in addition to mobile

This commit is contained in:
Evan Debenham
2022-01-28 16:03:30 -05:00
parent bd79f96630
commit fbbad24e67
8 changed files with 248 additions and 94 deletions

View File

@@ -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();