mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
Add a couple animations to defaultActions while game-dev lazy rendering isn't working
This commit is contained in:
parent
35966b24c1
commit
6917843018
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ module.exports = class ThangType extends CocoModel
|
||||||
urlRoot: '/db/thang.type'
|
urlRoot: '/db/thang.type'
|
||||||
building: {}
|
building: {}
|
||||||
editableByArtisans: true
|
editableByArtisans: true
|
||||||
@defaultActions: ['idle', 'die', 'move', 'attack']
|
@defaultActions: ['idle', 'die', 'move', 'attack', 'trick', 'cast']
|
||||||
|
|
||||||
initialize: ->
|
initialize: ->
|
||||||
super()
|
super()
|
||||||
|
|
Loading…
Reference in a new issue