I thought I did, but I didn't
This commit is contained in:
parent
cda688a90f
commit
76c8189f06
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue