mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Offset teleporter linker beams
This commit is contained in:
parent
1c746408c7
commit
426622e670
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ public partial class TeleporterLinker : Node2D
|
|||
Vector2 start = _teleporter.GlobalPosition;
|
||||
Vector2 end = _teleporter.Target.GlobalPosition;
|
||||
|
||||
DrawLine(ToLocal(start), ToLocal(end), Color, 2.0f);
|
||||
DrawLine(ToLocal(start), ToLocal(end) + new Vector2(4,4), Color, 2.0f);
|
||||
}
|
||||
|
||||
public override void _Process(double delta)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue