Allow debugging with VSCode
parent
1603242321
commit
0e1b043467
2
main.lua
2
main.lua
|
|
@ -2,6 +2,8 @@ local tau = math.pi * 2
|
||||||
local game = {}
|
local game = {}
|
||||||
|
|
||||||
local function load_level(level, bubble_diameter, row_gap)
|
local function load_level(level, bubble_diameter, row_gap)
|
||||||
|
if arg[#arg] == "debug" then require("lldebugger").start() end
|
||||||
|
|
||||||
local slots = {}
|
local slots = {}
|
||||||
local bubble_radius = bubble_diameter / 2
|
local bubble_radius = bubble_diameter / 2
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue