Code: Select all
"title":"name",
Moderator: Plugin Moderators
why?CommanderABab wrote: ↑Fri Nov 16, 2018 19:30Don't use the comma , if adding as the last line.Code: Select all
"title":"name",
CommanderABab wrote: ↑Sat Nov 17, 2018 4:17What's going on here?Chinasapling wrote: ↑Sat Nov 17, 2018 3:54why?CommanderABab wrote: ↑Fri Nov 16, 2018 19:30
Don't use the comma afterward , if adding as the last line.Code: Select all
"title":"name",
thankyou thankyou thankyou
Then what should I do?
Can you send me the software for drawing pixel images on your mobile phone?very thankyouCommanderABab wrote: ↑Sat Jun 16, 2018 18:49A 1x1 tile would be 32x16 pixels.
Screenshot_20180616-121759.jpg
Screenshot_20180616-121826.jpg
Screenshot_20180616-121930.jpg
Screenshot_20180616-122035.jpg
I would recommend pixlyChinasapling wrote: ↑Mon Nov 26, 2018 15:13Can you send me the software for drawing pixel images on your mobile phone?very thankyouCommanderABab wrote: ↑Sat Jun 16, 2018 18:49A 1x1 tile would be 32x16 pixels.
Screenshot_20180616-121759.jpg
Screenshot_20180616-121826.jpg
Screenshot_20180616-121930.jpg
Screenshot_20180616-122035.jpg
Thank you very muchBearbear65 wrote: ↑Thu Dec 06, 2018 23:56I would recommend pixlyChinasapling wrote: ↑Mon Nov 26, 2018 15:13Can you send me the software for drawing pixel images on your mobile phone?very thankyouCommanderABab wrote: ↑Sat Jun 16, 2018 18:49A 1x1 tile would be 32x16 pixels.
Screenshot_20180616-121759.jpg
Screenshot_20180616-121826.jpg
Screenshot_20180616-121930.jpg
Screenshot_20180616-122035.jpg
Unterminated object at character 182 of [
{
"id":"$sample.plugin.unique.id.res00",
"type":"residential",
"author":"NagorniKarabikh",
"width":1,
"height":1,
"frames":[{"png":"Romanian.png}],
"smoke":[{"id":"$smoke07","x":15,"y":-17}],
"level":1
}
]
You have:NagorniKarabikh wrote: ↑Thu Jan 17, 2019 17:05Gives errorUnterminated object at character 182 of [
{
"id":"$sample.plugin.unique.id.res00",
"type":"residential",
"author":"NagorniKarabikh",
"width":1,
"height":1,
"frames":[{"png":"Romanian.png}],
"smoke":[{"id":"$smoke07","x":15,"y":-17}],
"level":1
}
]
Code: Select all
[
{
"id":"$sample.plugin.unique.id.res00",
"type":"residential",
"author":"NagorniKarabikh",
"width":1,
"height":1,
"frames":[{"png":"Romanian.png}],
"smoke":[{"id":"$smoke07","x":15,"y":-17}],
"level":1
}
]
Code: Select all
[
{
"id":"$sample.plugin.unique.id.res00",// use a different id
"type":"residential",
"author":"NagorniKarabikh",
"width":1,
"height":1,
"frames":[{"bmp":"Romanian.png"}],
"smoke":[{"id":"$smoke07","x":15,"y":-17}],
"level":1
}
]
Code: Select all
[
{
"id":"$nijocali.residentials.plugin_01_residential",
"type":"residential",
"author":"johnsallow",
"width":2,
"height":2,
"frames":[{"bmp":"nijocali_01.png"}],
"level":2
},
{
"id":"$nijocali.residentials.plugin_02_residential",
"type":"residential",
"author":"johnsallow",
"width":2,
"height":2,
"frames":[{"bmp":"nijocali_02.png"}],
"level":2
}
]
Ok, I'll verify that. ThanksCommanderABab wrote: ↑Thu Feb 06, 2020 22:42That should work.
It might be that the images are the same or similar, so you don't notice the second one.
What "like a button" do you mean? You can see different topics about how to make different kind of plugins.