Package fr.raversoft.yllisanSkies.engine

Examples of fr.raversoft.yllisanSkies.engine.Map


        maps.add(i++, Resources.getMap("essai_01"));
        maps.add(i++, Resources.getMap("essai_02"));
    }
   
    public Map getMap(int map) throws SlickException {
        return new Map(maps.get(map));
    }
View Full Code Here

TOP

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

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.