feat: 龙7红圈加粗
This commit is contained in:
@@ -998,7 +998,7 @@ function SoloPath(gameId, ctb, unit, x, y, type, corners, luck_six, dragon_seven
|
|||||||
if (gameId == 1 && luck_six > 0) {
|
if (gameId == 1 && luck_six > 0) {
|
||||||
color = "#8b1a1a"; fonts = "6"; ctb.strokeStyle = "#a03030"; ctb.lineWidth = unit * 0.05
|
color = "#8b1a1a"; fonts = "6"; ctb.strokeStyle = "#a03030"; ctb.lineWidth = unit * 0.05
|
||||||
} else if (gameId == 1 && dragon_seven > 0) {
|
} else if (gameId == 1 && dragon_seven > 0) {
|
||||||
color = "#b8860b"; fonts = "7"; ctb.strokeStyle = "#ff2202"; ctb.lineWidth = unit * 0.05
|
color = "#b8860b"; fonts = "7"; ctb.strokeStyle = "#ff2202"; ctb.lineWidth = unit * 0.08
|
||||||
} else if (gameId == 1 && panda_eight > 0) {
|
} else if (gameId == 1 && panda_eight > 0) {
|
||||||
color = "#34495e"; fonts = "8"; ctb.strokeStyle = "#506878"; ctb.lineWidth = unit * 0.05
|
color = "#34495e"; fonts = "8"; ctb.strokeStyle = "#506878"; ctb.lineWidth = unit * 0.05
|
||||||
} else
|
} else
|
||||||
|
|||||||
Reference in New Issue
Block a user