diff --git a/util/TweenChannel.gd b/util/TweenChannel.gd index 8eca74f..f676c96 100644 --- a/util/TweenChannel.gd +++ b/util/TweenChannel.gd @@ -19,7 +19,7 @@ enum ArbitrationMode { ## and it changes while the call is yielding, then the in-progress call ## still will not return until its turn, as though arbitration_mode ## were still YIELD. -var arbitration_mode := ArbitrationMode.YIELD +var arbitration_mode := ArbitrationMode.REPLACE ## Tween currently running if any, else null. var current_tween: Tween = null