예제 #1
0
  public Atlas(SmartTexture tx) {

    this.tx = tx;
    tx.atlas = this;

    namedFrames = new HashMap<Object, RectF>();
  }