mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 17:58:23 +00:00
Update TweenChainBuilder.js
This commit is contained in:
parent
c05d8d6c6c
commit
3429946b13
1 changed files with 0 additions and 3 deletions
|
@ -36,9 +36,6 @@ var TweenChainBuilder = function (parent, config)
|
||||||
|
|
||||||
var chain = new TweenChain(parent);
|
var chain = new TweenChain(parent);
|
||||||
|
|
||||||
// chain.hold = GetValue(config, 'hold', 0);
|
|
||||||
// chain.yoyo = GetBoolean(config, 'yoyo', false);
|
|
||||||
|
|
||||||
chain.startDelay = GetValue(config, 'delay', 0);
|
chain.startDelay = GetValue(config, 'delay', 0);
|
||||||
chain.completeDelay = GetAdvancedValue(config, 'completeDelay', 0);
|
chain.completeDelay = GetAdvancedValue(config, 'completeDelay', 0);
|
||||||
chain.loop = Math.round(GetAdvancedValue(config, 'loop', GetValue(config, 'repeat', 0)));
|
chain.loop = Math.round(GetAdvancedValue(config, 'loop', GetValue(config, 'repeat', 0)));
|
||||||
|
|
Loading…
Reference in a new issue