Package ru.snake.spritepacker.actions.load

Examples of ru.snake.spritepacker.actions.load.ImportTiledTextureAction


    actionMap
        .put(SETTINGS_APPLICATION, new ApplicationSettingsAction(this));
    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));
View Full Code Here

TOP

Related Classes of ru.snake.spritepacker.actions.load.ImportTiledTextureAction

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.