public void setMtx(Matrix4 mtx) {
   mySpriteBatch.setProjectionMatrix(mtx);
 }