public void render(Graphics g) { camera.centerOnPlayer(player); map.render(g); player.render(g); statusView.render(g); }