Is It Possible to Create Multiple Enemies Using Just One Node?

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

I’m making a 2d Platformer game, and in my game, i’ve created a simple enemy, And i want to know if there is a way to create multiple enemies in my game using just one node, without duplicating the same node over and over.

Thanks in advance.

:bust_in_silhouette: Reply From: Wakatta

This is called instancing and it is the very first tutorial in the Godot documentation.

When an instance is created it can be made unique through code simply by changing a couple properties.