changes after develop merge

This commit is contained in:
2025-08-15 17:03:18 +02:00
parent 9bebe1a44d
commit c2f5359d0c
9 changed files with 23 additions and 18 deletions
@@ -48,7 +48,6 @@ public partial class SceneTransitionThreaded : CanvasLayer
public async void ChangeSceneToFile(string scenePath)
{
animationPlayer.Play("fadeIn");
//yield(animationPlayer, "animation_finished");
await ToSignal(animationPlayer, "animation_finished");
GetTree().ChangeSceneToFile(scenePath);
animationPlayer.Play("fadeOut");