Teleporters

This commit is contained in:
Marco 2025-02-06 17:57:06 +01:00
commit 7db0e8f5b6
12 changed files with 215 additions and 19 deletions

View file

@ -5,6 +5,8 @@ namespace Cirno.Scripts.Interactables;
public partial class AreaTrigger : Area2D
{
[Export] public Node2D Target { get; set; }
[Export] public ActivationType ActivationType { get; set; } = Scripts.ActivationType.Toggle;
[Export] public bool OneTime { get; set; }
[Export] public bool DoNotActivateOnFirst { get; set; }