@@ -0,0 +1,13 @@
using Godot;
using NodeWar.scripts;
public partial class Gui : Control
{
private Label _infoLabel;
public override void _Ready()
_infoLabel = GetNode<Label>("%InfoLabel");
EventBus.Instance.SelectionChanged += text => _infoLabel.Text = text;
}
The note is not visible to the blocked user.