This commit is contained in:
Tanasart 2025-01-20 09:43:56 +07:00
parent a607618d82
commit 9340d6b6d7
5 changed files with 3 additions and 2 deletions

View file

@ -605,7 +605,6 @@
{"$GMIncludedFile":"","%Name":"tooltip_spr.png","CopyToMask":-1,"filePath":"datafiles/data/Nodes/Internal/Compose/Node_Render_Sprite_Sheet","name":"tooltip_spr.png","resourceType":"GMIncludedFile","resourceVersion":"2.0",},
{"$GMIncludedFile":"","%Name":"info.json","CopyToMask":-1,"filePath":"datafiles/data/Nodes/Internal/Compose/Node_Stack","name":"info.json","resourceType":"GMIncludedFile","resourceVersion":"2.0",},
{"$GMIncludedFile":"","%Name":"tooltip_spr.png","CopyToMask":-1,"filePath":"datafiles/data/Nodes/Internal/Compose/Node_Stack","name":"tooltip_spr.png","resourceType":"GMIncludedFile","resourceVersion":"2.0",},
{"$GMIncludedFile":"","%Name":"info.json","CopyToMask":-1,"filePath":"datafiles/data/Nodes/Internal/Custom/Node_Custom","name":"info.json","resourceType":"GMIncludedFile","resourceVersion":"2.0",},
{"$GMIncludedFile":"","%Name":"info.json","CopyToMask":-1,"filePath":"datafiles/data/Nodes/Internal/Feedback/Node_Feedback_Input","name":"info.json","resourceType":"GMIncludedFile","resourceVersion":"2.0",},
{"$GMIncludedFile":"","%Name":"info.json","CopyToMask":-1,"filePath":"datafiles/data/Nodes/Internal/Feedback/Node_Feedback_Output","name":"info.json","resourceType":"GMIncludedFile","resourceVersion":"2.0",},
{"$GMIncludedFile":"","%Name":"info.json","CopyToMask":-1,"filePath":"datafiles/data/Nodes/Internal/Filter/Node_2D_light","name":"info.json","resourceType":"GMIncludedFile","resourceVersion":"2.0",},

Binary file not shown.

Binary file not shown.

View file

@ -43,7 +43,7 @@
LATEST_VERSION = 1_18_00_0;
VERSION = 1_18_06_2;
SAVE_VERSION = 1_18_05_0;
VERSION_STRING = MAC? "1.18.003m" : "1.18.7";
VERSION_STRING = MAC? "1.18.003m" : "1.18.7.1";
BUILD_NUMBER = 118070;
PREF_VERSION = 1_17_1;

View file

@ -159,6 +159,8 @@ function SAVE_NODE(_arr, _node, dx = 0, dy = 0, scale = false, context = PANEL_G
}
var m = _node.serialize(scale);
if(!is_struct(m)) return;
m.x -= dx;
m.y -= dy;