mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-12 15:26:33 +01:00
1.18.6.001
This commit is contained in:
parent
47a3f5e90d
commit
35b62ff0f4
2 changed files with 2 additions and 3 deletions
|
@ -44,7 +44,7 @@
|
||||||
LATEST_VERSION = 1_18_00_0;
|
LATEST_VERSION = 1_18_00_0;
|
||||||
VERSION = 1_18_05_1;
|
VERSION = 1_18_05_1;
|
||||||
SAVE_VERSION = 1_18_05_0;
|
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;
|
BUILD_NUMBER = 1_18_05_1;
|
||||||
|
|
||||||
var _vsp = string_split(VERSION_STRING, ".");
|
var _vsp = string_split(VERSION_STRING, ".");
|
||||||
|
|
|
@ -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(7, nodeValue_Bool("Full Mesh", self, false));
|
||||||
|
|
||||||
newInput(8, nodeValue_Enum_Scroll("Mesh Type", self, 0, [ new scrollItem("Grid", s_node_mesh_type, 0),
|
newInput(8, nodeValue_Enum_Button("Mesh Type", self, 0, [ "Grid", "Custom" ] ));
|
||||||
new scrollItem("Custom", s_node_mesh_type, 1), ] ));
|
|
||||||
|
|
||||||
newInput(9, nodeValueSeed(self));
|
newInput(9, nodeValueSeed(self));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue