Light rotation

Plugin specific problems will be solved here.

Moderators: Scenario Moderators, Plugin Moderators

User avatar
Frizze
Settler
Posts: 2
Joined: 04 May 2025, 06:17

Light rotation

#1

Post by Frizze »

It should be like this
It should be like this
I want to make a construction fence like in real life with reflectors blue but I don't know how to place it. So when the world is rotated the result comes out from its place :lol:
After rotating it looks like this
After rotating it looks like this
[

{
"id": "$anim_fence_night",
"type": "animation",
"light": true,
"light switching": true,
"frames": [
{"bmp": "fence_l.png","w":16,"count":2,"handle y":-4}
],

"rotation aware": true,

"frame alignment":true
},

{

"id":"$construction_fence",

"type":"fence",

"title":"construction fence",
"text":"Usually used to make closed construction site",
"price":5,
"category":"$cat_fence00",
"removable":true,
"frames": [{"bmp":"fence.png","w":16,"count":2,"handle y":8}],
"width":1,
"height":1,
"animation": [{"id": "$anim_fence_night", "x":0,"y":-12}]
}
]

Return to “Problems”