AdamsLair / duality

a 2D Game Development Framework
https://adamslair.github.io/duality
MIT License
1.4k stars 289 forks source link

visual editor for slicing up textures #772

Closed Shadowblitz16 closed 4 years ago

Shadowblitz16 commented 4 years ago

Summary

Please make a visual editor for slicing up pixmaps like in unity.

Analysis

pros -makes creating sprite atlas quicker and easier -more visual

cons -requires more code making duality bigger

Attachments

image

deanljohnson commented 4 years ago

We actually already have one - if you right click on a pixmap and select 'Slice Pixmap' you will open the 'Pixmap Slicer' window. You can manually specify sprite rects, resize rects with the mouse, slice with a grid, and automatically slice the pixmap by opacity.

Shadowblitz16 commented 4 years ago

Awesome thanks