Skip to content

Instantly share code, notes, and snippets.

@exts
Created April 22, 2019 03:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exts/f771c47890ed36d2ce5018c369f11544 to your computer and use it in GitHub Desktop.
Save exts/f771c47890ed36d2ce5018c369f11544 to your computer and use it in GitHub Desktop.
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