Package tyrelion.character

Examples of tyrelion.character.Character


  public Player(int x, int y) throws SlickException{
    super(x, y, "player");

    shape = new Rectangle(x*48-20, y*48-10, 40, 40);
   
    character = new Character();
  }
View Full Code Here

TOP

Related Classes of tyrelion.character.Character

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.