You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The game uses a number of more advanced Tiled map editor features to enable some dynamic functionality in the levels. For example, there are special properties which can be used to set things about an object, or for an entire map. These things need to be documented in a way that non-programmers can read and understand how to use them in the map editor.
As an example:
An object layer named searchable in the map is special, objects within this layer will be looked at for collisions for item pickups. Objects on this layer are then expected to have an item property which corresponds to an item that is in the item-dictionary.json data file. This data on the map lets the game know what item should be picked up when that object is interacted with.
There are many more examples of the maps enabling functionality like this, so we need to go through and document everything for in maybe a markdown file or perhaps on the Github Wiki section of the project? It should be a living document that can be updated as we enable for features like this though.
The text was updated successfully, but these errors were encountered:
The game uses a number of more advanced Tiled map editor features to enable some dynamic functionality in the levels. For example, there are special properties which can be used to set things about an object, or for an entire map. These things need to be documented in a way that non-programmers can read and understand how to use them in the map editor.
As an example:
An object layer named
searchable
in the map is special, objects within this layer will be looked at for collisions for item pickups. Objects on this layer are then expected to have anitem
property which corresponds to an item that is in theitem-dictionary.json
data file. This data on the map lets the game know what item should be picked up when that object is interacted with.There are many more examples of the maps enabling functionality like this, so we need to go through and document everything for in maybe a markdown file or perhaps on the Github Wiki section of the project? It should be a living document that can be updated as we enable for features like this though.
The text was updated successfully, but these errors were encountered: