Added levels menu

This commit is contained in:
Alexey 2025-10-23 16:32:58 +03:00
commit e04b8e523e
3 changed files with 49 additions and 7 deletions

View file

@ -16,9 +16,7 @@ local startButton = Button:new(
nil,
nil,
function()
Menu.current_state = MenuStateIndex.hidden
GameGrid = LevelHandler:first()
Menu.updateCellSize()
Menu.current_state = MenuStateIndex.levels
end
)