Skip to content
Sébastien Bénard edited this page Jan 20, 2022 · 15 revisions

This Wiki will help developers to keep track of major changes in the LDtk JSON format.

Deprecation cycle

The general pattern of a deprecation cycle is this:

  1. a breaking change is introduced in update x.y
  2. until version x.y+2 (ie. 2 "major" versions later), the old JSON format will be preserved, along with the new format.
  3. starting from version x.y+2, the old format is permanently dropped and the new format becomes the norm.

Major JSON changes

Clone this wiki locally