0 votes

I am loving the new tile map system in Godot 4, but I have a question regarding the physics shape of the tiles.

It seems like each tile can have multiple physics layer shapes, which would make implementing more complex behaviour easier, but the editors only offers one layer.

Godot version Godot 4.0-Alpha 2
in Engine by (25 points)

1 Answer

0 votes
Best answer

https://github.com/godotengine/godot-proposals/issues/1769

The new tileset editor introduces the concept of Tileset Layers. A tileset layer is simply a way to add a set of properties assigned to each tile.
All tileset layers are optionally added to a tileset, each added layer provides a single feature to the tileset. For example, adding a "Tilset collision layer" to a tileset allows it to handle collisions.
Occlusion or navigation have also their dedicated tileset layers.
...

by (1,884 points)
selected by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.