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

Guide Layer and Guides #186

Open
mrmalee opened this issue Apr 17, 2012 · 1 comment
Open

Guide Layer and Guides #186

mrmalee opened this issue Apr 17, 2012 · 1 comment
Labels
feature It's a feature, not a bug.

Comments

@mrmalee
Copy link

mrmalee commented Apr 17, 2012

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
Copy link
Member

bjorn commented May 1, 2012

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature It's a feature, not a bug.
Projects
None yet
Development

No branches or pull requests

2 participants