diff --git a/scripts/node_data/node_data.gml b/scripts/node_data/node_data.gml index 78d3181cf..43b694c63 100644 --- a/scripts/node_data/node_data.gml +++ b/scripts/node_data/node_data.gml @@ -98,6 +98,7 @@ function Node(_x, _y, _group = noone) : __Node_Base(_x, _y) constructor { min_w = w; min_h = h; fix_h = h; + h_param = h; will_setHeight = false; selectable = true; @@ -1153,6 +1154,8 @@ function Node(_x, _y, _group = noone) : __Node_Base(_x, _y) constructor { _outy += junction_draw_hei_y * _s * jun.isVisible(); } + if(show_parameter) h = h_param; + onPreDraw(_x, _y, _s, _iny, _outy); } #endregion @@ -1294,6 +1297,7 @@ function Node(_x, _y, _group = noone) : __Node_Base(_x, _y) constructor { } h = fix_h + extY; + h_param = h; } #endregion static drawJunctions = function(_x, _y, _mx, _my, _s) { #region diff --git a/scripts/node_data/node_data.yy b/scripts/node_data/node_data.yy index 627c2ef23..5779d766f 100644 --- a/scripts/node_data/node_data.yy +++ b/scripts/node_data/node_data.yy @@ -1,5 +1,5 @@ { - "$GMScript":"v1", + "$GMScript":"", "%Name":"node_data", "isCompatibility":false, "isDnD":false,