mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
Update scale and rotation after playing a new action, since with segmented sprites that often means a new image object.
This commit is contained in:
parent
627c56dbb5
commit
be805ff3c1
1 changed files with 2 additions and 0 deletions
|
@ -140,6 +140,8 @@ module.exports = CocoSprite = class CocoSprite extends CocoClass
|
|||
return @updateActionDirection() unless action.animation or action.container
|
||||
m = if action.container then 'gotoAndStop' else 'gotoAndPlay'
|
||||
@imageObject[m]?(action.name)
|
||||
@updateScale()
|
||||
@updateRotation()
|
||||
|
||||
hide: ->
|
||||
@hiding = true
|
||||
|
|
Loading…
Add table
Reference in a new issue