25262728293031
* {@link AbstractState#AbstractState(ApplicationContext)} */ public GameState(ApplicationContext context) { super(context); this.bi = new BufferedImage(EscapeIR.WIDTH, EscapeIR.HEIGHT, BufferedImage.TYPE_INT_RGB); GameState.level = new Earth(); }