Skip to content

GSoC 2017: Reusable Object Templates

Mohamed Thabet edited this page Aug 26, 2017 · 5 revisions

Summary

This project aims to create a template system in Tiled, templates will save the properties of an object and will allow creating multiple instances of it, sharing the same properties.

Code

These are the pull requests created and merged during the project period

Demonstration

Creating Template Instances

Editing Templates

Other links

Introduction and discussion about the project on the forum.

Detailed description of the project is available at the official documentation.

Future Work

The core functionality of the project is done but there are still many improvements that could be added:

  • Reseting overridden properties.
  • Locking template properties.
  • Handling wrong file paths.
  • Managing template groups, e.g. removing a template or a template group.