From 76c8189f06a61b7e5d2a0e0abdfcefe359344217 Mon Sep 17 00:00:00 2001 From: PossiblyAxolotl Date: Tue, 31 May 2022 17:12:07 -0600 Subject: [PATCH] I thought I did, but I didn't --- Source/Main.lua | 7 ------- 1 file changed, 7 deletions(-) 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