endings
This commit is contained in:
@@ -7,7 +7,7 @@ public partial class mad : Control
|
||||
private List<Label> _lbls;
|
||||
|
||||
[Export]
|
||||
private Label _lb1, _lb2, _lb3, _lb4;
|
||||
private Label _lb1, _lb2, _lb3, _lb4, _lb0;
|
||||
|
||||
[Export]
|
||||
private Timer _tmr;
|
||||
@@ -16,6 +16,7 @@ public partial class mad : Control
|
||||
public override void _Ready()
|
||||
{
|
||||
_lbls = new();
|
||||
_lbls.Add(_lb0);
|
||||
_lbls.Add(_lb1);
|
||||
_lbls.Add(_lb2);
|
||||
_lbls.Add(_lb3);
|
||||
|
||||
Reference in New Issue
Block a user