Update FAQ

This commit is contained in:
Insality
2020-09-28 21:40:09 +03:00
parent a36ba5ab1c
commit 453c8327c8
4 changed files with 51 additions and 10 deletions

View File

@@ -10461,7 +10461,7 @@ nodes {
}
nodes {
position {
x: 250.0
x: -250.0
y: -1464.0
z: 0.0
w: 1.0
@@ -10479,7 +10479,7 @@ nodes {
w: 1.0
}
size {
x: -500.0
x: 500.0
y: 100.0
z: 0.0
w: 1.0

View File

@@ -41,7 +41,7 @@ end
local function clear_nodes(self)
local nodes = self.grid_nodes.nodes
local nodes = self.grid_static_grid.nodes
for i, node in pairs(nodes) do
gui.delete_node(node)
end