v0.8.0: added window size/fullscreen support to desktop, refactored landscape code

This commit is contained in:
Evan Debenham
2019-10-29 13:04:14 -04:00
parent f038bde5cc
commit b88036da0b
27 changed files with 182 additions and 85 deletions

View File

@@ -62,6 +62,10 @@ public class Scene extends Group {
}
public static boolean landscape(){
return Game.width > Game.height;
}
@Override
public void update() {
super.update();