整理代码

This commit is contained in:
MrZ_26
2023-09-23 04:01:55 +08:00
parent 7e8e67694d
commit 3ebc93e65c
108 changed files with 694 additions and 694 deletions

View File

@@ -67,14 +67,14 @@ local function _getPoolCardArea(i)
local row=math.floor((i-1)/10)
local col=i-row*10
return
240+70*col,45+95*row,
60,84
240+70*col,45+95*row,
60,84
end
local function _getHandCardArea(i)
return
20+70*i+(i==14 and 30 or 0),480,
60,84
20+70*i+(i==14 and 30 or 0),480,
60,84
end
local function _newGame()