mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 00:53:56 +00:00
Made selector 3D
This commit is contained in:
parent
5e3ccf3b99
commit
0a7b1614a9
8 changed files with 113 additions and 45 deletions
|
|
@ -125,7 +125,7 @@ public partial class PreviewMarker3D : Marker3D
|
|||
if (!Engine.IsEditorHint()) return;
|
||||
if (_sprite is not null)
|
||||
{
|
||||
GD.Print($"Modulating sprite to {alpha}");
|
||||
//GD.Print($"Modulating sprite to {alpha}");
|
||||
_sprite.SetModulate(new Color(_sprite.Modulate.R, _sprite.Modulate.G, _sprite.Modulate.B, alpha));
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue