Changed default tween channel arbitration mode to REPLACE.
This commit is contained in:
parent
50e13dbd44
commit
ebae0648c8
|
@ -19,7 +19,7 @@ enum ArbitrationMode {
|
||||||
## and it changes while the call is yielding, then the in-progress call
|
## and it changes while the call is yielding, then the in-progress call
|
||||||
## still will not return until its turn, as though arbitration_mode
|
## still will not return until its turn, as though arbitration_mode
|
||||||
## were still YIELD.
|
## were still YIELD.
|
||||||
var arbitration_mode := ArbitrationMode.YIELD
|
var arbitration_mode := ArbitrationMode.REPLACE
|
||||||
## Tween currently running if any, else null.
|
## Tween currently running if any, else null.
|
||||||
var current_tween: Tween = null
|
var current_tween: Tween = null
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue