Package ru.snake.spritepacker.actions.sprite

Examples of ru.snake.spritepacker.actions.sprite.RenameSpriteAction


    actionMap.put(OFFSET_ANIMATION,
        new OffsetAnimationAction(this, factory));
    actionMap.put(CENTER_ANIMATION,
        new CenterAnimationAction(this, factory));
    actionMap.put(CREATE_SPRITE, new CreateSpriteAction(this, factory));
    actionMap.put(RENAME_SPRITE, new RenameSpriteAction(this, factory));
    actionMap
        .put(SPRITE_TEXTURE, new SetSpriteTextureAction(this, factory));
    actionMap.put(MOVE_SPRITE_UP, new MoveSpriteUpAction(this, factory));
    actionMap
        .put(MOVE_SPRITE_DOWN, new MoveSpriteDownAction(this, factory));
View Full Code Here

TOP

Related Classes of ru.snake.spritepacker.actions.sprite.RenameSpriteAction

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.