added refresh when working with quiz folder, debug logs enabled in folder mode, added new zoom content
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ function Menu(frame)
|
||||
play:OnReleased(function()
|
||||
titleLog:debug("Play button pressed")
|
||||
if love.filesystem.getInfo("quiz") then
|
||||
menu.getMenu("board"):visible(true, "quiz")
|
||||
menu.getMenu("board"):visible(true, "quiz", true)
|
||||
return
|
||||
else
|
||||
gui:newFilePicker("File picker test",nil, {".zip"}, function(file)
|
||||
|
||||
Reference in New Issue
Block a user