Showing results for

tilemap

layers

on defold.com
defold.com › ref › stable › tilemap lua
API reference (Tilemap)
...The position is identified by the tile index starting at origin with index 1, 1. (see tilemap.set_tile()) Which tile map and layer to...
defold.com › ref › alpha › tilemap lua
API reference (Tilemap)
...The position is identified by the tile index starting at origin with index 1, 1. (see tilemap.set_tile()) Which tile map and layer to...
defold.com › ref › beta › tilemap lua
API reference (Tilemap)
...The position is identified by the tile index starting at origin with index 1, 1. (see tilemap.set_tile()) Which tile map and layer to...
defold.com › manuals › tilemap
Defold tile map manual
...To add a tile map to your game:
You can manipulate tilemaps in runtime through a number of different functions and properties (refer to...
defold.com › tutorials › parallax
Parallax code sample
...The cloud layers are built as two separate game objects, containing a Tile Map and Script each.
The layers are moved at different speeds...
defold.com › 2024 › 07 › 22
Defold release 1.9.1
...tilemap wasn’t updated after a new tilesource was set Fixed an issue where setting a Tile Source at runtime required deleting other tile...
defold.com › tutorials › snake
Building a snake game in Defold
...Right click the main folder and select New ▸ Tile Map. Name the new file “grid” (the editor will save the file as “grid.tilemap...
defold.com › manuals › glossary
Defold glossary
...A tile map can display several layers aligned on top of each other with a specified blend mode. This is useful to, for example...
defold.com › ref › stable › editor lua
API reference (Editor)
...in a tile map
PARAMETERS
RETURNS
EXAMPLES
Iterate over all tiles in a tile map:
defold.com › ref › alpha › editor lua
API reference (Editor)
...in a tile map
PARAMETERS
RETURNS
EXAMPLES
Iterate over all tiles in a tile map: