Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jerakin/editor-script-atlas
- Owner: Jerakin
- License: mit
- Created: 2019-10-14T07:44:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T20:35:39.000Z (4 months ago)
- Last Synced: 2024-10-09T13:05:38.014Z (4 months ago)
- Topics: defold, defold-editor-script, defold-library, defold-module
- Homepage:
- Size: 3.9 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)