예제 #1
0
 public void onInit(int row, int colum, float x, float y, float width, float height)
 {
     grid = Grid.Grid.getInst();
     grid.onInit(new Vector2(x, y), row, colum, width, height);
 }