Pixel-Composer/scripts/node_pb_box/node_pb_box.gml

5 lines
160 B
Plaintext

function Node_PB_Box(_x, _y, _group = noone) : Node_PB(_x, _y, _group) constructor {
name = "PB Box";
inputs[| 0] = nodeValue_Int("Layer Shift", self, 0 )
}