newlon/scripts/components/gui/SunCounterImage.cs

11 lines
152 B
C#

using Godot;
using Newlon;
using System;
public partial class SunCounterImage : Control
{
public override void _Ready()
{
Sun.Counter = this;
}
}