Grid line color changes when converting ordinary project into tile map project (resolved for v8.b10)

I was preparing to demo something else, but this came up. Converting into a tilemap project will change the grid color into grey #808080. Converting it back to an ordinary project won’t change the grid color back to before it was made into grey.

The grid colors at the start of this demo are:

  • 16x16 - blue
  • 32x32 - green
  • 64x64 - red

grid-line-color-changes-on-project-conversion

v8.b9

Fixed with V8 beta 10

When turning a project into a tile map project then existing visual grid settings matching the target tile size has been overwritten by the tile default grid attributes (including color).
Now an existing grid entry is reused if it exists (size, color etc. must match) and a new grid entry is added otherwise.

1 Like