itch.io is community of indie game creators and players

Devlogs

First Scriptable Development Snapshot

Tiled Map Editor
A downloadable tool for Windows, macOS, and Linux

This development snapshot brings the first bit of scripting to Tiled! While the API is still very limited and you can only execute scripts by writing or pasting them into the Console view, it is still a big step forward since many decisions have been made about the exact approach to take.

The API is still entirely undocumented, which will be one of the first things I plan to fix as we extend it further to allow changing all properties and also painting on the map. To see what is currently implemented, check out the ScriptModule (available as "tiled"), EditableMap and EditableLayer classes.

Changelog

Justin Zheng

  • Fixed label color to update when object layer color is changed (#2019, #1976)
  • Fixed stamp and fill tools to adjust when tile probability is changed (#2025, #1996)

Allan Nordhøy

  • Fixed capitalization of JSON and Wang in some places (#1845)

Thorbjørn Lindeijer

  • Added support for executing JavaScript in the Console (#949)
  • Python plugin: Made the Tileset API more complete (#2037)
  • Fixed misbehavior when trying to open non-existing files

Files

  • Tiled for Windows (32-bit), snapshot 22 MB
    Version 2018.11.29
  • Tiled for Windows 64-bit (snapshot) 24 MB
    Version 2018.11.29
  • Tiled for Windows XP (snapshot) 19 MB
    Version 2018.11.29
  • Tiled for macOS (snapshot) 15 MB
    Version 2018.11.29
  • Tiled for Linux (snapshot) 35 MB
    Version 2018.11.29
Download Tiled Map Editor
Read comments (8)