Pixel-Composer/scripts/node_pb_box/node_pb_box.gml
2024-08-08 11:57:51 +07:00

5 lines
158 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 )
}