Showing results for

tilemap

layers

on www.mapeditor.org
mapeditor.org › 2011 › 05 › 05
Show or edit your maps on the go, with iTileMaps | Tiled
...iTileMaps allows you to view and edit your tile maps on your iPad. Even though it's just the initial release, it already supports...
mapeditor.org › 2009 › 10 › 01
Tiled Qt 0.2.0 released | Tiled
...color
- Added a slider to change the opacity of the current layer
- Fixed the minimum row and column size in the tileset view
- Fixed...
mapeditor.org › docs › scripting › classes
TileMap | Tiled Scripting API
...Contrary to the name, this is not necessary a tile-map. The contents are defined by the layers that are added to it, which...
mapeditor.org › docs › scripting › interfaces
Tool | Tiled Scripting API
...Currently active tile map.
Name of the tool as shown on the tool bar.
Get or set the preview for tile layer edits.
When...
mapeditor.org › 2022 › 02 › 07
Tiled 1.8 Released | Tiled
...Added TileMap.removeObjects (#3149)
- Scripting: Added TileMap.regionEdited signal
- Scripting: Added TileMap.layers and GroupLayer.layers properties, for convenience
- Scripting: Added region.rects property...
mapeditor.org › docs › scripting › classes
Asset | Tiled Scripting API
...tileMap.macro((visible ? "Show" : "Hide") + " Selected Layers", function() {
tileMap.selectedLayers.forEach(function(layer) {
layer.visible = visible
})
})
mapeditor.org › 2018 › 09 › 18
Tiled 1.2 released | Tiled
...However, they of course can make it more complicated to incorporate Tiled maps in your game. Developers may need to deal with loading and...
mapeditor.org › 2017 › 05 › 24
Tiled 1.0 released | Tiled
...on completing the User Manual and also documenting the level of Tiled map support by the various libraries and frameworks listed there.
Of course...
mapeditor.org › docs › scripting › interfaces
TileLayerEdit | Tiled Scripting API
...target layer, using apply, all locations which have been set retain a special flag. This flag is taken into account by TileMap.merge and...
mapeditor.org › docs › scripting › classes
World | Tiled Scripting API
...tileMap.macro((visible ? "Show" : "Hide") + " Selected Layers", function() {
tileMap.selectedLayers.forEach(function(layer) {
layer.visible = visible
})
})