diff --git a/Source/Main.lua b/Source/Main.lua index bd5baf6..1c6ab51 100644 --- a/Source/Main.lua +++ b/Source/Main.lua @@ -37,7 +37,6 @@ assert(imgSkull) assert(imgLightning) gfx.setColor(gfx.kColorWhite) --- {"START NEW GAME","CONTINUE","USER LEVELS", "EXIT"} mainMenuCreation() @@ -64,12 +63,6 @@ menuButton, error = menu:addMenuItem("game menu", function() createMenu(mainmenu) end) ---local devButton, error = menu:addCheckmarkMenuItem("dev stats", false, function(value) --- dev = value ---end) - ---addMap("levels/level.json") - playdate.ui.crankIndicator:start() if playdate.file.exists("levels") == false then playdate.file.mkdir("levels") end