We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5513872 commit b8dab69Copy full SHA for b8dab69
1 file changed
Graphoon/Node.lua
@@ -17,7 +17,7 @@ local DEFAULT_MASS = 0.05;
17
-- @param y - The y coordinate the Node should be spawned at (optional).
18
-- @param anchor - Wether the node should be locked in place or not (optional).
19
--
20
-function Node.new( id, x, y, anchor, ... )
+function Node.new( id, x, y, anchor )
21
local self = {};
22
23
local px, py = x or 0, y or 0;
0 commit comments