feat: 龙7红圈加粗
This commit is contained in:
@@ -1950,8 +1950,8 @@ function SoloPath(ctb,unit,x,y,type,corners,luck_six,dragon_seven,panda_eight){
|
||||
} else if(game_id==1 && dragon_seven > 0){
|
||||
var color='#b8860b';
|
||||
var fonts="7";
|
||||
ctb.strokeStyle = "#ff2202";
|
||||
ctb.lineWidth = 2;
|
||||
ctb.{strokeStyle = "#ff2202";}
|
||||
ctb.lineWidth = 3;
|
||||
} else if(game_id==1 && panda_eight > 0){
|
||||
var color='#34495e';
|
||||
var fonts="8";
|
||||
|
||||
@@ -1362,7 +1362,7 @@ function SoloPath(ctb,unit,x,y,type,corners,luck_six,dragon_seven,panda_eight){
|
||||
}else if(game_id==1 && dragon_seven > 0){
|
||||
var color='#b8860b', fonts="7";
|
||||
ctb.strokeStyle = "#ff2202";
|
||||
ctb.lineWidth = 2;
|
||||
ctb.lineWidth = 3;
|
||||
}else if(game_id==1 && panda_eight > 0){
|
||||
var color='#34495e', fonts="8";
|
||||
ctb.strokeStyle = "#506878";
|
||||
|
||||
@@ -2128,8 +2128,8 @@ function SoloPath(ctb,unit,x,y,type,corners,luck_six,dragon_seven,panda_eight){
|
||||
} else if(game_id==1 && dragon_seven > 0){
|
||||
var color='#b8860b';
|
||||
var fonts="7";
|
||||
ctb.strokeStyle = "#ff2202";
|
||||
ctb.lineWidth = 2;
|
||||
ctb.{strokeStyle = "#ff2202";}
|
||||
ctb.lineWidth = 3;
|
||||
} else if(game_id==1 && panda_eight > 0){
|
||||
var color='#34495e';
|
||||
var fonts="8";
|
||||
|
||||
Reference in New Issue
Block a user