nftchef / art-engine

An advanced fork of the HashLips Art Engine with additional features to generate complex art from provided layers using the familiar Hashlips setup.
MIT License
427 stars 203 forks source link

const useRootTraitType = true not alway true #312

Open mc9625 opened 1 year ago

mc9625 commented 1 year ago

I am using folders to differentiate the generation, for instance

-body | | blue#10 (lightblue.png, darkblue.png) | | green#20 (lightgreen.png, darkgreen.png) -eyes | eyesblue (sad.png, happy.png) | eyesgreen (sad.png, happy.png)

since the const useRootTraitType is set to true I would expect to have "eyes" as trait_type name, but it isn't so. It works for "body" but not for eyes. Ex.

trait_type: body value:lightblue

trait_type: eyesblue value:sad

Any ideas ?

nftchef commented 1 year ago

hi, is this still an issue? can you share your config.js