mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-25 06:26:42 +01:00
test commiting again
This commit is contained in:
parent
846794f770
commit
36750274a5
3 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
|
@ -73,7 +73,7 @@ function Node_GMRoom(_x, _y, _group = noone) : Node(_x, _y, _group) constructor
|
|||
|
||||
static update = function() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
////Serialize
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue