Added text table
This commit is contained in:
parent
d7dcda1ada
commit
8f9f2dd8f4
3 changed files with 56 additions and 5 deletions
3
menu.lua
3
menu.lua
|
|
@ -49,6 +49,7 @@ MenuStateIndex = {
|
|||
local startButton = Button:new(
|
||||
Point:new( 240, 120 ),
|
||||
Point:new( 320, 80 ),
|
||||
'Start',
|
||||
nil,
|
||||
nil,
|
||||
function()
|
||||
|
|
@ -61,6 +62,7 @@ local startButton = Button:new(
|
|||
local exitToMenuButton = Button:new(
|
||||
Point:new( 240, 200 ),
|
||||
Point:new( 320, 80 ),
|
||||
'Return to menu',
|
||||
nil,
|
||||
nil,
|
||||
function()
|
||||
|
|
@ -71,6 +73,7 @@ local exitToMenuButton = Button:new(
|
|||
local exitGameButton = Button:new(
|
||||
Point:new( 240, 240 ),
|
||||
Point:new( 320, 80 ),
|
||||
'Exit',
|
||||
nil,
|
||||
nil,
|
||||
function()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue