temp: Remove CameraBounds events

phantom-camera
HumanoidSandvichDispenser 2024-06-06 13:05:10 -07:00
parent 3248794dc3
commit ad8ef32ea0
Signed by: sandvich
GPG Key ID: 9A39BE37E602B22D
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ public partial class CameraBounds : Node2D
public override void _Ready() public override void _Ready()
{ {
Trigger.BodyEntered += OnBodyEntered; //Trigger.BodyEntered += OnBodyEntered;
Trigger.BodyExited += OnBodyExited; //Trigger.BodyExited += OnBodyExited;
} }
private void OnBodyEntered(Node2D body) private void OnBodyEntered(Node2D body)