Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Z-index on tiles that don't snap to grid #7

Open
Toldoven opened this issue Oct 10, 2023 · 0 comments
Open

Fix Z-index on tiles that don't snap to grid #7

Toldoven opened this issue Oct 10, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Toldoven
Copy link
Member

When you drop a tile and you already have tiles on the bottom and on the right – the new tile will render behind them. Which will make it hard to get this tile out of there if you placed it in the wrong spot

We can fix this by changing the Z-index of the tiles that are placed in the wrong sport. However Godot 3.5 simply doesn't have Z-index property so the fix to this problem is not trivial. It's a thing in Godot 4 though.

@Toldoven Toldoven added the bug Something isn't working label Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant