Skip to content

Tactile 0.2.0

Compare
Choose a tag to compare
@albin-johansson albin-johansson released this 25 Oct 20:43
a7d5d48

Release notes

This release includes a huge amount of changes and improvements to the editor, new features include additional layer types, properties and tile animations.

Major features and changes

  • Migrated from Qt5 to Dear ImGui
  • Added support for properties
  • Added object layer support
  • Added group layer support
  • Added support for parsing and correctly displaying animated tiles
  • Added custom YAML map format

Minor changes, fixes and improvements

  • Fixed a deployment issue related to .dll paths if Qt was not installed. (Thanks to @theowiik)
  • Core logic is now implemented using an ECS architecture