Alpha config

This commit is contained in:
Tanasart 2023-03-21 18:42:23 +07:00
parent 6c594650a4
commit 25378e6c55
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,9 @@
"configs": {
"children": [
{"children":[],"name":"Tester",},
{"children":[],"name":"Demo",},
{"children":[
{"children":[],"name":"Alpha",},
],"name":"Demo",},
],
"name": "Default",
},

View File

@ -33,7 +33,7 @@
globalvar VERSION, SAVEFILE_VERSION, VERSION_STRING;
VERSION = 1140;
SAVEFILE_VERSION = 1400;
VERSION_STRING = "1.14.0pr1";
VERSION_STRING = "1.14.0pr2";
globalvar NODES, NODE_MAP, APPEND_MAP, HOTKEYS, HOTKEY_CONTEXT, NODE_INSTANCES;