Free, easy to use and flexible level editor.
Posted March 14, 2019 by Thorbjørn Lindeijer
#Snapshot
In this development snapshot it finally becomes easy to trigger custom scripted actions, since now they can be added to the menu. You can also set a shortcut to make invoking your custom actions even easier! See the documentation about tiled.registerAction and tiled.extendMenu for details.
tiled.extendMenu("Edit", [ { action: "ThrottleFumes", before: "SelectAll" }, { action: "RandomizeScale" }, { action: "PigLatin" }, { separator: true } ]);
This snapshot also brings two more bug bugfixes that were done for Tiled 1.2.3.
After a lot of stress finalizing renovations, spending one week moving stuff and slowly unpacking everything, I'm back working on Tiled in my new office room, so expect more frequent updates again!