Page 1 of 1

Why Can I Not Make A Plane Plugin

Posted: 24 Aug 2019, 20:31
by chaun2006
Everytime I try to make a plane deco this happens. I need HELP! Here is the file please help.
Screenshot_20190824-142605_TheoTown.jpg
definition.json
(344 Bytes) Downloaded 107 times
North Bay International 1.png
North Bay International 1.png (6.45 KiB) Viewed 2524 times
Credit Anssss for Air Force One

Re: Why Can I Not Make A Plane Plugin

Posted: 24 Aug 2019, 20:48
by chaun2006
:?: :bb Also why does it look like this when I got it.
Screenshot_20190824-144749_TheoTown.jpg

Re: Why Can I Not Make A Plane Plugin

Posted: 24 Aug 2019, 20:51
by CommanderABab
Your frames line needs to be of this form:

Code: Select all

"frames":[{"bmp":"North Bay International 1.png","w":96,"h":64,"count":4 }],
.

Currently, it is just being interpreted as one 384 pixel wide image. :)