Switch multitarget

This commit is contained in:
Marco 2025-02-24 10:24:12 +01:00
commit a5dac0606c
3 changed files with 36 additions and 22 deletions

View file

@ -13,6 +13,7 @@ public partial class BlackCover : Sprite2D, IActivable
public override void _Ready()
{
_activated = StartActive;
UpdateSprite();
}
public void Activate(ActivationType activationType = ActivationType.Toggle)