Package de.zelosfan.framework.IO

Examples of de.zelosfan.framework.IO.ResourceLoader


    @Override
    public void create() {
        LogManager.DEFAULT_LOGLEVEL = Application.LOG_DEBUG;
        Gdx.app.setLogLevel(Application.LOG_DEBUG);

        resourceLoader = new ResourceLoader();
        resourceLoader.loadImagePackIntoTextureRegions("tiles.pack", textureRegionObjectMap);
        resourceLoader.loadImagePackIntoTextureRegions("pics.pack", textureRegionObjectMap);
        resourceLoader.loadImagePackIntoTextureRegions("ui.pack", textureRegionObjectMap);
        resourceLoader.loadImagePackIntoTextureRegions("entities.pack", textureRegionObjectMap);
        ResourceLoader.loadShaders("shader/", shaderProgramObjectMap);
View Full Code Here

TOP

Related Classes of de.zelosfan.framework.IO.ResourceLoader

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.