1.18.6.001

This commit is contained in:
Tanasart 2024-12-12 17:20:02 +07:00
parent 47a3f5e90d
commit 35b62ff0f4
2 changed files with 2 additions and 3 deletions

View file

@ -44,7 +44,7 @@
LATEST_VERSION = 1_18_00_0;
VERSION = 1_18_05_1;
SAVE_VERSION = 1_18_05_0;
VERSION_STRING = MAC? "1.18.003m" : "1.18.5.1.001";
VERSION_STRING = MAC? "1.18.003m" : "1.18.6.001";
BUILD_NUMBER = 1_18_05_1;
var _vsp = string_split(VERSION_STRING, ".");

View file

@ -229,8 +229,7 @@ function Node_Mesh_Warp(_x, _y, _group = noone) : Node_Processor(_x, _y, _group)
newInput(7, nodeValue_Bool("Full Mesh", self, false));
newInput(8, nodeValue_Enum_Scroll("Mesh Type", self, 0, [ new scrollItem("Grid", s_node_mesh_type, 0),
new scrollItem("Custom", s_node_mesh_type, 1), ] ));
newInput(8, nodeValue_Enum_Button("Mesh Type", self, 0, [ "Grid", "Custom" ] ));
newInput(9, nodeValueSeed(self));