counter +1

This commit is contained in:
Rendo 2025-07-19 19:29:45 +05:00
commit 92ebb2868d
11 changed files with 50 additions and 39 deletions

View file

@ -1,5 +1,5 @@
using Godot;
using System;
using Newlon.Components.GUI;
namespace Newlon.Components;
@ -10,7 +10,7 @@ public partial class LevelGUIElements : Control
[Export]
public HBoxContainer SeedpacketsHotbar;
[Export]
public TextureRect SunCounter;
public SunCounter SunCounter;
public override void _Ready()
{
Instance = this;