#Small chest screen flickering

1 messages · Page 1 of 1 (latest)

brisk seal
#

I'm using and modifying ofunnys's example, since his example does not work on small chests, I added the missing part of the code to make the background work on small chests, however only here do these constant flickers occur (video 1)(no clicking), and if I click on it occur every time I click (video 2)(it's normal). The big chests do not have this problem.

I am not very experienced about this, but I am adapting and learning, if you could help me with this I would appreciate it.

#

"small_chest_panel": {
"modifications": [
{
"array_name": "controls",
"operation": "insert_back",
"value": {
"ofunnys_chest_panels@ofunnys_chest_panels": {}
}
}
]
},
Missing part was a copy of the large chest, but chaging it for small

brisk seal
junior harness
#

try increasing the layer

#

it is behind the barrier as i can see

#

also try with insert front

trail zodiac
#

layer the image higher

junior harness
#

yeah

trail zodiac
#
"ofunnys_chest_panel": {
      "type": "image",
      "layer": 10,
      "size": [256, 256],
      "offset": [ 0, -2],
      "$localtitle": "$container_title"
    },``` make this layer 10
#

@brisk seal