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

Bugs with Godot Tilemap for 2x2 Corner Wang Tiles (4.13 alpha) #64300

Open
lifedispenser opened this issue Aug 12, 2022 · 1 comment
Open

Bugs with Godot Tilemap for 2x2 Corner Wang Tiles (4.13 alpha) #64300

lifedispenser opened this issue Aug 12, 2022 · 1 comment

Comments

@lifedispenser
Copy link

Godot version

4.13alpha

System information

MacOS 10.15

Issue description

I've been playing around with TileSets / Tilemaps and just want to document the issues I faced.

My Test Tileset:
simple tiles
Screen Shot 2022-08-12 at 11 10 11 AM

(1) Documentation Missing: Current documentation doesn't say if center bits are needed or not for 2x2 Corner Wang tiles. It is needed, if you don't have them filled you will have a headache trying to figure out what's wrong.

From: https://docs.godotengine.org/en/latest/tutorials/2d/using_tilemaps.html
Screen Shot 2022-08-12 at 11 14 24 AM

✓ Painting tiles with connect mode works well so thank you for your hard work on it, great job.

(2) UX issue. The path tool doesn't make much sense in the 2x2 corner wang mode - it throws a bunch of errors when painting with path mode.
Screen Shot 2022-08-12 at 11 22 58 AM
Possible fix is just to hide the path icon when using 2x2 corner wang tiles, as 1x1 paths don't exist in corner wang tiles?

(3) Bug - eraser breaks auto-tiling.
Some examples: (Yellow arrow is where I clicked and what happened, bottom is expected behavior):
Screen Shot 2022-08-12 at 11 49 48 AM

Steps to reproduce

Run the project provided and use the eraser on the tiles.

Minimal reproduction project

2x2 Corner Wang Tiles.zip

@FluffyJay1
Copy link

Why are center bits needed at all for 2x2 Wang tiles? If you were using 2x2 corner Wang tiles where the corners need to match, why not paint the corners directly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

5 participants