Package net.myexperiments.viciouscycle.model

Examples of net.myexperiments.viciouscycle.model.Dragon


    env.placeFGTile(x, y, monsterSprites[number]);

    switch (tp) {

    case DRAGON:
      Dragon dr = new Dragon(gos.world, this, name, number);
      break;
    case MONSTER:
      Monster mn = new Monster(gos.world, this, name, number);
      break;
    }
View Full Code Here

TOP

Related Classes of net.myexperiments.viciouscycle.model.Dragon

Copyright © 2018 www.massapicom. 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.