mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-13 05:53:53 +01:00
5 lines
159 B
Plaintext
5 lines
159 B
Plaintext
function Node_PB_Box(_x, _y, _group = noone) : Node_PB(_x, _y, _group) constructor {
|
|
name = "PB Box";
|
|
|
|
newInput(0, nodeValue_Int("Layer Shift", self, 0 ))
|
|
} |