Cleanup from comments
This commit is contained in:
parent
2239133013
commit
45d62067ca
@ -5,7 +5,7 @@ local tokenManager = require("core/token/TokenManager")
|
|||||||
---------------------------------------------------------
|
---------------------------------------------------------
|
||||||
|
|
||||||
-- set true to enable debug logging
|
-- set true to enable debug logging
|
||||||
local DEBUG = true
|
local DEBUG = false
|
||||||
|
|
||||||
-- Location connection directional options
|
-- Location connection directional options
|
||||||
local BIDIRECTIONAL = 0
|
local BIDIRECTIONAL = 0
|
||||||
@ -319,7 +319,7 @@ function addBidirectionalVector(card1, card2, lines)
|
|||||||
points = { pos1, pos2 },
|
points = { pos1, pos2 },
|
||||||
color = CONNECTION_COLOR,
|
color = CONNECTION_COLOR,
|
||||||
thickness = CONNECTION_THICKNESS,
|
thickness = CONNECTION_THICKNESS,
|
||||||
});
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Draws a one-way location connection between the two cards, adding the lines to do so to the
|
-- Draws a one-way location connection between the two cards, adding the lines to do so to the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user