开始做推币机

This commit is contained in:
rucky
2022-02-17 18:50:20 +08:00
parent 08fafbb06e
commit f9c501a0f9
30 changed files with 4639 additions and 93 deletions

View File

@@ -0,0 +1,9 @@
module.exports = {
"rect": (mask) => {
return mask.graphics.f('#000000').drawRoundRect(0, 0, 559, 10, 0).es()
},
"cardMask": "mask.graphics.f('#000000').drawRoundRect(177,439,400,550,0).es()",
"upload_mask": "mask.graphics.f('#000000').drawRoundRect(140,444,477,647,0).es()"
}