Package fr.raversoft.yllisanSkies.data

Examples of fr.raversoft.yllisanSkies.data.Maps


    @Override
    public void init(GameContainer container) throws SlickException {
        container.setVSync(true);
        container.setTargetFrameRate(ECRAN_FPS);
        container.setShowFPS(false);
        maps = new Maps();
        try {
            textes.load(Resources.getText(langue));
        } catch (IOException ex) {
            Logger.getLogger(Jeu.class.getName()).log(Level.SEVERE, null, ex);
        }
View Full Code Here


        Hero.creerHeros();
        party.addHero(Hero.getHeros("Cyril"));
        party.addHero(Hero.getHeros("Max"));
        party.addHero(Hero.getHeros("Yuna"));
        party.addHero(Hero.getHeros("Leonard"));
        maps = new Maps();
    }
View Full Code Here

TOP

Related Classes of fr.raversoft.yllisanSkies.data.Maps

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.