Commit 67fd35bb authored by 王勇霞's avatar 王勇霞

卡牌界面

parent 3f987fa6
...@@ -892,5 +892,5 @@ export const ResJson = { ...@@ -892,5 +892,5 @@ export const ResJson = {
} }
} }
], ],
"path": "https://yun.duiba.com.cn/db_games/activity/template/1669024227/resource/" "path": "https://yun.duiba.com.cn/db_games/activity/template/1669174205/resource/"
} }
\ No newline at end of file
...@@ -43,7 +43,7 @@ export class Game extends Scene { ...@@ -43,7 +43,7 @@ export class Game extends Scene {
for (let i = 0; i < 8; i++) { for (let i = 0; i < 8; i++) {
UI.Sp( UI.Sp(
this, this,
this.uiConfig.cardBackBg, this.uiConfig["cardFontBg" + ((i + 1) % 4 === 0 ? 4 : (i + 1) % 4)],
Math.floor(i % 4) * 168 + 50, Math.floor(i % 4) * 168 + 50,
Math.floor(i / 4) * 360 - 15 + 538 Math.floor(i / 4) * 360 - 15 + 538
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment