Package fr.raversoft.yllisanSkies.engine

Examples of fr.raversoft.yllisanSkies.engine.Camera


        return 1;
    }

    private void load() throws SlickException, IOException {
        mainGame.map_actual = mainGame.maps.getMap(Maps.FORET_DES_ESPOIRS_1);
        mainGame.camera = new Camera(mainGame, mainGame.screen, mainGame.map_actual, 2 * 32, 20 * 32, Direction.Droite);
        mainGame.music.play(MusicList.HOPE_FOREST, 0.5f);
        loaded = true;
    }
View Full Code Here

TOP

Related Classes of fr.raversoft.yllisanSkies.engine.Camera

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.