Playing with areas and collisions to generate triggers to open doors. Drawing the connecting line between `Trigger` and `Door` is as simple as having three points: `Vector(trigger.X,trigger.Y)`, `Vector2(door.X, trigger.Y)`, `Vector2(door.X, door.Y)` would produce a `90-degree` angle.
#godotengine #gamedev