Skip to content

Commit 54dd39c

Browse files
committed
add image for no check point
1 parent cbd44c4 commit 54dd39c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/templates/tile.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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

@@ -24,4 +25,4 @@
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>

0 commit comments

Comments
 (0)