Examples of ExportAtlasAction


Examples of ru.snake.spritepacker.actions.save.ExportAtlasAction

    actionMap.put(IMPORT_ANIMATION,
        new ImportAnimationAction(this, factory));
    actionMap.put(IMPORT_TEXTURE, new ImportTextureAction(this, factory));
    actionMap.put(IMPORT_TILED_TEXTURE, new ImportTiledTextureAction(this,
        factory));
    actionMap.put(EXPORT_ATLAS, new ExportAtlasAction(this, factory));
    actionMap.put(EXPORT_PROJECT, new ExportProjectAction(this, factory));
    actionMap.put(EXPORT_ANIMATION,
        new ExportAnimationAction(this, factory));
    actionMap.put(EXIT_APPLICATION, new ExitApplicationAction(this));
    actionMap.put(CREATE_ANIMATION, new CreateAnimationAction(factory));
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.