diff options
| author | ne_mene <[email protected]> | 2026-03-31 11:43:44 +0200 |
|---|---|---|
| committer | ne_mene <[email protected]> | 2026-03-31 11:43:44 +0200 |
| commit | 7a66b465b46bd1507a9b8b746dc5182ee4055f93 (patch) | |
| tree | 634940aedb588869c18725574c7f7b7389b36f22 /main.lua | |
| parent | 791443b8e0d36c456aaf4f55b08782fdd7ac0a44 (diff) | |
speck editor program flag
Diffstat (limited to 'main.lua')
| -rw-r--r-- | main.lua | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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) |
