Skip to content

Commit

Permalink
New banners
Browse files Browse the repository at this point in the history
  • Loading branch information
basicallydan committed Feb 18, 2013
1 parent 5b3b992 commit 49676cf
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@

<!-- Add your site or application content here -->
<canvas id="skifree-canvas" tabindex="0"></canvas>
<a href="https://github.com/basicallydan/skifree.js"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_green_007200.png" alt="Fork me on GitHub"></a>
<a href="https://github.com/basicallydan/skifree.js" target="_blank" title="Fork SkiFree.js on GitHub"><img style="position: absolute; top: 5px; left: 5px; border: 0;" src="skifree-github-banner.png" alt="Fork SkiFree.js on GitHub"></a>
<a href="http://www.danielhough.co.uk/blog/skifree-js/" target="_blank" title="A blog post about this game"><img style="position: absolute; top: 28px; left: 5px; border: 0;" src="skifree-blogpost-banner.png" alt="A blog post about this game"></a>

<script src="js/vendor/jquery-1.8.3.min.js"></script>
<script src="js/vendor/hammer.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ function startGame (images) {
'Skiers left: ' + livesLeft,
'High Score: ' + highScore,
'Created by Dan Hough (@basicallydan)',
'Current Speed: ' + skier.getSpeed(),
'Current Speed: ' + skier.getSpeed()/*,
'Skier Map Position: ' + skier.mapPosition[0].toFixed(1) + ', ' + skier.mapPosition[1].toFixed(1),
'Mouse Map Position: ' + mouseMapPosition[0].toFixed(1) + ', ' + mouseMapPosition[1].toFixed(1)
'Mouse Map Position: ' + mouseMapPosition[0].toFixed(1) + ', ' + mouseMapPosition[1].toFixed(1)*/
]);

infoBox.draw(dContext);
Expand Down
Binary file added skifree-blogpost-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skifree-blogpost-banner.psd
Binary file not shown.
Binary file added skifree-github-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skifree-github-banner.psd
Binary file not shown.

0 comments on commit 49676cf

Please sign in to comment.