Releases: CrazyFlasher/flump
Releases · CrazyFlasher/flump
1.5.2
Exporter:
- Added "baseScale" property to root node of of exported property file
Runtime:
- Possibility to use "baseScale" property, which was defined in exporter.
- new setter added to LibraryLoader.
setScaleTexturesToOrigin (scaleTexturesToOrigin :Boolean):LibraryLoader
.
Set to true, if you want to keep original size of display objects, not matter what scale atlas has. For example, if atlas is scaled to 0.2 and passed scaleTexturesToOrigin is true, then display objects will be the same size as in source file, and their textures will be scaled.
Example:
On both examples, atlases exported with base scale 0.5.