counter +1
This commit is contained in:
parent
0d0e16afa2
commit
92ebb2868d
11 changed files with 50 additions and 39 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue