fix: 路子珠特殊图标颜色调整
- 幸运6: 绿色→暗红色(#8b1a1a) - 龙7: 金色→暗黄色(#b8860b) - 熊8: 亮蓝→墨蓝色(#34495e)
This commit is contained in:
@@ -1459,15 +1459,15 @@ function SoloPath(ctb,unit,x,y,type,corners,luck_six,dragon_seven,panda_eight){
|
||||
ctb.strokeStyle = "#000";
|
||||
var radius=unit/2||0;
|
||||
if(game_id==1 && luck_six > 0){
|
||||
var color='#1a8c3a', fonts="6";
|
||||
var color='#8b1a1a', fonts="6";
|
||||
ctb.strokeStyle = "#2eb553";
|
||||
ctb.lineWidth = 2;
|
||||
}else if(game_id==1 && dragon_seven > 0){
|
||||
var color='#d4a017', fonts="7";
|
||||
var color='#b8860b', fonts="7";
|
||||
ctb.strokeStyle = "#e6b822";
|
||||
ctb.lineWidth = 2;
|
||||
}else if(game_id==1 && panda_eight > 0){
|
||||
var color='#1a6ed8', fonts="8";
|
||||
var color='#34495e', fonts="8";
|
||||
ctb.strokeStyle = "#4a9af5";
|
||||
ctb.lineWidth = 2;
|
||||
}else if(type==1){
|
||||
|
||||
Reference in New Issue
Block a user