Converted doors and dialogue starters to area2d

This commit is contained in:
Marco 2025-02-07 10:01:07 +01:00
commit f873cba98b
9 changed files with 63 additions and 12 deletions

View file

@ -26,8 +26,6 @@ public partial class Boss : Enemy, IActivable
_gameManager = this.GetGameManager();
_homePosition = this.GlobalPosition;
}
public override void _Process(double delta)

View file

@ -67,8 +67,7 @@ public partial class Bullet : Area2D
// Debug.WriteLine("Collision with destroyable object body");
// QueueFree();
// }
}
private void _on_area_entered(Area2D area)