We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you need to export an atlas for nui out of zwoptex, use this custom format:
@TextureAtlas atlas = { Path: "{{ metadata.name }}"; {% for sprite in sprites %} ///////////////////////////////// Texture {{ sprite.name }} TextureName: "{{ sprite.name }}"; Rect: "{ {{sprite.textureRectX}}, {{sprite.textureRectY}}, {{sprite.textureRectWidth}}, {{sprite.textureRectHeight}} }"; {% for alias in sprite.aliases %}Alias: "{{ alias.name }}"; {% /for %} {% /for %} }