mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 04:25:54 +00:00
Teleporters
This commit is contained in:
parent
e86e9a2bf7
commit
7db0e8f5b6
12 changed files with 215 additions and 19 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue