Skip to content

Comments

Add "Go to Tile" feature (Closes #1367)#4348

Open
PoonamMehan wants to merge 3 commits intomapeditor:masterfrom
PoonamMehan:feat/#1367
Open

Add "Go to Tile" feature (Closes #1367)#4348
PoonamMehan wants to merge 3 commits intomapeditor:masterfrom
PoonamMehan:feat/#1367

Conversation

@PoonamMehan
Copy link

@PoonamMehan PoonamMehan commented Feb 21, 2026

Feature: Go to tile coordinates

Closes #1367

It adds the ability to jump to a particular tile location on the map by entering tile coordinates. This is accessible via the Map menu: Map -> Go to Tile... menu item or the Ctrl+Shift+G keyboard shortcut.

How to access:

  • Menu: Map → Go to Tile...
  • Shortcut: Ctrl + Shift + G

Summary

Implemented TileLocatorSource class. It parses the input, validates the coordinates, ensures the coordinates exist inside the current map bounds, converts tile coordinates to pixel positions, and ensures the map exists before applying all the changes.

PR1Socky.2.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Jump to location by tile coordinates

1 participant