-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Property enhancements #129
Comments
Hi I'm thinking about it lately, and I think that maybe a have some time to spend here. Can anyone point me in the right direction, what what files/functions do I need to search... And If I modify anything will it be in the official release ? |
Hi, sorry for the late answer.
Well the best thing is to visit us in IRC at http://webchat.freenode.net/?channels=tiled
That depends essentially on the coding and design quality. Of course we can help you at discussing the software design in IRC or here. |
This request contains a huge amount of related features. Some of them have been implemented recently, some are still pending implementation. Here's a list of issues with overlapping scope:
I think it would make sense to open additional issues for other things requested here, and then to close this issue. |
I've lookup up and created more issues about specific things requested here:
I didn't create issues for the following mentioned features:
I'll close this issue now since there would be no point in keeping it open until everything is implemented. Thanks for the great list of suggestions @llafuente! With time I hope to get around to implementing more of them. :-) |
Hi,
I was playing around with tiled for a few time, and I find a big pain the system that actually tiled has to define objects properties for games.
Not because it's not flexible, it's just is not intuitive for new people in a dev team. You should know and remember all the properties needed to do a Door, for example.
So my request is simple.
Either support some Game Data formats (like FGD: https://developer.valvesoftware.com/wiki/FGD) or build a new one.
I think the next part could be like a prototype to build the spec on top.
The Object form has the folowing fields:
Type should be a Choice list and also a Text box (to keep compatibility and support advanced behaviours)
Depend on the selection, Properties get filled.
Properties:
The name could be a Choice list or String
The value now have a type (default: string)
"Do not add more properties" support
Types for value:
Misc
Object to Object relationship could be displayed with a line.
Vectors should be displayed with a line centered in the object.
Format example (JSON-ish)
It's just a propposal...
The text was updated successfully, but these errors were encountered: