test commiting again

This commit is contained in:
Tanasart 2024-12-10 16:45:17 +07:00
parent 846794f770
commit 36750274a5
3 changed files with 3 additions and 3 deletions

View file

@ -2818,7 +2818,7 @@ function Node(_x, _y, _group = noone) : __Node_Base(_x, _y) constructor {
}
static dropPath = noone;
static clone = function(target = PANEL_GRAPH.getCurrentContext()) {
CLONING = true;
var _type = instanceof(self);

View file

@ -73,7 +73,7 @@ function Node_GMRoom(_x, _y, _group = noone) : Node(_x, _y, _group) constructor
static update = function() {
}
}
////Serialize

View file

@ -326,7 +326,7 @@ function __initNodes() {
ds_list_add(iter, "Loops");
addNodeObject(iter, "Index", s_node_iterator_index, "Node_Iterator_Index", [1, Node_Iterator_Index]).hideRecent();
addNodeObject(iter, "Loop amount", s_node_iterator_amount, "Node_Iterator_Length", [1, Node_Iterator_Length]).hideRecent();
#endregion
#endregion
#region for inline
var iter_il = ds_list_create();