File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1313< i class ="fas fa-cube fa-fw tile-image tile-font-1-25 " ng-show ="tile.items.obstacles>0 " style ="text-align:right; padding:1px 2px; color:#6e2c00; opacity:0.9; "> </ i >
1414
1515< i class ="fab fa-fly fa-fw tile-image tile-font-1-25 " ng-show ="tile.items.rampPoints " style ="text-align:center; color:#F44336; opacity:0.7; "> </ i >
16+ < i class ="fas fa-exclamation fa-fw tile-image tile-font-1-25 " ng-show ="tile.items.noCheckPoint " style ="text-align:center; color:#2ecc71; opacity:1; "> </ i >
1617< i class ="fas fa-angle-double-down fa-fw tile-image tile-font fa-3x " ng-class ="rotateRamp(tile.levelUp) " ng-show ="tile.levelUp " style ="padding-top:4px; color:#3498db; opacity:0.6; "> </ i >
1718< i class ="fas fa-angle-double-down fa-fw tile-image tile-font fa-3x " ng-class ="rotateRamp(tile.levelDown) " ng-show ="tile.levelDown " style ="padding-top:4px; color:#ff8095; opacity:0.6; "> </ i >
1819
2425< i class ="fas fa-play fa-fw fa-rotate-270 tile-image tile-font " ng-show ="tileStatus(tile) == 'halfdone' " style ="padding-top:4px; color:#f4d03f; opacity:0.9; "> </ i >
2526< i class ="fas fa-times fa-fw tile-image tile-font " ng-show ="tileStatus(tile) == 'undone' " style ="padding-top:6px; color:#e74c3c; opacity:0.9; "> </ i >
2627
27- < p class ="tile-point " ng-if ="tileStatus(tile) && !isDropTile(tile) && !isStart(tile) " style ="color:#444; opacity:1;z-index:6;position: relative;text-align:center; "> {{tilePoint(tile)}}</ p >
28+ < p class ="tile-point " ng-if ="tileStatus(tile) && !isDropTile(tile) && !isStart(tile) " style ="color:#444; opacity:1;z-index:6;position: relative;text-align:center; "> {{tilePoint(tile)}}</ p >
You can’t perform that action at this time.
0 commit comments