Add node flags

This commit is contained in:
luboslenco
2025-09-26 11:52:38 +02:00
parent ef7f28aa34
commit fd2075698e
32 changed files with 390 additions and 289 deletions
Binary file not shown.
Binary file not shown.
+2 -1
View File
@@ -55,7 +55,8 @@ let node_list = [
}
],
buttons: [],
width: 0
width: 0,
flags: 0
}
];
+2 -1
View File
@@ -43,7 +43,8 @@ let node_list = [
}
],
buttons: [],
width: 0
width: 0,
flags: 0
}
];