mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Fixed display of actions using container in the thang editor.
This commit is contained in:
parent
f900009770
commit
7041a12244
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ module.exports = CocoSprite = class CocoSprite extends CocoClass
|
|||
toString: -> "<CocoSprite: #{@thang?.id}>"
|
||||
|
||||
buildSpriteSheet: ->
|
||||
options = @thang?.getSpriteOptions?() or {}
|
||||
options = @thang?.getSpriteOptions?() or @options
|
||||
options.colorConfig = @options.colorConfig if @options.colorConfig
|
||||
options.async = false
|
||||
@thangType.getSpriteSheet options
|
||||
|
|
Loading…
Reference in a new issue