mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 23:25:53 +00:00
Level Teleporters
This commit is contained in:
parent
5e357e1a96
commit
7a8bb4311b
26 changed files with 581 additions and 410 deletions
|
|
@ -120,7 +120,8 @@ public partial class TriggerArea : Area3D, ITargetable, ITargeting, IActivationT
|
|||
|
||||
private void ToggleCollision(bool toggle)
|
||||
{
|
||||
Monitoring = toggle;
|
||||
SetDeferred(nameof(Monitoring), toggle);
|
||||
//Monitoring = toggle;
|
||||
}
|
||||
|
||||
// Called when the node enters the scene tree for the first time.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue