mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-16 08:29:56 -05:00
Fixed a bug with the casting screen.
This commit is contained in:
parent
d12b923eaf
commit
ef9c0a610f
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ module.exports = class CastingScreen extends CocoClass
|
|||
if new Date().getTime() - @t0 > 500
|
||||
createjs.Tween.removeTweens @progressBar
|
||||
createjs.Tween.get(@progressBar).to({scaleX:e.progress}, 200)
|
||||
@update()
|
||||
|
||||
makeProgressBar: ->
|
||||
BAR_PIXEL_HEIGHT = 3
|
||||
|
|
Loading…
Reference in a new issue