Skip to content

Commit 6ea4687

Browse files
authored
Adding tilemap wiki video (#637)
1 parent b3a70ae commit 6ea4687

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • docs/gdevelop5/objects/simple_tilemap

docs/gdevelop5/objects/simple_tilemap/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ title: Tilemap
66

77
The Tilemap object can be used to display tile-based objects. It's a good way to create **maps** for RPG, strategy games or create objects by **assembling tiles**, useful for platformer, retro-looking games, etc.
88

9+
<div class="video-container">
10+
<iframe src="https://www.youtube.com/embed/RVGVGKCts3Q?si=C-XRj0vLlkr1z1U2" frameborder="0" allowfullscreen></iframe>
11+
</div>
12+
913
They are performant and useful to render large levels. While the Tilemap is quick and easy to use, you may want to design maps in an external editor like LDtk or Tiled. In this case, take a look at the [External Tilemap object](/gdevelop5/objects/tilemap).
1014

1115
<div class="video-container">

0 commit comments

Comments
 (0)