mapeditor / tiled

Flexible level editor
https://www.mapeditor.org/
Other
11.08k stars 1.75k forks source link

Guide Layer and Guides #186

Open mrmalee opened 12 years ago

mrmalee commented 12 years ago

Hi, I'm finding that I need to have guides when developing levels. I.e knowing how far a character can jump, the visible region of the screen, range of sight for an enemy. etc.

It would be great if I could create "guide" layers, which let you create guided shapes (lines, rulers, rectangles, circles etc.) and allow you to move them around the map. It's a very time consuming process creating levels and there's a lot of "guess work" involved when you don't know exactly what your game variables look like on the map. Having guides would allow this data to become visible and speed up the level creation process. For example, knowing how far and high a player can jump, I could make sure the level geometry worked and fine tune problem areas.

bjorn commented 12 years ago

Why not just use object layers and put rectangles and polygons in them as your guides? Granted there's no circles and rulers, but it should still suffice for many purposes (like jump distance / height or screen size).