Started sketchign the game state.
This commit is contained in:
@@ -166,6 +166,11 @@ function Menu:mousereleased(x, y, btn)
|
||||
end
|
||||
|
||||
|
||||
function Menu:unload()
|
||||
assets:unload(self.name)
|
||||
end
|
||||
|
||||
|
||||
function Menu:IsCursorInGameBtn(x, y)
|
||||
return x >= 224 and x <= 224 + 89 and y >= 131 and y <= 131 + 30
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user