Esempio n. 1
0
 void drawTools(SpriteBatch batch) {
   tools.draw(batch);
   tools.update();
   tools.changeTool();
   tools.direction();
 }