Skip to content

Commit

Permalink
tiny fixes. no changes to the game.
Browse files Browse the repository at this point in the history
  • Loading branch information
Makay11 committed Apr 22, 2015
1 parent e8f4ccb commit c9f3e2e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 43 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
node_modules
.sass-cache
*.log
5 changes: 1 addition & 4 deletions app/dist/js/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions app/src/js/GameManager.coffee
Expand Up @@ -158,8 +158,6 @@ class GameManager
@music?.stop()

render: ->
if @paused then return

@enemyManager.render(@camera)
@player.render(@camera)

Expand Down
2 changes: 1 addition & 1 deletion app/src/js/Player.coffee
Expand Up @@ -10,7 +10,7 @@ class Player extends Entity

@runningSprite = @texture
@runningSpriteTiles = 8
@runningAnimationDuration = 100 / @runningSpriteTiles
@runningAnimationDuration = 200 / @runningSpriteTiles

@setRunning()

Expand Down
36 changes: 0 additions & 36 deletions npm-debug.log

This file was deleted.

0 comments on commit c9f3e2e

Please sign in to comment.