Ground decal bug
Posted: 11 Sep 2021, 21:32
Hey.
Im working on a plugin, and am new to ground decals. I'm having a problem where this happens when I try to place the decal (see image) :
Texture used is 32 pixels wide and 16 pixels high.
Here's the code :
Ty for your help in advance.
Im working on a plugin, and am new to ground decals. I'm having a problem where this happens when I try to place the decal (see image) :
Texture used is 32 pixels wide and 16 pixels high.
Here's the code :
Code: Select all
[
{
"id": "sidewalkground.unique.id.49CS",
"title" :"Sidewalk decal",
"type": "ground",
"author": "CattoStabbo",
"level" :1,
"frames": [
{"bmp": "sidewalktexture.png"},
]
}
]