Package it.timehero.object

Examples of it.timehero.object.OggettoGenerico.draw()


    g.translate(400 - (int) (gigi.getX() * 32)300 - (int) (gigi.getY() * 32));

    // draw objects
    for (int i = 0; i < world.getOggettiSize(); i++) {
      OggettoGenerico og = ((OggettoGenerico)world.getOggetto(i));
      og.draw(g);
    }
   
    // remove actors with hit points < 0
    world.removeDeadActors();

View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.