fix: 路子珠特殊图标颜色调整(暗红6/暗黄7/墨蓝8)
This commit is contained in:
@@ -996,11 +996,11 @@ function SoloPath(gameId, ctb, unit, x, y, type, corners, luck_six, dragon_seven
|
||||
const $lang = $store.state.config.$lang
|
||||
let color, fonts
|
||||
if (gameId == 1 && luck_six > 0) {
|
||||
color = "#1a8c3a"; fonts = "6"; ctb.lineWidth = unit * 0.05
|
||||
color = "#8b1a1a"; fonts = "6"; ctb.lineWidth = unit * 0.05
|
||||
} else if (gameId == 1 && dragon_seven > 0) {
|
||||
color = "#d4a017"; fonts = "7"; ctb.lineWidth = unit * 0.05
|
||||
color = "#b8860b"; fonts = "7"; ctb.lineWidth = unit * 0.05
|
||||
} else if (gameId == 1 && panda_eight > 0) {
|
||||
color = "#1a6ed8"; fonts = "8"; ctb.lineWidth = unit * 0.05
|
||||
color = "#34495e"; fonts = "8"; ctb.lineWidth = unit * 0.05
|
||||
} else
|
||||
switch (gameId) {
|
||||
case 1:
|
||||
|
||||
Reference in New Issue
Block a user