Skip to content
Discussion options

You must be logged in to vote

Hi! you're on the right track, this is exactly how it is designed to be used.

typically, you would have the trait layered in the "proper" order for the main piece of the trait or the majority of the traits.

Using hair for example, if you have a hair trait with one piece that needs to go behind another layer, you would do as you've outlined

|--Hair/
|---- HairTrait#50/
|----  front.png
|---- z-1,back.png

The difference from your example is subtle, but basically, you are avoiding setting the z# on every file and only moving the ones that are necessary by first using layersOrder to organize staking. Also, in your example z+ is invalid, positive integers do not need a sign, z2, for example.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nexxus-zz
Comment options

Answer selected by nexxus-zz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants