Update Tiles Data Table

The Tiles data table needs to be updated so that each valid row that is used in the ASCII table has a color. This is so that when you are creating a map using the ASCII Editor, you will be able to see the color of the tile, which will be visually easier to see. For example, the path through the map.

  1. Open up the Tiles data table from Project Content, and add a new column called color.
  2. Assign a color for the valid tiles that have an id that is not a negative value. Negative values mean the tile is a special one that is spawned differently.
Scroll to Top