How to make night animation for diagonal car
Posted: 14 Mar 2022, 17:37
Credit - Contents of this plugin may only be reused if you give credit to the author.
Here's how i made diagonal night animation for my train pack.You may read night animation and car tutorials first.
Code:
Code: Select all Reset
[ { "id": "$Your_Animation_Unique_Identification_characters", "type": "animation", "light": true, "light switching": true, "frames": [ { "bmp": "Normal Frames.png", //Normal Frames "count": 4, "w": 20 }, { "bmp": "Diagonal frames.png", //Diagonal Frames "count": 4, "w": 32 } ], "frames per animation":8, //Don't forget about this. "rotation aware": true } ]
JSON checker