Showing results for on manual.gamemaker.io
With this action you can get the tile data for a tile cell on a tile map layer. The tile data is simply a...
Using this function you can retrieve the handle of the Tile Set asset assigned to a given tile map element on a layer.
You...
You...
This function controls the position along the y-axis of the room of the asset tile map element on the layer.
You give the...
You give the...
This function controls the position along the x-axis of the room of the asset tile map element on the layer.
You give the...
You give the...
...are limited to a single tile map per layer, which is created when you add a Tile Layer, but when working with them...
This function can be used to set any cell (grid square) within the tile map element on the layer to a new tile. You...
...tilemap_set_mask(_map_id, _new_mask);
}
The above code gets the tile map ID from the given layer and then checks the mask value associated with it...
}
The above code gets the tile map ID from the given layer and then checks the mask value associated with it...
This function can be used to set a cell within the tile map element on the layer to a new tile using the actual...
...code checks the current animation frame for the given tile map on the given layer, and sets a global variable based on the return...
...0);
The above code gets the ID for the tile map on the layer "Tiles_Sky" and then uses that to get the data from...
The above code gets the ID for the tile map on the layer "Tiles_Sky" and then uses that to get the data from...