Showing results for

tilemap

layers

on docs.flatredball.com
docs.flatredball.com › flatredball › spine › spinedrawablebatch
SpineDrawableBatch | FlatRedBall
...render break (this may change in the future)
By contrast, normally Tiled maps are added to Screens; however, SpineDrawableBatches are typically added to Entities...
docs.flatredball.com › flatredball › tutorials › platformer plugin
Creating the Block Entity | FlatRedBall
...Block entity and can move on to instantiating it in our Tiled map.
Instantiating Block in Level1Map.tmx
To create Block instances in Tiled...
docs.flatredball.com › flatredball › tiled plugin › using the tiled plugin
Adding Collision | FlatRedBall
...Click OK
Configuring the TileShapeCollection
TileShapeCollections usually come from specific tiles in tile maps. We'll set up the TileShapeCollection created in the previous...
docs.flatredball.com › flatredball › tiled plugin › flatredball tilegraphics ma…
PaintTile | FlatRedBall
...void CustomActivity(bool firstTimeCalled)
{
var cursor = GuiManager.Cursor;
if(cursor.PrimaryDown)
{
docs.flatredball.com › flatredball › tiled plugin › using tiled object types
Using TiledObjects.Generated.xml | FlatRedBall
...To create entity instances on an object layer:
Add an Object Layer to your tilemap
Paint a new tile onto your map
Give the...
docs.flatredball.com › flatredball › tutorials › top down entity
Enemy Pathfinding | FlatRedBall
...If it does, then the TileNodeNetwork object is properly created, but it may be a problem with your Tiled map.
Close all maps in...