Pixel-Composer/scripts/node_pb_box/node_pb_box.gml
Tanasart e888c23d45 mm
2024-08-18 14:13:41 +07:00

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 ))
}