blujai831
|
4d2d82b199
|
Added factory functions for TweenChannel because 'TweenChannel.new(TweenChannel.ArbitrationMode.REPLACE)' is kind of tedious to write.
|
2024-01-06 19:16:28 -08:00 |
blujai831
|
0cfdf81b48
|
Immediately changed my mind about previous commit and changed default tween channel arbitration mode back to YIELD. Instead implemented a constructor which takes arbitration mode as an optional parameter. This way I can initialize arbitration mode to REPLACE as needed in variable declarations of type TweenChannel, rather than having to do it in _ready, and still have the default be YIELD.
|
2024-01-06 18:47:57 -08:00 |
blujai831
|
ebae0648c8
|
Changed default tween channel arbitration mode to REPLACE.
|
2024-01-06 18:41:58 -08:00 |
blujai831
|
d73fffb22f
|
Clarified documentation of TweenChannel.arbitration_mode.
|
2024-01-06 13:16:05 -08:00 |
blujai831
|
1437194677
|
Implemented TweenChannel.
|
2024-01-06 13:09:18 -08:00 |