@Override
public void init() {
getDefView().setBounds(0, 0, 2000, 2000);
BackgroundActor bg = new BackgroundActor("resource/grass.png");
bg.setWidth(2020);
bg.setHeight(2020);
//add(bg, 0);
// int map[][]={
// {-1,-1,1,-1,1,2,-1,3,3,4,1,1,1,0,5,6,5,5,7},
// {-1,1,-1,-1,1,2,-1,-1,3,11,-1,-1,-1,0,5,6,5,5,7},
// {-1,1,3,-1,1,2,-1,3,7,10,1,1,1,0,5,6,5,5,-1},