mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 22:15:53 +00:00
3D Switches
This commit is contained in:
parent
003dde1b7f
commit
cb60226ced
20 changed files with 267 additions and 14 deletions
|
|
@ -138,7 +138,7 @@ public partial class Selector : Node2D
|
|||
{
|
||||
if (SelectedInteractable != null)
|
||||
{
|
||||
this.GlobalPosition = SelectedInteractable.GetGlobalPosition();
|
||||
this.GlobalPosition = SelectedInteractable.GetGlobalPosition2D();
|
||||
this.Visible = true;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue