How to create a Custom Node

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Millard

So say I made a generic 2d platformer. Now I want to be able to add it into any new projects easily. It would be really cool if I could just click add node and add my own node type platformer 2d. Is this possible in Godot? if so, How do i do it?

:bust_in_silhouette: Reply From: jgodfrey

Yes, you can. See the Custom Node docs here: