using Godot; using System; public class Earth : Node2D { public override void _Ready() { } }