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