I thought I did, but I didn't

This commit is contained in:
PossiblyAxolotl 2022-05-31 17:12:07 -06:00
parent cda688a90f
commit 76c8189f06

View file

@ -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