From 7a66b465b46bd1507a9b8b746dc5182ee4055f93 Mon Sep 17 00:00:00 2001 From: ne_mene Date: Tue, 31 Mar 2026 11:43:44 +0200 Subject: speck editor program flag --- main.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'main.lua') diff --git a/main.lua b/main.lua index e14a5f8..2f73f3d 100644 --- a/main.lua +++ b/main.lua @@ -5,8 +5,12 @@ lg.setLineStyle("rough") function love.load() main_init() - -- start_speck_editor() - start_game_scene() + + if arg[2] == "speck" then + start_speck_editor() + else + start_game_scene() + end end function love.update(dt) -- cgit v1.3-2-g0d8e