diff --git a/Gui.cs b/Gui.cs index db46d39..6b0e5f0 100644 --- a/Gui.cs +++ b/Gui.cs @@ -1,13 +1,38 @@ +using System.Globalization; using Godot; -using NodeWar; +using GodotUtilities; +namespace NodeWar; + +[Scene] public partial class Gui : Control { + [Node] private Label _infoLabel; + [Node] + private Label _energyGeneration; + + [Node] + private Label _energyConsumption; + + [Node] + private Label _energyStorage; + public override void _Ready() { - _infoLabel = GetNode