Compare commits
2
Commits
0835d7cf95
...
f1ff404ddf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1ff404ddf | ||
|
|
144d76ca43 |
@@ -274,16 +274,16 @@ function SoloPath(gameId,ctb,unit,x,y,type,corners,luck_six,dragon_seven,panda_e
|
|||||||
var tiger = isEn ? "T" : "虎";
|
var tiger = isEn ? "T" : "虎";
|
||||||
|
|
||||||
if(gameId==1 && luck_six > 0){
|
if(gameId==1 && luck_six > 0){
|
||||||
var color='#1a8c3a', fonts="6";
|
var color='#8b1a1a', fonts="6";
|
||||||
ctb.strokeStyle = "#1a8c3a";
|
ctb.strokeStyle = "#a03030";
|
||||||
ctb.lineWidth = unit*0.05;
|
ctb.lineWidth = unit*0.05;
|
||||||
}else if(gameId==1 && dragon_seven > 0){
|
}else if(gameId==1 && dragon_seven > 0){
|
||||||
var color='#d4a017', fonts="7";
|
var color='#b8860b', fonts="7";
|
||||||
ctb.strokeStyle = "#d4a017";
|
ctb.strokeStyle = "#c9980a";
|
||||||
ctb.lineWidth = unit*0.05;
|
ctb.lineWidth = unit*0.05;
|
||||||
}else if(gameId==1 && panda_eight > 0){
|
}else if(gameId==1 && panda_eight > 0){
|
||||||
var color='#1a6ed8', fonts="8";
|
var color='#34495e', fonts="8";
|
||||||
ctb.strokeStyle = "#1a6ed8";
|
ctb.strokeStyle = "#506878";
|
||||||
ctb.lineWidth = unit*0.05;
|
ctb.lineWidth = unit*0.05;
|
||||||
}else if(gameId==1){
|
}else if(gameId==1){
|
||||||
if(type==1){
|
if(type==1){
|
||||||
|
|||||||
Reference in New Issue
Block a user