Add buttons for Replay, add MENU to go out after finishing game or in 20G Training mode

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-24 23:26:19 +07:00
parent 6966177ee3
commit 96809a46f6
6 changed files with 102 additions and 65 deletions

View File

@@ -122,6 +122,7 @@ function button:press(x, y, touchID)
self._touchID = touchID
self._pressed = true
self:draw()
return true
end