Started sketchign the game state.

This commit is contained in:
2026-09-20 01:07:04 -04:00
parent d69768c649
commit 8875e31097
4 changed files with 50 additions and 77 deletions
+5
View File
@@ -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