Files
godot/doc/classes
Malcolm Anderson be266138d7 Add tween_subtween method for nesting Tweens
No actual functionality yet

Actual subtween functionality implemented

Added documentation for Tween.tween_subtween and SubtweenTweener

Implemented some additional functions

`set_ease`, `set_trans`, and `set_delay`
Documentation only for `set_delay` so far, since I have tested it

Removed set_ease and set_trans

Upon further investigation, the way they are implemented for Tween doesn't appear to work here

Fixed indentation in documentation

Reset subtween when parent loops

Fix return type of `SubtweenTweener.set_delay`

Add notes to documentation

Apply suggestions from code review

Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>

Apply some suggested changes

- Remove excessive documentation
- Add Tween constructor that takes in SceneTree
- Make `SubtweenTweener::subtween` public so that `Tween` doesn't have to be a friend class

Remove unneeded friend class SceneTree

Remove superfluous documentation describing subtween behavior

Apply suggestions from code review

Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>

Apply suggestions from code review

Co-authored-by: Thaddeus Crews <repiteo@outlook.com>

Apply suggestions from code review

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>

Early return from `tween_subtween` if the subtween is `null`
2025-01-03 14:28:48 -08:00
..
2024-09-29 17:27:36 +09:00
2024-09-29 17:27:36 +09:00
2024-11-10 14:19:14 -08:00
2024-06-18 11:06:31 -04:00
2023-08-02 09:54:20 +02:00
2024-11-17 23:04:52 +01:00
2024-05-09 14:36:28 +02:00
2024-11-16 12:59:08 +01:00
2024-12-18 17:52:42 -05:00
2024-05-14 19:22:50 +12:00
2024-12-15 21:24:15 +11:00
2024-07-07 22:15:23 +02:00
2024-04-13 15:18:12 -03:00
2024-09-30 12:21:30 +02:00
2024-11-12 20:29:04 -03:00
2024-02-18 21:54:21 +11:00
2024-07-17 18:53:03 +02:00
2024-09-01 17:00:47 +02:00
2024-04-23 08:28:48 +04:00
2024-02-19 16:43:42 +00:00
2024-01-24 16:53:09 +01:00