Selector position fix

This commit is contained in:
MaddoScientisto 2025-03-23 17:08:04 +01:00
commit a18dc11eb3
9 changed files with 10 additions and 8 deletions

View file

@ -118,7 +118,7 @@ public partial class Selector : Node2D
{
if (SelectedInteractable != null)
{
this.Position = SelectedInteractable.GetPosition();
this.GlobalPosition = SelectedInteractable.GetGlobalPosition();
this.Visible = true;
}
else