changes after develop merge

This commit is contained in:
2025-08-15 17:03:18 +02:00
parent c3e78b5db2
commit f7fd7ff51d
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");