mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Non-integer frame offsets, okay, sure.
This commit is contained in:
parent
681cc4656f
commit
2c2316fff5
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ module.exports =
|
|||
time: {type: 'number', minimum: 0}
|
||||
ratio: {type: 'number', minimum: 0, maximum: 1}
|
||||
ratioOffset: {type: 'number'}
|
||||
frameOffset: {type: 'integer'}
|
||||
scrubDuration: {type: 'integer', minimum: 0}
|
||||
frameOffset: {type: 'number'}
|
||||
scrubDuration: {type: 'number', minimum: 0}
|
||||
|
||||
'level:select-sprite': c.object {},
|
||||
thangID: {type: ['string', 'null', 'undefined']}
|
||||
|
|
Loading…
Reference in a new issue