Floating fences?

Plugin specific problems will be solved here.

Moderators: Scenario Moderators, Plugin Moderators

User avatar
FVI
Inhabitant of a Galaxy
Posts: 2395
Joined: 22 Feb 2022, 18:00
Location: The largest island in Europe
Plugins: Showcase Store
Version: Beta

Platform

Floating fences?

#1

Post by FVI »

Hello!

I have a problem with fences. The code is fully functioning, but for some reason, fences float like this:
Screenshot_20240822-200413.jpg
This is the code

Code: Select all    Reset

[ { "id": "$fence400", "type": "fence", "frames":[{"bmp":"Fence.png"},{"bmp":"Fenceb.png"}], "price": 1 } ]
JSON checker
Check
Fenceb.png
Fenceb.png (265 Bytes) Viewed 2139 times
Fence.png
Fence.png (259 Bytes) Viewed 2139 times
I really have no idea why this is happening, can anyone help me please? Thanks in advance!

User avatar
dnswodn
Inhabitant of a Megacity
Posts: 252
Joined: 08 Feb 2022, 08:14
Location: 🏞️ Theonia 🌁
Plugins: Showcase Store

Plugin Creator

Platform

Re: Floating fences?

#2

Post by dnswodn »

Try adding "handle y" to your code, like this:

Code: Select all

"frames": [
  {
    "bmp": "image.png",
    "handle y": 8
  }
]
You can adjust handle y to adjust the position of the frame.

User avatar
FVI
Inhabitant of a Galaxy
Posts: 2395
Joined: 22 Feb 2022, 18:00
Location: The largest island in Europe
Plugins: Showcase Store
Version: Beta

Platform

Re: Floating fences?

#3

Post by FVI »

Thanks! Let's see if it works

User avatar
FVI
Inhabitant of a Galaxy
Posts: 2395
Joined: 22 Feb 2022, 18:00
Location: The largest island in Europe
Plugins: Showcase Store
Version: Beta

Platform

Re: Floating fences?

#4

Post by FVI »

dnswodn wrote:
23 Aug 2024, 03:30
Try adding "handle y" to your code, like this:

Code: Select all

"frames": [
  {
    "bmp": "image.png",
    "handle y": 8
  }
]
You can adjust handle y to adjust the position of the frame.
It worked! Thanks!

Post Reply Previous topicNext topic

Return to “Problems”