Page 1 of 1

Can you help me?

Posted: 27 Apr 2025, 14:16
by Evanzer
I couldn't add night animation to the code
plugin.zip
(5.75 KiB) Downloaded 10 times
LcwGece.png
LcwGece.png (1.05 KiB) Viewed 931 times

Re: Can you help me?

Posted: 28 Apr 2025, 14:31
by Zakira78
Add this in json
(Note it need to be the first one before your building)
{
"id": "$id of a night animation",
"author": "Yourself",
"meta": {
"pca": {
"version": "4.4.1"
}
},
"frames": [
{
"bmp": "Your light.png"
}
],
"type": "animation",
"light": "true",
"light switching": "true"
},

Re: Can you help me?

Posted: 28 Apr 2025, 20:31
by Evanzer
Thanks