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