Changing the size of a layer node

In my mod there is a layer that is very important and I want to know if I can make its size larger in the display. Is this possible? I think I have seen it done in other people’s mods…

1 Like

Never mind. I discovered how to use the styles!

(If you saw this post and were also curious on the topic, you can use the following function:

nodeStyle() {return {
‘height’: ‘[size]px’,
‘width’: ‘[size]px’
}}

)