mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Remove a log
This commit is contained in:
parent
b3e5d8f650
commit
aa18e71388
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ module.exports = class SingularSprite extends createjs.Sprite
|
||||||
@baseScaleY *= @camera.y2x * 0.85
|
@baseScaleY *= @camera.y2x * 0.85
|
||||||
else
|
else
|
||||||
@baseScaleY *= @camera.y2x / 0.85
|
@baseScaleY *= @camera.y2x / 0.85
|
||||||
console.log 'it is a cliff!', actionName, @baseScaleX, @baseScaleY
|
|
||||||
@currentAnimation = actionName
|
@currentAnimation = actionName
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue