mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 00:55:54 +00:00
optimizations
This commit is contained in:
parent
91e063c01b
commit
eb1d74ee63
7 changed files with 33 additions and 6 deletions
|
|
@ -99,7 +99,7 @@ public partial class PlayerMovement : CharacterBody2D, IDestructible
|
|||
if (SelectorScene != null)
|
||||
{
|
||||
_selector = this.CreateSibling<Selector>(SelectorScene, this.GlobalPosition);
|
||||
_selector.Visible = true;
|
||||
_selector.Visible = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue