-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
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
Add info label to TileMap editor #68800
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Is it possible to display the the name/ID of the currently hovered tile? For scene tiles, the path to the scene could be displayed (or just its filename if it's too long). |
Tiles no longer have name and their ID is simply their coordinates in the atlas. We could probably display the source name and scene name in case of scene tiles, but implementing it isn't exactly trivial (I assume; at least with scene names), so it's something that can maybe be done later. Note that Ctrl+clicking a tile highlights it in the tileset, so this information can be easily found. |
Finally <3 |
Thanks! |
Cherry-picked for 4.0.3. |
Ahh I've been waiting for this! No more guesstimating what tile I need to teleport my character to xD |
Closes godotengine/godot-proposals#5792
The label will display current tile position and rectangle size if drawing rect.