4.3
Brackeys’s "How to make a Video Game - Godot Beginner Tutorial
I used the Tilemap node shown at 41:15 of this video, but I used Tilemaplayer. How can I follow along?
4.3
Brackeys’s "How to make a Video Game - Godot Beginner Tutorial
I used the Tilemap node shown at 41:15 of this video, but I used Tilemaplayer. How can I follow along?
Tilemaplayer works the same as tilemaps, the difference is that the tilemap had layers included, meanwhile the tilemaplayer is the layer itself.
This means for every layer you used with the tilemap, you now have to use one tilemaplayer-node.
→ you need a foreground tilemaplayer-node and a background-tilemaplayer-node.
Your scene-tree should look like this: