Added levels menu
This commit is contained in:
parent
fd1e314ec9
commit
e04b8e523e
3 changed files with 49 additions and 7 deletions
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue