Examples of LuaMapWriter


Examples of de.yaams.extensions.basemap.tiled.plugins.lua.LuaMapWriter

    IconCache.addPNG(BaseMapPlugin.class, "map");

    // fill plugin array
    plugs = new ArrayList<MapWriter>();
    plugs.add(new JSONMapWriter());
    plugs.add(new LuaMapWriter());
    plugs.add(new MappyMapWriter());
    plugs.add(new TMWServerMapWriter());

    // register extenstions
    ExtentionManagement.add(MapHelper.SAVE, new IExtension() {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.