stuff
This commit is contained in:
+4
-4
@@ -3,14 +3,14 @@ function state_endgame()
|
||||
local message = "웃웃 yay! 웃웃"
|
||||
local message_x = 0
|
||||
|
||||
local btn_back = make_button({x=1, y=118, h=7, text="🅾️/C bACK TO mENU", color=8,
|
||||
on_click=function() go_to_menu() end,
|
||||
on_hover=function(btn) btn.color = 7 end})
|
||||
|
||||
local function go_to_menu()
|
||||
set_state(states.menu)
|
||||
end
|
||||
|
||||
local btn_back = make_button({x=1, y=118, h=7, text="🅾️/C bACK TO mENU", color=8,
|
||||
on_click=function() go_to_menu() end,
|
||||
on_hover=function(btn) btn.color = 7 end})
|
||||
|
||||
local function _enter(_board)
|
||||
board = _board
|
||||
message_x = (128 - print(message,0,-100))/2
|
||||
|
||||
Reference in New Issue
Block a user