Package com.runright

Examples of com.runright.Player


    }

    @Override
    public void init(GameContainer gc) throws SlickException {
        map = new TiledMap("resources/maps/test3.tmx");
        player = new Player("resources/dirt.png", 50, 50);
        System.out.println(map.getTileId(10,10,0));
        x = 100;
    }
View Full Code Here

TOP

Related Classes of com.runright.Player

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.