开始做推币机
This commit is contained in:
9
src/page/index/PushCoinGame/game/pathCodes.js
Normal file
9
src/page/index/PushCoinGame/game/pathCodes.js
Normal 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()"
|
||||
}
|
||||
Reference in New Issue
Block a user