diff --git a/docs/gdevelop5/objects/custom-objects-prefab-template/index.md b/docs/gdevelop5/objects/custom-objects-prefab-template/index.md index 2c19f471086..52661f1cceb 100644 --- a/docs/gdevelop5/objects/custom-objects-prefab-template/index.md +++ b/docs/gdevelop5/objects/custom-objects-prefab-template/index.md @@ -5,6 +5,10 @@ title: Custom Objects ("prefabs") **Custom objects** are containers, composed of one or more other objects and having custom logic (made with events, like in a traditional scene) inside them. +
+ +
+ !!! tip "Custom objects" are also called **"Prefabs"** or "Templates" in some game engines.