Package transientlibs.maps.container

Examples of transientlibs.maps.container.TiledMapGDXContainer


                    Log.info(fileList[x]);


                    //manager.load(fileList[x], TiledMap.class);

                    new TiledMapGDXContainer(fileList[x]);
                    Log.info("Map: " + fileList[x]);
                    mapLoader.loadMapCollisionInfo((TiledMapGDXContainer) Detonator.INSTANCE.mapProvider.getMap(fileList[x]));
                }

                //map = new TiledMapGDXContainer("map-test-aquamarine");
View Full Code Here

TOP

Related Classes of transientlibs.maps.container.TiledMapGDXContainer

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.