• Register
Post news Report RSS Ani-Monsters "Making A Monster"

code for making a monster in the new java game. super simple.

Posted by on

Hello Players,

Long time no see? well all i have today is some code.

/**
 *
 * @author Botifier
 */
public class MonsterTutorial extends Monster {
    public MonsterTutorial() {
        //super("MonsterName", int hp, int atk, int def);
        super("tutorial", 0, 0, 0);
    }
}

this is the code to making a monster...

I hope i can release a test soon!

~botifier

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: