Pixel-Composer/scripts/node_pb_box/node_pb_box.gml

5 lines
159 B
Plaintext
Raw Normal View History

2023-07-21 12:40:20 +02:00
function Node_PB_Box(_x, _y, _group = noone) : Node_PB(_x, _y, _group) constructor {
name = "PB Box";
2024-08-18 09:13:41 +02:00
newInput(0, nodeValue_Int("Layer Shift", self, 0 ))
2023-07-21 12:40:20 +02:00
}