Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jerakin/editor-script-atlas

Editor script to add images to an atlas as well as create a new one
https://github.com/jerakin/editor-script-atlas

defold defold-editor-script defold-library defold-module

Last synced: 3 months ago
JSON representation

Editor script to add images to an atlas as well as create a new one

Awesome Lists containing this project

README

        

# Atlas

Makes your life easier when working with images and atlases.

**Features**
Adds 3 different actions to your context menu when you have images (and an atlas) selected.

* Add images...
* Add any number of images to the selected atlas.
* Add images as animation...
* Add any number of images to the selected atlas within an animation group.
* Create New Atlas
* Create a new atlas from the selected images

## Install
You can use the these editor scripts in your own project by adding this project as a [Defold library dependency](https://www.defold.com/manuals/libraries/). Open your game.project file and in the dependencies field under project add:
https://github.com/Jerakin/editor-script-atlas/archive/master.zip

## Preview

![atlas](/.github/atlas.gif)