Map
Last updated
Last updated
The Map object is a standard object created by the FlatRedBall Wizard. The Map object is defined in the GameScreen but is also available
Typically the Map object is a LayeredTileMap defined in the GameScreen and has its SetByDerived property to true.
If not using the wizard, the Map object is optionally created when adding a new GameScreen in a new project.
Using a Map object is recommended, whether it is created through the wizard or the Add Screen dialog.
Level screens should also have a Map object. Each Level screen will automatically have a Map object since the Map object in the GameScreen has its SetByDerived set to True. By default new levels will have a TMX object added automatically.
When using the default options, a new level will have a TMX file in the Files folder and a Map object in the Map folder.
Under the default setup (as set up by the new screen dialog), the Map object in the level will reference the TMX file.
If your game does not have the Map object assigned to a TMX file you may need to manually make the connection between the object and the file. This can happen if you delete the default TMX file, or if you are manually adding the TMX file at a later time. To assign the Map object to use the TMX file, drag+drop the TMX File onto the Map object in your Level screen.
Alternatively, you can assign the Source properties on the map object: