numerical25
numerical25

Reputation: 10790

Godot Light2D exposes tilemap border lines

So I've been using Light2D for godot for my TileMap 2D game. Only problem is it exposes the tiles borders. See. Image Below.

Areas around the light look normal but witthin the Light2D area it exposes the borders of the tiles

Upvotes: 2

Views: 1054

Answers (2)

Benjamin Nolan
Benjamin Nolan

Reputation: 1215

For anyone coming here because they are seeing this issue on an isometric TileMap, select the TileMap in the Scene panel, expand the Cell category in the Inspector, and make sure that Y Sort is ticked. This will resolve the overlapping lighting issue.

Upvotes: 2

numerical25
numerical25

Reputation: 10790

The issue is when you set your tiles overlap.

Upvotes: 1

Related Questions