Skip to content

Commit

Permalink
Added preloading for window background imgs
Browse files Browse the repository at this point in the history
  • Loading branch information
KAndersonUS committed Jul 29, 2015
1 parent bea7d52 commit 9fbcdcc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,13 @@ <h3>1</h3>
<audio id="spinning" src="audio/spinning.mp3"></audio>
<audio id="payoff" src="audio/payoff.mp3"></audio>

<!-- Preload some images -->
<img src="img/window.png" style="display: none;" />
<img src="img/window0.png" style="display: none;" />
<img src="img/window1.png" style="display: none;" />
<img src="img/window2.png" style="display: none;" />


<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.min.js"></script>
<!--<script src="bower_components/angular/angular.js"></script>-->
<!--<script src="bower_components/angular-route/angular-route.js"></script>-->
Expand Down

0 comments on commit 9fbcdcc

Please sign in to comment.