mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Backport the new Tween system as SceneTreeTween
Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
This commit is contained in:
@@ -59,6 +59,8 @@ SceneStringNames::SceneStringNames() {
|
||||
sleeping_state_changed = StaticCString::create("sleeping_state_changed");
|
||||
|
||||
finished = StaticCString::create("finished");
|
||||
loop_finished = StaticCString::create("loop_finished");
|
||||
step_finished = StaticCString::create("step_finished");
|
||||
emission_finished = StaticCString::create("emission_finished");
|
||||
animation_finished = StaticCString::create("animation_finished");
|
||||
animation_changed = StaticCString::create("animation_changed");
|
||||
|
||||
Reference in New Issue
Block a user