Hello Guest

Author Topic: Change colour of cell selection in Tilemap Palette Preview?  (Read 3594 times)

fallingbrickwork

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 30
    • View Profile
    • Montague's Mount
Change colour of cell selection in Tilemap Palette Preview?
« on: April 09, 2014, 02:38:47 pm »
Hi all,

I've imported the tile set and everything is working well apart from the a problem visually seeing which tiles i'm selecting within the Palette Preview window. I have a lot of black in my tilemap, i'm guessing from all the transparency (i'm painting a lot of decals), and the tile selection gizmo is also black  :'(

Can this be changed to another colour?! I don't mind heading into the code to alter this if you can point me in the right direction.

Cheers,
Matt.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Change colour of cell selection in Tilemap Palette Preview?
« Reply #1 on: April 09, 2014, 06:53:38 pm »
tk2dTileMapBrushBuilder - DrawSelectedTiles,
Handles.DrawSolidRectangleWithOutline

is where the selection box gets drawn.

fallingbrickwork

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 30
    • View Profile
    • Montague's Mount
Re: Change colour of cell selection in Tilemap Palette Preview?
« Reply #2 on: April 09, 2014, 11:25:09 pm »
Many Thanks!