Added possibility to deactivate an interactionarea if there is no more timelines to play
This commit is contained in:
@@ -26,6 +26,10 @@ public partial class InteractionArea2D : Node2D
|
||||
set => _active = value;
|
||||
}
|
||||
|
||||
public void SetActiveInverse(bool active)
|
||||
{
|
||||
IsActive = !active;
|
||||
}
|
||||
|
||||
public override void _Ready()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user