mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Compare commits
1 Commits
v.1.2.v.2.
...
v.1.3.1.v.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7d9f77127 |
@@ -154,8 +154,8 @@ function ReplaySelectScene:onInputPress(e)
|
||||
local selected_replay_text = self.replay_text[self.replay_select + ((self.page-1) * self.page_flip)]
|
||||
|
||||
if (
|
||||
e.type == "touch" or e.type == "mouse") and
|
||||
not BUTTON.press(buttonList, e.x, e.y, e.id and
|
||||
(e.type == "touch" or e.type == "mouse") and
|
||||
not BUTTON.press(buttonList, e.x, e.y, e.id) and
|
||||
#self.replays > 0
|
||||
) then
|
||||
local selection = math.floor((e.y - 15) / 30)
|
||||
|
||||
Reference in New Issue
Block a user