jalagar / animated-art-engine

A generative engine that takes various png layers on a sprite sheet format, combines them and then converts them into a .gif file
MIT License
166 stars 64 forks source link

I've got problem with trait assigned in json file #182

Closed boconik closed 1 year ago

boconik commented 1 year ago

{ "dna": "", "name": "Cool #0", "description": "", "image": "ipfs://NewUriToReplace/0.undefined", "imageName": "0.undefined", "edition": 0, "date": 1676212539436, "attributes": [ { "trait_type": "Background", "value": "Light Green" }, { "trait_type": "C:\Users\HP\Desktop\ANIMATED NFT - Copy\step1_layers_to_spritesheet\output", "value": "Coin" },

Why is there trait_type: ~\output. Is there any chance to remove it in config?

boconik commented 1 year ago

Now i know what caused this problem. You can't add rarity in the trait's name after 0. like this: 0.1, 0.01 etc. Only integer numbers must be inserted!!

jalagar commented 1 year ago

Yes only supports integer sorry!