Add PhantomCamera components and UI elements for improved scene management; refactor existing components for better integration
This commit is contained in:
@@ -28,7 +28,7 @@ public partial class EnemyDeathComponent : Node
|
||||
|
||||
private void OnDeath()
|
||||
{
|
||||
CallDeferred(nameof(Die));
|
||||
_ = Die();
|
||||
}
|
||||
|
||||
private async Task Die()
|
||||
|
Reference in New Issue
Block a user