mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 19:45:55 +00:00
Changed UI sprites to use sprite in resource
This commit is contained in:
parent
9717ca8a55
commit
f2482e4e38
10 changed files with 47 additions and 13 deletions
|
|
@ -348,11 +348,11 @@ public partial class PlayerMovement : CharacterBody2D, IDestructible
|
|||
EmitSignal(nameof(InteractableAreaEntered), interactable);
|
||||
|
||||
if (_selector == null) return;
|
||||
//_selector.Position = interactable.Position;
|
||||
_selector.SelectedInteractable = interactable;
|
||||
//_selector.AddInteractable(interactable);
|
||||
//_selector.Visible = true;
|
||||
//_lastInteractable = interactable;
|
||||
|
||||
_selector.AddInteractable(interactable);
|
||||
|
||||
//_selector.SelectedInteractable = interactable;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue