mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-14 14:33:53 +01:00
5 lines
200 B
Plaintext
5 lines
200 B
Plaintext
function Node_PB_Box(_x, _y, _group = noone) : Node_PB(_x, _y, _group) constructor {
|
|
name = "PB Box";
|
|
|
|
inputs[| 0] = nodeValue("Layer Shift", self, JUNCTION_CONNECT.input, VALUE_TYPE.integer, 0 )
|
|
} |