Added possibility to deactivate an interactionarea if there is no more timelines to play

This commit is contained in:
2025-08-20 00:48:12 +02:00
parent 871e1856f1
commit eeb56fd7ad
4 changed files with 10 additions and 2 deletions
@@ -26,6 +26,10 @@ public partial class InteractionArea2D : Node2D
set => _active = value;
}
public void SetActiveInverse(bool active)
{
IsActive = !active;
}
public override void _Ready()
{