mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-05-06 07:53:37 +02:00
add game instructions
This commit is contained in:
11
index.html
11
index.html
@@ -57,7 +57,16 @@
|
||||
<div id="levelTitle"><span id="levelWord">Level </span>{{currentLevel.levelName}}</div>
|
||||
</div>
|
||||
|
||||
<div id="mainContent" ng-style="containerStyle">
|
||||
<!-- Start level instructions -->
|
||||
<div class="startLevelInstructions" ng-show="isStartConfirmation">
|
||||
<div class="instructionSymbols">
|
||||
<span ng-repeat="icon in instructions track by $index"> <i class="fa" ng-class="icon"></i></span>
|
||||
</div>
|
||||
<div id="startLevel" class="levelButton" ng-click="playLevel()" >
|
||||
<i class="fa fa-flag-checkered"></i> Start</div>
|
||||
</div>
|
||||
|
||||
<div id="mainContent" ng-style="containerStyle" ng-hide="isStartConfirmatioxn">
|
||||
|
||||
<flippy ng-repeat="card in board"
|
||||
class="fancy"
|
||||
|
||||
Reference in New Issue
Block a user