v0.8.0: added window size/fullscreen support to desktop, refactored landscape code
This commit is contained in:
@@ -62,6 +62,10 @@ public class Scene extends Group {
|
||||
|
||||
}
|
||||
|
||||
public static boolean landscape(){
|
||||
return Game.width > Game.height;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void update() {
|
||||
super.update();
|
||||
|
||||
Reference in New Issue
Block a user