mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 10:02:18 +02:00
Update FAQ
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user