Extended godot's Node2D to have a valid scene script.
using Godot; | |
namespace QuickStart.Core.Scripts | |
{ | |
public class MainScene : Node2D | |
{ | |
public override void _Ready() | |
{ | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment