tiled icon indicating copy to clipboard operation
tiled copied to clipboard

Scripting: Added FileFormat.nameFilter

Open bjorn opened this issue 1 year ago • 0 comments

Exposes the file name filter used by a file format.

> tiled.mapFormat("tmx").nameFilter
$1 = Tiled map files (*.tmx *.xml)
> tiled.mapFormat("json").nameFilter
$2 = JSON map files (*.tmj *.json)
> tiled.mapFormat("lua").nameFilter
$3 = Lua files (*.lua)

bjorn avatar Jun 28 '24 11:06 bjorn