3D Switches

This commit is contained in:
Marco 2025-06-13 17:46:44 +02:00
commit cb60226ced
20 changed files with 267 additions and 14 deletions

View file

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