Can you help me?
Moderators: Scenario Moderators, Plugin Moderators
Online
Can you help me?
I couldn't add night animation to the code
Re: Can you help me?
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"
},
(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"
},
Online
Re: Can you help me?
Thanks